Skip to content

Latest commit

 

History

History
169 lines (114 loc) · 2.57 KB

DualPolProcessing.md

File metadata and controls

169 lines (114 loc) · 2.57 KB

Dual-Polarization Processing in LROSE

In this document we illustrate some of the basic operations that the Radx apps in LROSE can perform for dual-polarization processing.

In these examples we are using some data from the NCAR S-Pol radar at the site near Hays, Kansas during the PECAN field project in 2015.

The measured fields

  • DBZ
  • ZDR
  • RHOHV
  • PHIDP
  • TEMP

DBZ

PPI alt text

RHI alt text

ZDR

RHI alt text

RHOHV

RHI alt text

PHIDP

RHI alt text

TEMPERATURE

RHI alt text

The derived fields

  • KDP
  • PID (Particle ID, Hydrometeor type)
  • PRECIP RATE

KDP

We compute KDP from PHIDP.

It is defined as the slope of PHIDP in range, divied by 2.

KDP can be noisy - considerable smoothing and other filtering is required for good results.

RHI alt text

We compute PDI from the above dual-pol fields, in addition to temperature

PID

PID is computed using a fuzzy-logic approach.

RHI alt text

Precip rate

Precip rate may be computed using DBZH, Z/ZDR and KDP.

RATE_ZH

PPI alt text

RATE_Z_ZDR

PPI alt text

RATE_KDP

PPI alt text

RATE_HYBRID

A hybrid rate may be estimated using a combination of the computed rates.

PPI alt text