Algorithms

Development Team

QPESUMS Deployments

QPESUMS User's Guide

2005 Q2 Workshop

QPESUMS Home

Overview

Quantitative Precipitation Estimation and Segregation Using Multiple Sensors (QPESUMS) is a total system integration incorporating data from multiple radars, numerical models, satellite, lighting and surface sensors. All data are mosaiced to a common grid providing a "one-stop" radar analysis tool. Below is a simplified outline of QPESUMS. Each item is linked to more detail. For additional information, please contact the Point of Scientific Contact.

  • Ingest data (radar, RUC-II, satellite, surface, lightning, upper-air)
  • Create precipitation rate and type flags for each radar
  • Re-map and mosaic polar data from each radar to a common grid
  • Produce quantitative precipitation estimates

The following steps are done in polar coordinates:

  • Ingest data
  • Perform quality control (e.g., AP removal, noise filter)
  • Determine precipitation character (e.g., convective vs. stratiform)
  • Search for a bright band and return top and bottom heights
  • Determine if radar is sampling rain or snow (determines Z-R/S)
  • Use RUC-II and beam heights to determine good/bad rain/snow
  • Compute precipitation rates using appropriate Z-R/S
  • Output precipitation rates and 5 flags: convective, good/bad rain/snow

The following steps involve the full domain Cartesian grid:

  • Re-map and mosaic polar products to common grid
  • RUC-II gridded 0C heights to modify good/bad rain/snow coverage
  • Satellite and surface data are used to eliminated false echo in clear air
  • If available, lighting is used to ID convection
  • Radar-only water-equivalent fields are created
  • IR satellite-only water-equivalent fields are created
  • Multi-sensor water-equivalent fields are created
  • Above products are adjusted by gauges

Table of various QPESUMS deployment configurations

Outline

Polar Algorithm

  Note: all numerical values given in this guide are Default Adaptable Parameters (DAP).

1.0

Data Quality

 

Functional description
 

The algorithm, DATA QUALITY, removes bad data due to residual ground clutter and anomalous propagation (AP).

There are 2 modes of checking for AP. The first, "Reflectivity_mode," requires a reflectivity vertical continuity test using the hybrid scan. If there is a decrease in reflectivity from the first to the second tilt IN THE HYBRID SCAN of more than 90%, then the reflectivity is flagged as missing. It is important to keep in mind that the hybrid scan is used (as opposed to the lowest 2 elevation angles); this test MAY use elevation angles of 2.4 deg and 3.3 deg to perform this test. (SV comment: seems like this test could over-do removal since there very well could be a large decrease from 2.4 to 3.3 deg, even from .4 to 2.2 deg; only 1st 2 tilts should be used in stratiform rain/snow).

The second "Velocity_mode" checks for near-zero velocity. The gate spacing is 250 m for velocity and 1 km for reflectivity. A 4-bin average velocity is computed, each having one corresponding reflectivity value. If that average velocity is less than 2.5 m s-1, then the reflectivity is set to missing.

Either one or both modes can be selected.

  return to top

2.0

Convective/Stratiform Precipitation Typing and Rain Rate Computation

 

Functional description
 

The algorithm, CONVECTIVE/STRATIFORM PRECIPITATION TYPING and rain rate computation, examines a volume of reflectivity to determine what precipitation type and precipitation rates are occurring at each range bin.

2.1
Convective vs. stratiform
 

First, convection is checked for at all elevation angles. The check for convection is based on reflectivity thresholds and bright band vertical depth dimensions. If the reflectivity in any bin for a vertical column of data bins is greater than 50 dBZ then precipitation is tagged as "convective," unless that bin is within the bright band layer.

If the upper reflectivity value is not exceeded, then the highest bin in the vertical column with reflectivity above 30 dBZ is found. If the second threshold value is found at or above the -10 deg C height, then the precipitation is tagged "convective."

2.2
Checking for other precipitation types
 

If the initial identification is that stratiform is present, i.e., not convective, then further typing is done. If the hybrid tilt reflectivity is located below the bright band layer, then the precipitation is tagged "good rain." If the hybrid tilt reflectivity is located within 1200 m distance above the bright band, then the precipitation is tagged as "good snow." (Click here for an example how good rain and snow are determined.)

