pyart.retrieve.compute_refl_from_zdr#

pyart.retrieve.compute_refl_from_zdr(radar, zdr_field=None, refl_field=None, ort_refl_field=None)[source]#

Computes the reflectivity at the orthogonal polarization from zdr and the reflectivity at a given polarization

Parameters:
  • radar (Radar) – Radar object.

  • zdr_field (str, optional) – Name of the ZDR field.

  • refl_field (str, optional) – Name of the refl field.

  • ort_refl_field (str, optional) – Name of the refl field at orthogonal polarization.

Returns:

ort_refl (dict) – refl field at orthogonal polarization.