Quality-based Echo Top (ETOP) product generation – Product2D: ETOP
The algorithm generates Echo Top (ETOP) 2-D product from radar reflectivity volume with quality information using product2D_PPI algorithm.
Not performed yet.
IMGW, Department of Ground Based Remote Sensing.
Input data: VOL
Output data: Cartesian data
object=PVOL:
Defined projection and domain of Cartesian output.
The algorithm generates Echo Top (ETOP) 2-D products in Cartesian coordinates from radar reflectivity volume and based on the data quality information.
Algorithm parameters
Set of the algorithm parameters:
Description | Denotation | Unit | Default value |
Lower height limit for ETOP product generation | ETOP_hMin | km | 1 |
Upper height limit for ETOP product generation | ETOP_hMax | km | 20 |
Minimum cloud reflectivity | ETOP_ZMin | dBZ | 4 |
Algorithm description
Echo Top (ETOP) product represents Cartesian image of height of echo (cloud) tops defining cloud boundary with proper level of radar reflectivity Z0 (in dBZ) (Fig. 1). The ETOP (in km) is detected in a preset range of height (between hmin and hmax) and generally is calculated by interpolation of reflectivity Z between two highest gates for which the reflectivity passes Z,,0,, value. If searched height of Z0 value is between two measurements Z’ and Z” detected at heights h’ and h” respectively, then in order to find the height hint at which echo top occurs (Z = Z0) the linear interpolation is applied:
In case when both considered measurements are with echo (Z ≥ Z0) then _hint_ = min (hmax, max (h’, h”)).
Fig. 1. Scheme of generation of radar Echo Top product (ETOP).
There are considered only measurements (Cartesian pixels on PPIs) between h,,min,, and h,,max,,, and two closest ones (below hmin and above hmax). At first, height h of the highest measurement with echo (Z ≥ Z0) is found.
The following cases may occur:
h > hmax and lower measurement does not exist, then ETOP = “nodata”.
Otherwise, i.e. echo (Z ≥ Z0) is not found, then:
Data quality characterization
Quality of the ETOP depends on the two factors:
and the final quality index QI is taken as a product of the both factors:
The value of the first component QIsource is taken as the quality of the measurement defining echo top, and in case of interpolation from two measurements the minimum quality is chosen. If ETOP “nodata”, and if ETOP 1.
Fig. 2. Quality characterization for Echo Top product in terms of availability.
The second component QIscope is determined based on heights of the highest and lowest scans for considered Cartesian pixel (hhighest and hlowest respectively) in relation to hmin and hmax (Fig. 2):
if hhighest < hmin then
_ QI scope _ “nodata”.
if hhighest ≥ hmin and hlowest <= hmax then QIscope depends on what part of height range between hmin and hmax was scanned:
but if (_ hhighest_ > hmax ) and (ETOP <> “undetect”) then QIscope = 1.
if hlowest > hmax then
QIscope “nodata”.
Input quantity as IMAGE object (in Cartesian coordinates) with:
Quality index field QIND as IMAGE object with:
TBD