Reflectivity measured within the bright band and at heights greater than 1200 m above the bright band top are deemed "bad rain" and "bad snow" respectively.

2.3
Rain rates
  The hybrid bin precipitation rates for convective rain, good stratiform rain, or good snow are determined using appropriate Z-R or Z-S relationships (see Symbolic Formulas). Precipitation rates associated with "good rain" and "good snow" are used in conjunction with satellite IR data to determine final precipitation rates (see Section xx).
  return to top

3.0

Bright Band Detection

 

Functional Description
 

Section 2 above uses output from the bright band detection algorithm, which identifies a horizontally-uniform layer of contaminated reflectivity due to melting hydrometeors (see linked document).

3.1
Initialization
 

Check to see if there are previous BB detections.

3.2
Processing a volume scan
 

Only data within the range interval 10-30 km (for VCP 11) or 20-30 km (for VCP 21) are examined to determine the existence of a bright band. For each grid point, columns of reflectivity at each azimuth and range location are checked to see if there is sufficient data to determine the vertical extent of a potential bright band. If there is terrain blockage and the hybrid scan tilt angle is greater than or equal to 2.4 deg, then data in the vertical column are not used. The number of vertical columns used to locate the bright band is tracked by the variable "good_points." If there is an insufficient number of "good_points," there is no test for a bright band.

The column is then searched for the maximum reflectivity. If the maximum is greater than 30 dBZ, the data value and location are stored. The column reflectivity values are normalized by dividing each reflectivity by its column maximum. The heights at which normalized reflectivity decrease by 20%, above and below the maximum value, are then the bright band top and bottom, respectively. The tops and bottoms for each column are averaged and the standard deviation of the tops is calculated.

3.3
Checking for a bright band
 

The existence of a bright band is determined using two criteria. The first is the ratio of points with reflectivity greater than the threshold to the value of "good_points." The second is the standard deviation of the bright band tops found above. The existence of a bright band is declared if the ratio is greater than 10% and the standard deviation is less than 500 m.

If a bright band is detected then the top and bottom heights are averaged with the heights from the previous 30 minutes. These data are then used in the PRECIP TYPING algorithm.

  return to top

Radar-Only Accumulation Algorithm

 

Overview

 

(Note: Several of these routines are also used in the multi-sensor algorithm.)

Now that the precip rates and types have been determined in polar coordinates, they are now combined on a common grid to produce accumulations. Gridding also allows rates to be compared with satellite data to verify that there is really precip occurring and to be compared to lightning data to determine if convection is occurring. Development of additional tools is underway.

4.0

Create Radar Coverage Maps

 
Functional Description
 

This routine determines which radar has the lowest hybrid scan bin (HSB) height for each grid point. A look up table contains the names of radars associated with each grid point. Some grid points may have 2 or more associated radars. Each radar is checked for availability. The name of the available radar having the lowest (HSB) height is saved for that grid point. If the lowest HSB is greater than 5000 m AGL, there will be no radar coverage for that grid point. The radar coverage map shows each grid point color coded according to which radar has the lowest HSB height.

5.0

Remap Rates and Types to Cartesian Grid

 
Functional Description
 

Polar data for each radar with the lowest hybrid scan bin (HSB) height are remapped to a Cartesian grid. The remapped data are hybrid scan reflectivity, rain rate, and precipitation type. The data nearest to a grid point is assigned to that grid point.

  return to top

6.0

Mosaic Radar Data

 
Functional Description
 

Remapped Cartesian data for each radar are combined for the entire QPESUMS domain.

7.0

Clear Air QC

 
Functional Description
 

Model surface and satellite cloud top temperatures are used to eliminate non-precipitation echoes. The temperature difference is calculated. If the difference is less than 8 C (adaptable), then no clouds are believed to be present and the rate is set to zero.

  return to top

8.0

Convective Precipitation Check Using Lightning Data

 
Functional Description
 

