BALTRAD

1. Algorithm name

Quality characterization due to distance to radar related effects (as a part of RADVOL-QC package) – RADVOL-QC: BROAD

2. Basic description

a) Physical basis of the algorithm

Evaluation of data quality related to radar beam broadening

b) Amount of validation performed so far

Works operationally in IMGW since 2011 to correct data before using for Meteo Flight system (for air traffic control).

c) References (names and contact information of all developers during the evolutionary history, scientific papers)

3. ODIM metadata requirements for I/O

4. Input data

a) What kind of radar data (including the list of previous algorithms and quality flags applied)

object=PVOL or SCAN; quantity=DBZH, otherwise TH.

b) Other data (optional and mandatory, applying “universally” agreed formats, geometry)

None

5. Logical steps, using any of: text, flow charts, graphics, equations (or references to equations), conditional branches in “all possible cases”.

The horizontal and vertical broadening of radar beam for each gate can be computed when its polar coordinates are known: ε’’ (elevation angle), ‘‘α’’ (azimuth angle), and ‘‘l’’ (radial distance to radar site in km), and two parameters of radar beam: ‘‘φ’’ (beam width) and ‘‘PL (measurement gate length in km) calculated from radar pulse length.

Fig BROAD.gif

Set of the algorithm parameters:

Description Denotation Default value
Maximum LH’’ for which ‘‘QILH = 1 BROAD_LhQI1 1.1
Minimum LH’’ for which ‘‘QILH = 0 BROAD_LhQI0 2.5
Maximum LV’’ for which ‘‘QILV = 1 BROAD_LvQI1 1.6
Minimum LV’’ for which ‘‘QILV = 0 BROAD_LvQI0 4.3
Pulse length (km) - radar parameter BROAD_Pulse 0.3

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 group in XML file in analogous way.

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. Parameters included in HDF5 file are used in cases they are not found in XML file. Default parameters are placed in the XML file by admin as well. Moreover, the algorithm default parameters are also included in software.

The horizontal and vertical broadenings LH’’ and ‘‘LV are described by the following formulae calculated from vertical cross-section through radar beam:

Assuming linear relationships LH’’ => ‘‘QILH’’ and ‘‘LV’’ => ‘‘QILV, the following formulas can be applied:

where boundary values can be estimated empirically.

Finally:

6. Output

a) Quality index (QI) field

Quality index (QI 1 for excellent data) with “pl.imgw.radvolqc.broad” in quality-specific “how”/task, and the algorithm parameters in “how”/task_args.

7. Outline of a test concept exemplifying the algorithm, as a suggestion for checking that an implementation has been successful.