Plan View Displays of VWP data.

Nov 28 2005

http://www-sdd.fsl.noaa.gov/~ramer/noaa/planViewVWP/planViewVWP.html

New submenu for plan view VWP displays.

These have been updated per the recommendations in the design review.

Examples of height AGL level displays.

Now showing how the sampling looks. The screen shot is not able to show the cursor location; it is at KGRR, in southwestern lower Michigan.

Examples of pressure level displays.

Example of perspective display.





The one significant software change that was required to support this display capability was to the vertical interpolation routines. For a given radar, there was a requirement to not interpolate a wind to a plan view level if the vertical gap between the two levels with data above and below was more than 4000 feet. Previous to OB7, the only way a vertical column of data could be treated as if some interior part of the column had missing data was if there was a level present that had an undefined data value. To illustrate, consider the following two colums of temperature data:

    6000ft    270K             9500ft    260K
    5500ft    271K             9000ft    261K
    5000ft    undef            8500ft    262K
    4500ft    273K             1500ft    275K
    4000ft    274K             1000ft    276K
The way the software worked previous to OB7, the temperature value for 5000ft could be recognized as undefined in the first column, but not in the second. This was not an issue for profiler data because the profiler data reported all levels in the data whether they had defined data values or not. The VWP only reports those levels where winds are defined. For OB7, the vertical interpolation software was changed so that if the vertical distance between two consecutive levels with data is greater than some specified value, then levels that fall between will be considered to have an undefined value. Whether the data is being treated in this manner, and the exact vertical distance used, is all definable in a design file.

The following files were checked in to support the plan view display of VWP data:

dm/point/PlotDesignFunctions.C
localization/nationalData/dataInfo.manual
localization/nationalData/dataMenus.txt
localization/nationalData/depictInfo.manual
localization/nationalData/productButtonInfo.txt
localization/nationalData/vwpAglPlotDesign.txt
localization/nationalData/vwpPerspPlotDesign.txt
localization/nationalData/vwpPresPlotDesign.txt
mapping/FreeMappingFns.C
mapping/FreeMappingFns.H
The following files were checked in to support ingesting the VWP from remote radars:

dm/nexrad/nonprod/RadarProdMsg.C
dm/nexrad/text/RadarTextPatterns.txt
dm/radar/RadarStorageController.C
localization/nationalData/acq_patterns.template
comms/storeProduct.C
All files submitted were checked in against
DCS3251.

Issues:

Menu organization.

TDWR radars.

RMS error values.