If lightning occurs at a grid cell within a 5 minute period, the precip type at that grid cell is assigned as convective and the rate is recalculated. Lightning data for the QPESUMS grid are computed as a flash density (e.g., strikes in 5 minutes at each grid point). Lightning data for the previous 15 minutes are searched. A 100 mm hr-1 cap is placed on convective rain rates.

9.0

Precipitation Accumulation

 
Functional Description
 

There are various accumulation periods. The frequency of updating the accumulations depends on the period. One hour accumulations are updated every 5 minutes. Three, six, and 24 hour accumulations are updated once an hour. The 72 hour accumulation is updated every 24 hours.

  return to top

Multi-Sensor Accumulation Algorithm

10.0

Satellite QPE

 
Functional Description
 

This algorithm is designed to provide rain and snowfall (SWE) based on satellite IR data alone. Precipitation rates are derived from the latest satellite IR data using a climatological regression curve that relates IR temperatures and precipitation rates. This algorithm is used primarily for development purposes.

10.1
Reading in data
 

Satellite data are read in and scaled by multiplying each value by 10. A QC check is done whereby values not between 163K and 330K are set to missing.

10.2
Re-mapping
 

The satellite grid resolution is coarser than the QPESUMS grid. The satellite cloud-top temps are sampled on the common QPESUMS grid using a nearest neighbor approach.

10.3
Re-projection
 

Radar data are re-projected in a series of calculations that determine new spacing intervals and dimensions for the QPESUMS grid. The re-projection is used in the output of the NIDS formatted files which use different dimensions than the QPESUMS grid. If new satellite data are found within a 15 minute time window, NIDS and binary files of precip accumulations are output as specified in a configuration file.

10.4
Precipitation derived from climatological regression
 

Rain rates are calculated from the IR temperatures. The exponential curve or equation used was derived from > 160 hours of data consisting of radar-derived rain rates and cloud-top temperatures. Using precipitation type flags, a rain regression coefficient is used for rain (good, bad, or convective) and convection and a snow coefficient is used in snow (good or bad).

10.5
Accumulation
 

Precipitation accumulations are produced for the different time periods (see Section 9).

  return to top

11.0

Multi-Sensor QPE

 
Functional Description
 

This algorithm prepares data points for use in a real-time regression calculation between satellite cloud top temperatures and good rain/snow. The user may choose if regressions will be built for individual radars or for the entire domain.

Separate equations are derived for rain and snow. Various quality control checks are done on the data range and correlation coefficients to ensure that the regression equation fits the data appropriately. (See Section 11.2.)

11.1
Generate real-time regression data
 

First, since there are more grid points in the QPESUMS grid than there are in the satellite grid, QPESUMS precipitation rates are averaged to correspond to the satellite grid scale. Averaging precipitation types is more complicated and relies on a priority system in lieu of averaging. If a convective type is found to be associated with a satellite grid point, then the satellite grid obtains convective type. If a satellite grid point contains both good rain and good snow, the satellite grid point assumes the majority type. If the grid point contains both bad rain and bad snow, the majority of bad snow or bad rain is assigned to the satellite grid point.

A satellite-radar pair is accepted if there is a) no missing satellite temperature, or b) either good rain or good snow associated with the pair. Any grid cells that are deemed convective are not used in the regression. This technique applies to stratiform rain and snow only. Valid pairs are used in the regression technique if they are less than one hour old. Data older than one hour are purged and no longer used.

11.2
Update regression function
 

Several quality control criteria must be met when deriving real-time satellite-radar regressions. When regressing two variables, stable relationships may be found when there is a) a sufficient number of satellite-radar pairs, b) variety in the satellite-radar pairs. The technique described herein assesses these criteria by initially placing each satellite-radar pair in 1 K temperature "bins". A temperature bin is said to have enough data if there are five or more pairs that fall into the bin. The radar rain (or snow) rates are then averaged for each temperature bin having five or more pairs. The second criterion is evaluated by calculating the number of temperature bins that have five or more pairs. If ten or more bins satisfy this criterion, then there is sufficient variety of satellite-radar pairs and a regression may be derived.

A regression is fit to the data using a decaying exponential equation. This equation was found to fit the data most accurately. Two parameters that describe the steepness of the curve and the y-intercept are optimized using a least-squares fit. Finally, a correlation coefficient describing the "goodness of fit" to the data is calculated. If this value is 0.5 or greater, then the real-time regression is used. Otherwise, the technique reverts to a climatological regression for both rain and snow.

