From c6f07ebf909fde44c7fc843c6ebfa1567a0db62b Mon Sep 17 00:00:00 2001 From: core Date: Tue, 14 Nov 2023 07:15:53 -0500 Subject: [PATCH] work --- nexrad2/src/lib.rs | 8 +- nexrad2/src/message31.rs | 2 + nxar2/log.txt | 96482 +++++++++++++++++++++++++++++++++++++ nxar2/log2.txt | 720 + rtwx-render/src/lib.rs | 14 +- 5 files changed, 97218 insertions(+), 8 deletions(-) create mode 100644 nxar2/log.txt create mode 100644 nxar2/log2.txt diff --git a/nexrad2/src/lib.rs b/nexrad2/src/lib.rs index 8377dd9..145cde8 100644 --- a/nexrad2/src/lib.rs +++ b/nexrad2/src/lib.rs @@ -7,7 +7,7 @@ use std::fmt::{Display, Formatter}; use std::io; use std::io::{Cursor, Read, Seek, SeekFrom}; use std::str::Utf8Error; -use log::{info, trace, warn}; +use log::{debug, info, trace, warn}; use crate::bzip::BzipDecoder; use crate::message::{FromBody, LEGACY_CTM_HEADER_LEN, Message, MESSAGE_BODY_SIZE, MESSAGE_HEADER_SIZE, MessageHeader}; use crate::message2::Msg02RDAStatusData; @@ -109,7 +109,7 @@ pub fn parse_nx2_chunk(cursor: &mut (impl Read + Seek)) -> Result Result Vec { let mut gates = vec![0u16; self.gdm.data_moment_gate_count as usize]; + println!("data length: {}", self.data.len()); + if self.gdm.data_word_size == 8 { for byte in &self.data { gates.push(*byte as u16); diff --git a/nxar2/log.txt b/nxar2/log.txt new file mode 100644 index 0000000..fe8bb8e --- /dev/null +++ b/nxar2/log.txt @@ -0,0 +1,96482 @@ +2023-11-13T23:18:31.640Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.640Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.640Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.640Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.640Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.640Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.640Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.640Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.640Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.640Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.640Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.640Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.640Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.640Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.640Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.640Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.640Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.640Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.640Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.640Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.640Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.640Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.640Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.640Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.640Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.640Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.640Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.640Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.640Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.640Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.640Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.640Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.640Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.640Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.641Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.641Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.642Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.642Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.643Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.643Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.644Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.644Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.645Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.645Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.646Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.646Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.671Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.671Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.671Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.671Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.671Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.671Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.671Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.671Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.671Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.671Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.671Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.671Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.671Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.671Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.671Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.671Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.671Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.671Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.671Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.671Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.671Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.671Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.671Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.671Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.671Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.671Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.671Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.671Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.671Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.671Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.671Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.671Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.671Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.671Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.671Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.671Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.671Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.671Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.671Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.671Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.671Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.671Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.671Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.672Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.672Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.673Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.673Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.674Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.674Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.675Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.675Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.676Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.676Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.677Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.677Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.698Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.698Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.699Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.699Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.700Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.700Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.701Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.701Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.702Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.702Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.703Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.703Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.704Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.704Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.716Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.716Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.717Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.717Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.718Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.718Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.719Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.719Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.720Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.720Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.721Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.721Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.722Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.722Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.722Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.722Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.722Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.722Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.722Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.722Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.722Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.722Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.722Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.722Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.722Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.722Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.722Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.722Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.722Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.722Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.722Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.722Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.722Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.722Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.722Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.722Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.722Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.722Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.722Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.722Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.722Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.722Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.722Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.722Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.722Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.722Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.722Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.722Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.722Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.722Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.722Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.722Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.722Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.722Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.722Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.722Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.722Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.722Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.722Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.722Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.722Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.722Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.736Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.736Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.736Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.736Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.736Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.736Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.736Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.736Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.736Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.736Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.736Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.737Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.737Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.738Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.738Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.739Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.739Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.740Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.740Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.741Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.741Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.742Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.742Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.764Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.764Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.765Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.765Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.766Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.766Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.767Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.767Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.768Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.768Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.769Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.769Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.770Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.770Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.770Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.770Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.770Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.770Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.770Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.770Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.770Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.770Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.780Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.780Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.781Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.781Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.782Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.782Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.783Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.783Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.795Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.795Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.796Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.796Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.797Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.797Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.798Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.798Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.808Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.808Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.809Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.809Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.810Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.810Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.811Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.811Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.816Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.816Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.817Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.817Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.818Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.818Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.819Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.819Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.827Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.827Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.828Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.828Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.829Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.829Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.830Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.830Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.841Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.841Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.842Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.842Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.843Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.843Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.844Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:31.844Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.867Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.867Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.868Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.868Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.869Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.869Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.870Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.870Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.871Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.871Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.872Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.872Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.873Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.873Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.873Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.873Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.873Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.873Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.873Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.873Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.873Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.873Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.873Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.873Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.873Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.873Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.873Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.873Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.873Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.873Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.873Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.873Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.873Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.873Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.873Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.873Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.873Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.873Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.873Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.873Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.873Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.873Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.873Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.873Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.873Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.873Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.873Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.873Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.873Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.873Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.873Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.873Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.873Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.873Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.873Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.873Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.873Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.873Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.873Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.873Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.873Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.873Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.873Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.873Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.873Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.873Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.873Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.873Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.873Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.873Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.894Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.894Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.895Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.895Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.896Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.896Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.897Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.897Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.898Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.898Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.899Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.899Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.900Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.900Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.900Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.900Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.900Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.900Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.900Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.900Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.900Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.900Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.900Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.900Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.900Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.900Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.900Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.900Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.900Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.900Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.900Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.900Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.900Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.900Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.900Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.900Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.900Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.900Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.900Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.900Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.900Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.900Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.900Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.900Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.900Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.900Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.900Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.900Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.900Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.900Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.900Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.900Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.900Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.900Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.900Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.900Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.900Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.900Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.900Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.900Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.900Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.900Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.900Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.900Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.900Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.919Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.919Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.920Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.920Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.921Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.921Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.922Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.922Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.923Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.923Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.924Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.924Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.925Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.925Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.925Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.925Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.925Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.925Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.935Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.935Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.936Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.936Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.937Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.937Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.938Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.938Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.939Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.939Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.940Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.940Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.941Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.941Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.958Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.958Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.959Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.959Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.960Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.960Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.961Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.961Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.962Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.962Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.963Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.963Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.985Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.985Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.985Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.985Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.985Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.985Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.985Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.985Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.985Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.985Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.985Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.985Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.985Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.985Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.985Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.985Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.985Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.985Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.985Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.986Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.986Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.987Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.987Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.988Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.988Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.989Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.989Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.990Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.990Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1832 DWS 8 mode REF +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:31.991Z DEBUG [nexrad2] gate count 1832 DWS 8 mode CFP +2023-11-13T23:18:31.991Z DEBUG [nexrad2] LDM length: 1832 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.003Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.003Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.004Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.004Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.005Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.005Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.006Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.006Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.016Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.016Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.017Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.017Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.018Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.018Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.019Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.019Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.020Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.020Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.020Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.020Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.020Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.020Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.020Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.020Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.020Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.020Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.020Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.020Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.020Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.020Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.020Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.020Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.020Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.020Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.020Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.020Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.020Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.020Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.020Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.020Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.020Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.020Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.020Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.027Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.027Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.028Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.028Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.029Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.029Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.030Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.030Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.031Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.031Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.031Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.031Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.031Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.031Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.036Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.036Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.036Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.036Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.036Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.036Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.036Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.036Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.036Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.036Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.036Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.036Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.036Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.036Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.036Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.036Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.036Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.036Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.036Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.036Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.036Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.036Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.036Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.036Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.037Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.037Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.038Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.038Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.039Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.039Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.040Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.040Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.049Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.049Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.050Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.050Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.051Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.051Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.052Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.052Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.063Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.063Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.064Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.064Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.065Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.065Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.066Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.066Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.088Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.089Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.089Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.090Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.090Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.091Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.091Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.092Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.092Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.093Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.093Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.094Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.094Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.095Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.095Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.095Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.095Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.095Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.095Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.095Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.095Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.095Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.095Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.095Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.095Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.095Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.095Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.095Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.095Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.095Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.095Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.095Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.095Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.113Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.113Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.114Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.114Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.115Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.115Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.116Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.116Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.117Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.117Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.118Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.118Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.119Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.119Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.133Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.133Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.134Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.134Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.135Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.135Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.136Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.136Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.137Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.137Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.138Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.138Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.139Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.139Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.152Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.152Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.152Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.152Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.152Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.152Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.152Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.152Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.152Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.152Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.152Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.152Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.152Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.152Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.152Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.152Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.152Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.152Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.152Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.152Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.152Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.152Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.152Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.152Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.152Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.152Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.152Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.152Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.152Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.152Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.152Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.152Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.152Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.152Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.152Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.152Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.152Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.152Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.152Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.152Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.152Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.152Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.152Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.152Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.152Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.152Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.152Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.153Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.153Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.154Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.154Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.155Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.155Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.156Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.156Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.157Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.157Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.158Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.158Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.178Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.178Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.179Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.179Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.180Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.180Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.181Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.181Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.182Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.182Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.183Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.183Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.204Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.204Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.205Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.205Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.206Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.206Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.207Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.207Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.208Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.208Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1700 DWS 8 mode REF +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.209Z DEBUG [nexrad2] gate count 1700 DWS 8 mode CFP +2023-11-13T23:18:32.209Z DEBUG [nexrad2] LDM length: 1700 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.219Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.219Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.220Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.220Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.221Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.221Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.222Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.222Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.230Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.230Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.231Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.231Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.232Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.232Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.233Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.233Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.239Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.239Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.239Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.239Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.239Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.239Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.239Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.239Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.239Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.239Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.239Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.239Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.239Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.239Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.239Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.239Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.239Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.239Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.239Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.239Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.239Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.239Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.239Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.239Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.239Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.239Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.239Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.239Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.239Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.239Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.239Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.239Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.239Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.239Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.239Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.239Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.239Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.239Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.239Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.239Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.239Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.239Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.239Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.239Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.239Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.239Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.239Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.239Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.239Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.240Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.240Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.241Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.241Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.242Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.242Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.243Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.243Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.243Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.243Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.243Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.243Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.243Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.243Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.243Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.243Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.243Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.243Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.243Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.243Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.243Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.243Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.243Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.243Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.243Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.243Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.243Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.243Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.243Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.243Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.243Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.243Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.243Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.243Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.243Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.243Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.243Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.243Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.243Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.243Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.243Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.243Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.243Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.243Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.243Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.243Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.243Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.243Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.243Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.243Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.243Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.243Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.243Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.243Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.243Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.243Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.243Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.243Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.250Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.250Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.251Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.251Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.252Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.252Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.253Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.253Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.263Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.263Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.264Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.264Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.265Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.265Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.266Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.266Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.276Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.276Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.277Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.277Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.278Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.278Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.279Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.279Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.280Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.280Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.280Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.280Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.280Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.280Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.280Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.280Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.280Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.280Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.280Z DEBUG [nexrad2] gate count 1192 DWS 8 mode REF +2023-11-13T23:18:32.280Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.280Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.280Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.280Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.280Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.299Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.299Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.299Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.299Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.300Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.300Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.301Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.301Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.302Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.302Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.303Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.303Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.304Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.304Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.305Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.305Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.306Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.306Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.307Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.307Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.308Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.308Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.308Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.308Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.308Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.308Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.308Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.308Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.308Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.308Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.308Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.308Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.308Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.308Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.308Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.308Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.323Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.323Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.323Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.323Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.323Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.323Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.323Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.323Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.323Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.323Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.323Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.323Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.323Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.323Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.323Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.323Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.323Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.323Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.323Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.323Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.323Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.323Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.323Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.323Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.323Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.323Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.323Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.323Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.323Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.323Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.323Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.323Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.323Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.323Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.323Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.323Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.323Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.323Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.323Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.323Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.323Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.323Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.323Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.323Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.323Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.323Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.323Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.323Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.323Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.323Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.323Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.324Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.324Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.325Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.325Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.326Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.326Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.327Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.327Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.328Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.328Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.329Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.329Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.330Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.330Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.331Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.331Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.332Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.332Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.332Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.332Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.332Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.332Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.332Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.332Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.332Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.332Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.332Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.354Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.354Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.355Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.355Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.356Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.356Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.357Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.357Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.358Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.358Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.359Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.359Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.360Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.360Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.361Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.361Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1520 DWS 8 mode REF +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.362Z DEBUG [nexrad2] gate count 1520 DWS 8 mode CFP +2023-11-13T23:18:32.362Z DEBUG [nexrad2] LDM length: 1520 +2023-11-13T23:18:32.379Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.379Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.379Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.379Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.379Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.379Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.379Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.379Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.379Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.379Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.379Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.379Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.379Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.379Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.379Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.379Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.379Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.379Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.379Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.379Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.379Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.379Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.379Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.379Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.379Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.379Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.379Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.379Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.379Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.379Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.379Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.379Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.379Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.379Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.379Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.379Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.379Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.379Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.379Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.379Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.379Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.379Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.379Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.379Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.379Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.379Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.379Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.379Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.379Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.379Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.379Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.379Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.380Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.380Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.381Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.381Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.382Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.382Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.383Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.383Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.384Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.384Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.385Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.385Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.386Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.386Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.387Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.387Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.388Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.388Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.403Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.403Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.404Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.404Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.405Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.405Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.406Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.406Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.407Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.407Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.408Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.408Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.409Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.409Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.410Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.410Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.411Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.411Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.432Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.432Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.433Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.433Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.434Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.434Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.435Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.435Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.436Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.436Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.437Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.437Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.438Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.438Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.439Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.439Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.440Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.440Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.440Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.440Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.440Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.440Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.440Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.440Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.440Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.440Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.440Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.440Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.440Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.440Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.440Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.440Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.440Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.440Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.440Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.440Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.440Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.440Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.440Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.440Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.440Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.440Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.440Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.440Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.440Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.440Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.440Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.440Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.440Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.440Z DEBUG [nexrad2] gate count 1324 DWS 8 mode REF +2023-11-13T23:18:32.440Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.440Z DEBUG [nexrad2] gate count 1192 DWS 8 mode VEL +2023-11-13T23:18:32.440Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.440Z DEBUG [nexrad2] gate count 1192 DWS 8 mode SW +2023-11-13T23:18:32.440Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.440Z DEBUG [nexrad2] gate count 1192 DWS 16 mode ZDR +2023-11-13T23:18:32.440Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.440Z DEBUG [nexrad2] gate count 1192 DWS 16 mode PHI +2023-11-13T23:18:32.440Z DEBUG [nexrad2] LDM length: 2384 +2023-11-13T23:18:32.440Z DEBUG [nexrad2] gate count 1192 DWS 8 mode RHO +2023-11-13T23:18:32.440Z DEBUG [nexrad2] LDM length: 1192 +2023-11-13T23:18:32.440Z DEBUG [nexrad2] gate count 1324 DWS 8 mode CFP +2023-11-13T23:18:32.440Z DEBUG [nexrad2] LDM length: 1324 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.454Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.454Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.455Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.455Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.456Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.456Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.457Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.457Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.458Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.458Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.459Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.459Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.460Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.460Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.461Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.461Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.462Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.462Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.476Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.476Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.477Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.477Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.478Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.478Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.479Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.479Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.480Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.480Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.481Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.481Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.482Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.482Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.483Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.483Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.484Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.484Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.502Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.502Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.503Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.503Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.504Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.504Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.505Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.505Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.506Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.506Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.507Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.507Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.508Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.508Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode REF +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode VEL +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode SW +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 16 mode ZDR +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 16 mode PHI +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 2288 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode RHO +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.509Z DEBUG [nexrad2] gate count 1144 DWS 8 mode CFP +2023-11-13T23:18:32.509Z DEBUG [nexrad2] LDM length: 1144 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.522Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.522Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.523Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.523Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.524Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.524Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.525Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.525Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.526Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.526Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.527Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.527Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.528Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.528Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.529Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.529Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.530Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.530Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.530Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.530Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.530Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.530Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.530Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.530Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.530Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.530Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.530Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.530Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.530Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.530Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.530Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.530Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.530Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.530Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.530Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.530Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.530Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.530Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.530Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.530Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.530Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.530Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.530Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.530Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.530Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.530Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.543Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.543Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.544Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.544Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.545Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.545Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.546Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.546Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.547Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.547Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.548Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.548Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.549Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.549Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.550Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.550Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.565Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.565Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.565Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.565Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.565Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.565Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.565Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.565Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.565Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.565Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.565Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.565Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.565Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.565Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.565Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.565Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.565Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.565Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.565Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.565Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.565Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.565Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.565Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.565Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.565Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.565Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.565Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.565Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.565Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.565Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.565Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.565Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.565Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.565Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.565Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.565Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.565Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.565Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.566Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.566Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.567Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.567Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.568Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.568Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.569Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.569Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.570Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.570Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.571Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.571Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.572Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.572Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 8 mode REF +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 8 mode VEL +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 8 mode SW +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 16 mode ZDR +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 16 mode PHI +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 1944 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 8 mode RHO +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.573Z DEBUG [nexrad2] gate count 972 DWS 8 mode CFP +2023-11-13T23:18:32.573Z DEBUG [nexrad2] LDM length: 972 +2023-11-13T23:18:32.583Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.583Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.583Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.583Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.583Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.583Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.583Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.583Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.583Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.583Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.583Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.583Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.583Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.583Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.583Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.583Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.583Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.583Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.583Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.583Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.583Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.583Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.583Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.583Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.583Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.583Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.583Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.583Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.583Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.583Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.583Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.583Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.583Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.584Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.584Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.585Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.585Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.586Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.586Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.587Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.587Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.588Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.588Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.589Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.589Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.590Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.590Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.591Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.591Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.603Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.603Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.604Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.604Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.605Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.605Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.606Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.606Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.607Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.607Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.608Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.608Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.609Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.609Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.610Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.610Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.611Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.623Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.623Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.624Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.624Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.625Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.625Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.626Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.626Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.627Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.627Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.628Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.628Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.629Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.629Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode REF +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode VEL +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode SW +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 16 mode ZDR +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 16 mode PHI +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 1616 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode RHO +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.630Z DEBUG [nexrad2] gate count 808 DWS 8 mode CFP +2023-11-13T23:18:32.630Z DEBUG [nexrad2] LDM length: 808 +2023-11-13T23:18:32.639Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.639Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.639Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.639Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.639Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.639Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.639Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.639Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.639Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.639Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.639Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.639Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.639Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.639Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.639Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.639Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.639Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.639Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.639Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.639Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.639Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.639Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.639Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.639Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.639Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.639Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.639Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.639Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.639Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.639Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.639Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.639Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.639Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.639Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.639Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.639Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.639Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.639Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.639Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.639Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.639Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.639Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.640Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.640Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.641Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.641Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.642Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.642Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.643Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.643Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.644Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.644Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.645Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.645Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.646Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.646Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.647Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.647Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.657Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.657Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.658Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.658Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.659Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.659Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.660Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.660Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.661Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.661Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.662Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.662Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.663Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.663Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.664Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.664Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.674Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.674Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.675Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.675Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.676Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.676Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.677Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.677Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.678Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.678Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.679Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.679Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.680Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.680Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode REF +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode VEL +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode SW +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 16 mode ZDR +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 16 mode PHI +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 1336 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode RHO +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.681Z DEBUG [nexrad2] gate count 668 DWS 8 mode CFP +2023-11-13T23:18:32.681Z DEBUG [nexrad2] LDM length: 668 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.690Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.690Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.691Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.691Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.692Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.692Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.693Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.693Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.694Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.694Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.695Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.695Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.696Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.696Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.697Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.697Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.707Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.707Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.708Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.708Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.709Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.709Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.710Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.710Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.711Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.711Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.712Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.712Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.713Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.713Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.714Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.714Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.724Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.724Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.725Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.725Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.726Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.726Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.727Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.727Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.728Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.728Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.729Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.729Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.730Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.730Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.731Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.731Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.731Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.731Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.731Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.731Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.731Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.731Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.731Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.731Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.731Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.731Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.731Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.731Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.731Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.731Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.731Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.731Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.731Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.731Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.731Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.731Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.731Z DEBUG [nexrad2] gate count 540 DWS 8 mode REF +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.731Z DEBUG [nexrad2] gate count 540 DWS 8 mode VEL +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.731Z DEBUG [nexrad2] gate count 540 DWS 8 mode SW +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.731Z DEBUG [nexrad2] gate count 540 DWS 16 mode ZDR +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.731Z DEBUG [nexrad2] gate count 540 DWS 16 mode PHI +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 1080 +2023-11-13T23:18:32.731Z DEBUG [nexrad2] gate count 540 DWS 8 mode RHO +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.731Z DEBUG [nexrad2] gate count 540 DWS 8 mode CFP +2023-11-13T23:18:32.731Z DEBUG [nexrad2] LDM length: 540 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.738Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.738Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.739Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.739Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.740Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.740Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.741Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.741Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.742Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.742Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.743Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.743Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.744Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.744Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.745Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.745Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.754Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.754Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.755Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.755Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.756Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.756Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.757Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.757Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.758Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.758Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.759Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.759Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.760Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.760Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.761Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.761Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.761Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.761Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.761Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.761Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.761Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.761Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.761Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.761Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.761Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.761Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.761Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.768Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.768Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.768Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.768Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.768Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.768Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.768Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.768Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.768Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.768Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.768Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.769Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.769Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.770Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.770Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.771Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.771Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.772Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.772Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.773Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.773Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.774Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.774Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.775Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.775Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.776Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.776Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.776Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.776Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.776Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.776Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.776Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.776Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.776Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.776Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.776Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.776Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.776Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.776Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.776Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.776Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.776Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.776Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.776Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.776Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.776Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.776Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.776Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.776Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.776Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.776Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.776Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.776Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.776Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.776Z DEBUG [nexrad2] gate count 448 DWS 8 mode REF +2023-11-13T23:18:32.776Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.776Z DEBUG [nexrad2] gate count 448 DWS 8 mode VEL +2023-11-13T23:18:32.776Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.776Z DEBUG [nexrad2] gate count 448 DWS 8 mode SW +2023-11-13T23:18:32.776Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.776Z DEBUG [nexrad2] gate count 448 DWS 16 mode ZDR +2023-11-13T23:18:32.776Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.776Z DEBUG [nexrad2] gate count 448 DWS 16 mode PHI +2023-11-13T23:18:32.776Z DEBUG [nexrad2] LDM length: 896 +2023-11-13T23:18:32.776Z DEBUG [nexrad2] gate count 448 DWS 8 mode RHO +2023-11-13T23:18:32.776Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.776Z DEBUG [nexrad2] gate count 448 DWS 8 mode CFP +2023-11-13T23:18:32.776Z DEBUG [nexrad2] LDM length: 448 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.783Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.783Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.784Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.784Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.785Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.785Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.786Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.786Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.787Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.787Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.788Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.788Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.789Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.789Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.790Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.790Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.797Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.797Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.798Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.798Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.799Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.799Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.800Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.800Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.801Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.801Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.802Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.802Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.803Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.803Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.804Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.804Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.811Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.811Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.812Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.812Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.813Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.813Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.814Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.814Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.815Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.815Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.816Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.816Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.817Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.817Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode REF +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode VEL +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode SW +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 16 mode ZDR +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 16 mode PHI +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 752 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode RHO +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.818Z DEBUG [nexrad2] gate count 376 DWS 8 mode CFP +2023-11-13T23:18:32.818Z DEBUG [nexrad2] LDM length: 376 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.825Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.825Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.826Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.826Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.827Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.827Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.828Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.828Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.829Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.829Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.830Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.830Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.831Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.831Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.832Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.832Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.838Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.838Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.839Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.839Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.840Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.840Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.841Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.841Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.842Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.842Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.843Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.843Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.844Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.844Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.845Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.845Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.852Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.852Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.853Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.853Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.854Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.854Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.855Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.855Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.856Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.856Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.857Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.857Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.858Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.858Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.859Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.859Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.859Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.859Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.859Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.859Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.859Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.859Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.859Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.859Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.859Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.859Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.859Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.859Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.859Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.859Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.859Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.859Z DEBUG [nexrad2] gate count 324 DWS 8 mode REF +2023-11-13T23:18:32.859Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.859Z DEBUG [nexrad2] gate count 324 DWS 8 mode VEL +2023-11-13T23:18:32.859Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.859Z DEBUG [nexrad2] gate count 324 DWS 8 mode SW +2023-11-13T23:18:32.859Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.859Z DEBUG [nexrad2] gate count 324 DWS 16 mode ZDR +2023-11-13T23:18:32.859Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.859Z DEBUG [nexrad2] gate count 324 DWS 16 mode PHI +2023-11-13T23:18:32.859Z DEBUG [nexrad2] LDM length: 648 +2023-11-13T23:18:32.859Z DEBUG [nexrad2] gate count 324 DWS 8 mode RHO +2023-11-13T23:18:32.859Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.859Z DEBUG [nexrad2] gate count 324 DWS 8 mode CFP +2023-11-13T23:18:32.859Z DEBUG [nexrad2] LDM length: 324 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.865Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.865Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.866Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.866Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.867Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.867Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.868Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.868Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.869Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.869Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.870Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.870Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.871Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.871Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.872Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.872Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.877Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.877Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.877Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.877Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.877Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.877Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.877Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.877Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.877Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.877Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.877Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.877Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.877Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.877Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.877Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.877Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.877Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.877Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.877Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.877Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.877Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.877Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.877Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.877Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.877Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.877Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.877Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.877Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.877Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.877Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.877Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.877Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.877Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.877Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.877Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.877Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.877Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.877Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.877Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.877Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.877Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.877Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.877Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.877Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.877Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.877Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.877Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.877Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.878Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.878Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.879Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.879Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.880Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.880Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.881Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.881Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.882Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.882Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.883Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.883Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.884Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.884Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.890Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.890Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.891Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.891Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.892Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.892Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.893Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.893Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.894Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.894Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.895Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.895Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.896Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.896Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode REF +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode VEL +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode SW +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 16 mode ZDR +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 16 mode PHI +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 544 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode RHO +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.897Z DEBUG [nexrad2] gate count 272 DWS 8 mode CFP +2023-11-13T23:18:32.897Z DEBUG [nexrad2] LDM length: 272 +2023-11-13T23:18:32.902Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.902Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.902Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.902Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.902Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.902Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.902Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.902Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.902Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.902Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.902Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.902Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.902Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.902Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.902Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.902Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.902Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.902Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.902Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.902Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.903Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.903Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.904Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.904Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.905Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.905Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.906Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.906Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.907Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.907Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.908Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.908Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.909Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.909Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.914Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.914Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.914Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.914Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.914Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.914Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.914Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.914Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.914Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.914Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.914Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.914Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.914Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.914Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.914Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.914Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.914Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.914Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.914Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.914Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.914Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.914Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.914Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.914Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.914Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.914Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.914Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.914Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.914Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.914Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.914Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.914Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.914Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.914Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.914Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.914Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.914Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.914Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.914Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.914Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.914Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.914Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.914Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.914Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.914Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.914Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.914Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.914Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.914Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.914Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.914Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.914Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.914Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.914Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.914Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.914Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.915Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.915Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.916Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.916Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.917Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.917Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.918Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.918Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.919Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.919Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.920Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.920Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.921Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.921Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.922Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.922Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.928Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.928Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.929Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.929Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.930Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.930Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.931Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.931Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.932Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.932Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.933Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.933Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.934Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.934Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode REF +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode VEL +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode SW +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 16 mode ZDR +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 16 mode PHI +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 472 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode RHO +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z DEBUG [nexrad2] gate count 236 DWS 8 mode CFP +2023-11-13T23:18:32.935Z DEBUG [nexrad2] LDM length: 236 +2023-11-13T23:18:32.935Z INFO [nexrad2] Extracting meta records +2023-11-13T23:18:32.935Z INFO [nexrad2] File loaded successfully! 8645 messages loaded in 73 chunks +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 +data length: 1832 +3664 diff --git a/nxar2/log2.txt b/nxar2/log2.txt new file mode 100644 index 0000000..126a673 --- /dev/null +++ b/nxar2/log2.txt @@ -0,0 +1,720 @@ +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 +1832 diff --git a/rtwx-render/src/lib.rs b/rtwx-render/src/lib.rs index d9af909..b59ef29 100644 --- a/rtwx-render/src/lib.rs +++ b/rtwx-render/src/lib.rs @@ -22,9 +22,9 @@ impl NexradRenderExt for nexrad2::Nexrad2Chunk { let moment_range = radials[0].available_data.get("REF").unwrap().gdm.data_moment_range; let first_gate_px = moment_range as f32 / 1000.0 * px_per_km as f32; let gate_interval_km = radials[0].available_data.get("REF").unwrap().gdm.data_moment_range_sample_interval as f64 / 1000.0; - println!("{}", gate_interval_km); + //println!("{}", gate_interval_km); let gate_width_px = gate_interval_km * px_per_km as f64; - println!("{} {}", px_per_km, gate_width_px); + //println!("{} {}", px_per_km, gate_width_px); for radial in radials { let mut azimuth_angle = radial.header.azimuth_angle - 90.0; @@ -40,11 +40,11 @@ impl NexradRenderExt for nexrad2::Nexrad2Chunk { azimuth += azimuth_spacing; } - println!("azimuth: {}", azimuth); + //println!("azimuth: {}", azimuth); let start_angle = azimuth * (PI / 180.0); - println!("azimuth, radians: {}", start_angle); + //println!("azimuth, radians: {}", start_angle); let mut distance = first_gate_px; @@ -52,6 +52,8 @@ impl NexradRenderExt for nexrad2::Nexrad2Chunk { let gates = data_moment.scaled_data(); + println!("{:?}", gates.len()); + for gate in gates { if gate != MOMENT_DATA_BELOW_THRESHOLD { let mut pixel_x = (center as f32 + start_angle.cos() * distance).round() as usize; @@ -65,7 +67,7 @@ impl NexradRenderExt for nexrad2::Nexrad2Chunk { } if pixel_y * image_size + pixel_x > (image_size * image_size) { - println!("{} {}", pixel_x, pixel_y); + //println!("{} {}", pixel_x, pixel_y); } pixel_data[pixel_y * image_size + pixel_x] = color_scheme(product, gate); @@ -84,7 +86,7 @@ impl NexradRenderExt for nexrad2::Nexrad2Chunk { } if pixel_y * image_size + pixel_x > (image_size * image_size) { - println!("{} {}", pixel_x, pixel_y); + //println!("{} {}", pixel_x, pixel_y); } pixel_data[pixel_y * image_size + pixel_x] = [0.3, 0.2, 0.1];