VariablesHDR {radar} | R Documentation |
Differential reflectivity hail signature
Description
VariablesHDR
returns the differential reflectivity hail signature
From Aydin et al. (1986), Eqns 4-5
Usage
VariablesHDR(dBZh, ZDR)
Arguments
dBZh |
Horizontal reflectivity [dBZ] |
ZDR |
Differential reflectivity [dBZ] |
Value
ZDP |
Reflectivity difference [dB] |
Author(s)
Jose Gama
Source
Nick Guy, 2014 PyRadarMet - Python Fundamental Calculations in Radar Meteorology https://github.com/nguy/PyRadarMet
Aydin et al., 1986
References
Nick Guy, 2014 PyRadarMet - Python Fundamental Calculations in Radar Meteorology https://github.com/nguy/PyRadarMet
[Package radar version 1.0.0 Index]