11.3
Correlation coefficients for cloud top temperature/precipitation rate regressions
 

The algorithm 'Multisensor QPE' derives a regression between satellite cloud top temperature (K) and radar derived precipitation rates (mm/hr) using data from areas identified as "good" rain or "good" snow.

If there are not enough temperature bins in the regression (a valid temperature bin contain > 5 precipitation rates) then a check is done to see if the there is a 'flat' distribution of data points. If the maximum 'mean' precipitation rate for bins is less than the 1mm/hr threshold, the distribution is considered flat and the correlation coefficient is set to -4 meaning that the climatological regression is used. If the maximum 'mean' precipitation rate associated with any cloud top temperature bin is greater than 1mm/hr then the correlation coefficient is set to -3 and the most recent good regression (".latest") is used.

If there are enough data points (i.e. sufficient number of cloud top temperature bins and associated precipitation rates) then the following regression relationships are calculated to determine whether the regression is good enough to be used.

The equation below describes the relationship of the regression curves:

R = alpha * exp ( beta * CTT )

Where R is the precipitation rate (mm/hr), CTT is cloud top temperature (K) and alpha and beta are regression function coefficients.

Regression function coefficients (alpha and beta) and the correlation coefficient (CCOEFF) are calculated for each regression every 5 minutes.   In order to derive the regression, mean precipitation rates for each CTT bin must be calculated. If the maximum mean precipitation rate corresponding to a CTT bin is less than 1mm/hr then the CCOEF is instantly set to '-2' and the regression is not used and a climatological regression is used instead.

If the alpha and beta coefficients produce a precipitation rate less than 1mm/hr from the following equation:

Rate = alpha * exp ( beta * 200K )

the regression is given a correlation coefficient of -2 and again a climotological regression is applied for that time.

If the alpha and beta calculated for a regression are not found to be in the following range then the CCOEF is set to zero and the most recent good regression is applied instead

0 < alpha < 1 * 1030

-1 * 1030 < beta < 0

If the regression passes all the checks listed above then the CCOEFF is calculated for the regression. If the correlation coefficient is greater than 0.5 the regression is used. If the correlation coefficient is below 0.5 then the regression is not used and the most recent good regression is applied instead.

See figures below for examples of regression with each of the correlation coefficients discussed above (0, 2, > 0.5 and < 0.5). The red line is the mean precipitation rate and the blue line is the regression fit to the data.

CCOEFF=0

Figure 1. CCOEFF=0; alpha and/or beta are out of range
 
CCOEFF=-2

Figure 2. CCOEFF=-2. Alpha and beta produce rates < 1mm/hr at 200K
or maximum mean precipitation rate < 1mm/hr
 
CCOEFF=-3

Figure 3. CCOEF = -3. There are not enough temperature bins with greater than 5 precipitation rates to fit a regression with and the maximum "mean" precipitation rate > 1mm/hr so '.latest' good regression is used.
 
CCOEFF=-4

Figure 4. CCOEF = -4 . There are not enough temperature bins to fit a regression and the maximum "mean" precipitation rate for temperature bins is less than 1mm/hr so a climatological regression is used. (In this case there are not enough rates i.e. >5 in ANY bin so "mean" rates cannot be calculated)
 
CCOEFF=0.77

Figure 5. CCOEFF=0.77. Good regression, used in real time
 
CCOEFF=0.32

Figure 6. CCOEFF=0.32. Bad regression, not used
11.4
Regression application
 

The parameters derived in the regression process are used to supply rain and snow rates to the cloud-top temperature map only for those grid cells that have bad rain or bad snow precipitation types. The calibrated satellite precip rates are thus applied to grid cells where the quality of radar data is in question due to overshooting and/or bright band contamination.

For the entire grid, hourly RUC data are used to determine a rain/snow line. At a bad snow grid point, the snow regression is used, while a rain regresison is used at bad rain grid points. The user can specify in a configuration file whether the regression is derived from satellite and individual radars or with satellite and all radars combined.

  return to top

