Removal of non-meteorological echoes and quality characterization (as a part of RADVOL-QC package) – RADVOL-QC: NMET
Investigation of echo location and intensity.
Works operationally in IMGW since 2013 to correct data before using for Meteo Flight system (for air traffic control).
object=PVOL or SCAN; quantity=DBZH, otherwise TH.
None
In the detector two stages of non-meteorological echo removal are introduced: for “low” (subalgorithm A), and “high” (subalgorithm B) types of the echoes.
Set of the algorithm parameters
Description | Denotation | Default value |
QI,,NMET,, value for non-meteorological echoes | NMET_QI | 0.75 |
QI,,NMET,, value for uncorrected non-meteorological echoes | NMET_QIUn | 0.3 |
Minimum value of reflectivity in NMET echo detector (algorithm A) (dBZ) | NMET_AReflMin | -15.0 |
Maximum value of reflectivity in NMET echo detector (algorithm A) (dBZ) | NMET_AReflMax | 5.0 |
Minimum value of height in NMET echo detector (algorithm A) (km) | NMET_AAltMin | 1.0 |
Maximum value of height in NMET echo detector (algorithm A) (km) | NMET_AAltMax | 3.0 |
Threshold for NMET echo detection (algorithm A) | NMET_ADet | 0.2 |
Threshold for meteorological echo altitude (algorithm B) (km) | NMET_BAlt | 20.0 |
At first the XML file is checked whether there exists group for a considered radar (based on the radar name read from “what”/source(NOD)), which contains the algorithm parameters. If “yes”, then parameters are read from that XML group, but if it is impossible for a particular parameter, then default value from source code is taken. If the group does not exist, parameters are read from
If the algorithm is run by means of BALTRAD toolbox then all the algorirthm parameters for each specific radar should be placed in relevant XML file by the BALTRAD system admin. Default parameters are placed in the file by admin as well. Moreover, the algorithm default parameters are also included in software.
“Low” non-meteorological echo removal
For “low” non-meteorological echo removal a detection scheme is employed, in which the two parameters are investigated: radar reflectivity Z’’ and height of echo above radar level ‘‘H’’. Detection function ‘‘D’’(‘‘Z’’) for parameter ‘‘Z is linear in range defined by its minimum and maximum values NMET_AReflMin and NMET_AReflMax:
and analogically for D’’(‘‘H) with minimum and maximum values NMET_AAltMin and NMET_AAltMax.
The detector threshold is compared with product of the two functions, and if:
and there is no echo at neighbouring higher elevation then the echo is removed as non-meteorological one.
“High” non-meteorological echo removal
In the second subalgorithm “high” spurious echoes are all echoes detected at altitudes higher than NMET_BAlt (km) where any meteorological echo is not possible to exist. All the “high” echoes are removed.
Quality index
Quality index QI,,NMET,, due to non-meteorological echoes is defined as follows:
Corrected DBZH, with “pl.imgw.radvolqc.nmet” added to data-specific “how”/task, and the algorithm parameters added to “how”/task_args.
Quality index (QI 1 for excellent data) with “pl.imgw.radvolqc.nmet” in quality-specific “how”/task, and the algorithm parameters in “how”/task_args.