-Removed phensig print statement -Fixed the colorized surface products -Updated menu items to reference WPC instead of HPC (TODO: on the EDEX side the model data gets decoded as HPC still, but that's a deeper dive to make all of those changes) -Remove NCEP Upper Air menu items (don't have any data populating this)
78 lines
No EOL
3.8 KiB
XML
78 lines
No EOL
3.8 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<!--
|
|
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
|
|
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
|
|
|
|
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
|
|
This_software_product_contains_export-restricted_data_whose
|
|
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
|
|
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
|
|
an_export_license_or_other_authorization.
|
|
|
|
Contractor_Name:________Raytheon_Company
|
|
Contractor_Address:_____6825_Pine_Street,_Suite_340
|
|
________________________Mail_Stop_B8
|
|
________________________Omaha,_NE_68106
|
|
________________________402.291.0100
|
|
|
|
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
|
further_licensing_information.
|
|
-->
|
|
<!--
|
|
This is an absolute override file, indicating that a higher priority version
|
|
of the file will completely replace a lower priority version of the file.
|
|
-->
|
|
<menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<contribute xsi:type="subMenu" id="UAplots" menuText="UA plots">
|
|
<contribute xsi:type="titleItem" titleText="------ RAOB ------" />
|
|
<contribute xsi:type="bundleItem" file="bundles/UpperAirPlot.xml"
|
|
menuText="150 hPa" id="150hPa">
|
|
<substitute key="levelKey" value="150MB" />
|
|
<substitute key="plotSource" value="raob 150" />
|
|
</contribute>
|
|
<contribute xsi:type="bundleItem" file="bundles/UpperAirPlot.xml"
|
|
menuText="200 hPa" id="200hPa">
|
|
<substitute key="levelKey" value="200MB" />
|
|
<substitute key="plotSource" value="raob 200" />
|
|
</contribute>
|
|
<contribute xsi:type="bundleItem" file="bundles/UpperAirPlot.xml"
|
|
menuText="250 hPa" id="250hPa">
|
|
<substitute key="levelKey" value="250MB" />
|
|
<substitute key="plotSource" value="raob 250" />
|
|
</contribute>
|
|
<contribute xsi:type="bundleItem" file="bundles/UpperAirPlot.xml"
|
|
menuText="300 hPa" id="300hPa">
|
|
<substitute key="levelKey" value="300MB" />
|
|
<substitute key="plotSource" value="raob 300" />
|
|
</contribute>
|
|
<contribute xsi:type="bundleItem" file="bundles/UpperAirPlot.xml"
|
|
menuText="400 hPa" id="400hPa">
|
|
<substitute key="levelKey" value="400MB" />
|
|
<substitute key="plotSource" value="raob 400" />
|
|
</contribute>
|
|
<contribute xsi:type="bundleItem" file="bundles/UpperAirPlot.xml"
|
|
menuText="500 hPa" id="500hPa">
|
|
<substitute key="levelKey" value="500MB" />
|
|
<substitute key="plotSource" value="raob 500" />
|
|
</contribute>
|
|
<contribute xsi:type="bundleItem" file="bundles/UpperAirPlot.xml"
|
|
menuText="700 hPa" id="700hPa">
|
|
<substitute key="levelKey" value="700MB" />
|
|
<substitute key="plotSource" value="raob 700" />
|
|
<substitute key="plotModelFile" value="raobLowerDesign" />
|
|
</contribute>
|
|
<contribute xsi:type="bundleItem" file="bundles/UpperAirPlot.xml"
|
|
menuText="850 hPa" id="850hPa">
|
|
<substitute key="levelKey" value="850MB" />
|
|
<substitute key="plotSource" value="raob 850" />
|
|
<substitute key="plotModelFile" value="raobLowerDesign" />
|
|
</contribute>
|
|
<contribute xsi:type="bundleItem" file="bundles/UpperAirPlot.xml"
|
|
menuText="925 hPa" id="925hPa">
|
|
<substitute key="levelKey" value="925MB" />
|
|
<substitute key="plotSource" value="raob 925" />
|
|
<substitute key="plotModelFile" value="raobLowerDesign" />
|
|
</contribute>
|
|
</contribute>
|
|
<contribute xsi:type="separator" id="baseUpperAirEnd" />
|
|
</menuTemplate> |