Gauge Algorithm

12.0

Gauge-Only QPE

 
Functional Description
 

The gauge-only analysis incorporates all available rain gauge observations in a domain. Initially, a simple quality control (QC) step is applied to the data. The QC routine is capable of checking the magnitude, temporal consistency, and spatial consistency of each rain gauge report. Currently, only the magnitude check is applied to the data such that gauge accumulations are ignored if the accumulations exceed 8"/hour (203 mm/hr). If the reporting interval of the gauges is more frequent than one hour, then the accumulations are aggregated to produce hourly accumulations. The point estimates are analyzed on the 1x1 km QPESUMS common grid using a Barnes objective analysis scheme. The two parameters optimized in the gridding process are the weighting function and the radius of influence. Initial values for these parameters are chosen according to the distribution of the gauge spacing for a given gauge network. Further refinement of the parameters is accomplished by examining both widespread and scattered rainfall events. Expert analysis is used to determine the quality of the gridded gauge product and thus the final values for the Barnes objective analysis parameters. The hourly accumulations are aggregated to produce long-term accumulation products.

  return to top

13.0

Mean Field Bias QPE

 
Functional Description
 

The multisensor and radar-only products are both adjusted using a mean field bias correction based on the comparison of the nearest grid point values to the gauge locations. This adjustment technique is intended to remove domain-wide biases on an hourly basis that may be due to improper Z-R equations, overestimation from hail contamination, or underestimation from virga. The mean field bias is computed as follows:

Mean Field Bias computation

where is the bias factor, Ri is the hourly multisensor or radar-only accumulation, Gi is the hourly gauge accumulation and N is the number of gauges reporting for that hour. Some checks are placed on the bias value to ensure that no unreasonable biases are computed. If the mean of the gauge accumulations (Gi) over the entire domain is zero and the mean of the estimator (Ri) at the gauge locations is zero, then the bias factor is set to a value of one. If the mean of the gauge accumulations (Gi) is zero and the mean of the estimator (Ri) at the gauge locations is nonzero, then the bias factor is set to a value of zero. Otherwise, the entire grid of radar-only and multisensor hourly rainfall is divided by the bias factor to produce the radar-mean field bias adjusted and multisensor-mean field bias adjusted products. Like all other QPE products, these are aggregated to produce long-term accumulations.

14.0

Locally-Adjusted QPE

 
Functional Description
 

The multisensor and radar-only products are adjusted on an hourly basis using a spatially nonuniform bias adjustment technique. This adjustment is intended to remove nonuniform biases that may be due to improper Z-R relationships, range-dependency in QPEs from reflectivity profiles that decrease with height, and contamination from hail, birds, ground clutter, chaff, and other echoes from nonweather targets. First, the difference between the gauges and the estimators is computed at each gauge location (e.g., G-R). A local bias field is then computed for the 1x1 km QPESUMS common grid using the point (G-R) values. The parameters used in the Barnes objective analysis scheme discussed in section 12.0 are used here to analyze the point (G-R) values at the gauge locations to the entire grid. The weighting parameter and radius of influence are dependent on the gauge spacing with a given gauge network. Finally, the local bias field is added to the multisensor and radar-only hourly products to yield the radar-local bias adjusted and multisensor-local bias adjusted QPE products.

Product Images

Products created by QPESUMS are available in one of three modes:

  1. Local NEXRAD,
  2. Mosaicked NEXRAD reflectivity, and
  3. Precipitation QPESUMS.

These product modes are listed on the left side of the display. By clicking the mouse on each mode, the family of products viewable under each mode is displayed on the upper right corner of the screen.

Below, each product mode and the associated family of products is described.

  1. Local NEXRAD
    In "Local NEXRAD" mode (Figure 5, below), level-II data from individual NEXRAD sites located within the domain are available. The NEXRAD sites available are shown on the domain map in the upper-right-hand corner of the Webpage. Radar data from a specific site becomes available for display by clicking the mouse on the NEXRAD site. The family of products available include composite reflectivity (CREF), base reflectivity at different tilt angles (BREF), and base velocity at different tilt angles (VREF). Each radar product is displayed by clicking the respective button.
