Radar object containing at least the specific attenuation
\((A_H)\) in dB/km, or the calibrated horizontal reflectivity
\((Z_H)\) in dBZ, that will be used for calculations.
var2calcstr
Radar variable to be computed. The string has to be one of
‘AH [dB/km]’ or ‘ZH [dBZ]’. The default is ‘ZH [dBZ]’.
rband: str
Frequency band according to the wavelength of the radar.
The string has to be one of ‘C’ or ‘X’. The default is ‘C’.
temp: float
Temperature, in \(^{\circ}C\), used to derive the coefficients
according to [1]_. The default is 20.
coeff_a, coeff_b: float
Override the default coefficients of the \(A_H(Z_H)\)
relationship. The default are None.
zh_lower_lim, zh_upper_limfloats
Thresholds in \(Z_H\) for the \(A_H(Z_H)\) relationship.
Default is \(20 < Z_H < 50 dBZ\).
rhohv_limfloat
Threshold in \(\rho_{HV}\) to filter out invalid values.
Default is 0.95.
copy_ofrbool, optional
If True, original values are used to populate out-of-range values,
i.e., values below or above zh_limits. The default is True.
data2correctdict, optional
Dictionary that will be updated with the computed variable.
The default is None.
plot_methodbool, optional
Plot the \(A_H-Z_H\) relation. The default is False.
Radar object containing at least the specific attenuation
\((A_V)\) in dB/km, or the calibrated vertical reflectivity
\((Z_V)\) in dBZ, that will be used for calculations.
var2calcstr
Radar variable to be computed. The string has to be one of
‘AV [dB/km]’ or ‘ZV [dBZ]’. The default is ‘ZV [dBZ]’.
rband: str
Frequency band according to the wavelength of the radar.
The string has to be one of ‘C’ or ‘X’. The default is ‘C’.
temp: float
Temperature, in \(^{\circ}C\), used to derive the coefficients
according to [1]_. The default is 10.
coeff_a, coeff_b: float
Override the default coefficients of the \(A_V(Z_V)\)
relationship. The default are None.
zv_lower_lim, zv_upper_limfloats
Thresholds in \(Z_V\) for the \(A_V(Z_V)\) relationship.
Default is \(20 < Z_V < 50 dBZ\).
rhohv_limfloat
Threshold in \(\rho_{HV}\) to filter out invalid values.
Default is 0.95.
copy_ofrbool, optional
If True, original values are used to populate out-of-range values,
i.e., values below or above zv_limits. The default is True.
data2correctdict, optional
Dictionary that will be updated with the computed variable.
The default is None.
plot_methodbool, optional
Plot the \(A_V-Z_V\) relation. The default is False.