Local NEXRAD mode

Figure 7. Local NEXRAD mode, with CREF/BREF/BVEL products at right
  1. Mosaicked NEXRAD reflectivity
    In "Mosaicked NEXRAD reflectivity" mode (see Figure 6, below), radar reflectivity products produced by radar reflectivity data which has been mosaicked, or mapped to a Cartesian 1x1-km grid, are available. To view the radars contributing to mosaicked fields, change to "QPESUMS mode" and display the Radar Coverage product. The family of products is as follows:
     
    1. Composite Reflectivity (CREF)
      The maximum mosaicked reflectivity value (dBZ) within a column above each Cartesian grid box.
    2. Height of CREF
      The height of the CREF (km msl).
    3. Hybrid Reflectivity
      The mosaicked reflectivity field at hybrid scan levels.
      (A "hybrid scan" of reflectivity is used to account for beam blockage.)
    4. Mosaic Reflectivity
      The mosaicked reflectivity field on constant-height surfaces (km msl).
    5. Mosaic Reflectivity on T-level
      The mosaicked reflectivity field on constant-temperature surfaces (C). Temperature surfaces are determined using hourly RUC analyses.
    6. Lightning (currently unavailable for Project IFLOW)
      Various flash densities and percentages of positive lightning flashes.
NEXRAD Mosaic mode

Figure 8. NEXRAD Mosaic mode, with products at right
  1. Precipitation QPESUMS
    In "Precipitation QPESUMS" mode (see Figure 7, below), the NEXRAD sites contributing to QPESUMS products and precipitation estimates created by three different QPE approaches are available. The three QPE approaches include 1) Radar-only, 2) Satellite-only, and 3) Multisensor. The family of products is as follows:
     
    1. Radar Coverage Map
      Instantaneous Radar Coverage: Show the NEXRAD sites providing radar data to the QPESUMS and MOSAIC algorithm using a variable color scheme. Presently, a radar site is interpreted as a contributor by the orientation of the colored wedge relative to the radar site.
      #hr Radar Coverage: Show the percentage of time areas were observed by a NEXRAD site over 1, 3, 6, 24, or 72 hr periods.
    2. Radar Only
      Precipitation Rate: Rainfall rate (in hr-1) based on convective, stratiform, or snow Z/R relationships.
      Precipitation Accumulation: Precipitation accumulation in inches.
      (1-hr and 3-hr accumulations are updated instantaneously each volume scan
      (6-hr and 24-hr accumulations are updated at the top of each hour
      (72-hr accumulations are updated at 12 UTC each day
    3. Satellite Only
      IR image: Brightness temperature ((C) measured by GOES-8 (?)
      Precip Rate: Rainfall rate (in hr-1) based on satellite-only algorithm
      Precip Accumulation: Precipitation accumulation in inches.
      (1-hr and 3-hr accumulations are updated instantaneously each volume scan
      (6-hr and 24-hr accumulations are updated at the top of each hour
      (72-hr accumulations are updated at 12 UTC each day
    4. Multi-sensor
      Precip Type: The precipitation type identified by QPESUMS, which is convective, stratiform, or snow. Convective areas are represented by red pixels, stratiform areas are represented by light blue or dark blue pixels, and snow areas are represented by light green or dark green pixels . The light blue (green) and dark blue (green) colors differentiate between stratiform and snow areas well vs. poorly sampled by radar, respectively.
      Precip Phase: The expected precipitation phase at the surface, which is either liquid or frozen. Liquid precipitation is represented by blue pixels whereas frozen precipitation is represented by white pixels.
      Precip Rate: Rainfall rate (in hr-1) based on satellite-only algorithm
      Precip Accumulation: Precipitation accumulation in inches.
      (1-hr and 3-hr accumulations are updated instantaneously each volume scan
      (6-hr and 24-hr accumulations are updated at the top of each hour
      (72-hr accumulations are updated at 12 UTC each day
    5. Gage-adj Radar Precip
      Reserved for future development.
    6. Gage-adj Multi Precip
      Reserved for future development.
Precipitation QPESUMS mode

Figure 9. Precipitation QPESUMS mode