awips2/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/mrms/mrms.xml
Tiffany Meyer 113d5763b3 Fixes and Updates to MRMS processing and vizualization configuration files.
gridImageryStyleRules
	modified the lightning probability value (removed the *100)
	added new styleRule for AzShear products
	updated VIL Denstiy entry
	added Seamless HSR Height
	Update FLASH FFG to label as "", the unit was set to % previously which was causing wrong scaling
	Corrected CONUSMergedRHV parameter
	Corrected colortable for CONUSMergedZDR
	updated styleRules for PrecipRate

Added new mrmsAzShear colormap
Added new VIL Density colormap
Added new Seamless HSR Height colormap
Updated mrmsSPRDP colormap to black out 0

mrmsProducts.xml
	Added VIL Density and VIL 120 min and 1440 min swaths to menu
	Remove 5km Composite Reflectivity and RALA from menu
	Removed Cube
	Removed Precip-->QPE Gauge Only, QPE Radar w/ Gauge Bias Correction, QPE Mountain Mapper
	Added Gauge Influence Index Pass 1 and 2
	Added QPE Radar QPI
	Added Seamless HSR Height
	FLASH - remove QPF Models from menu
	Added in quite a few new reflectivity products
        Reorganized menus

Updated/Reoganized AK, CA, HI, and GU product menus
	Caribbean - FALSH QPE models are on 500m domain instead of 1km

Had to add new domains for Hawaii and Guam
	MRMS-500m-GUAM2.xml	10042 : 17.995 | 500.005004
        MRMS-500m-HAWAII2.xml	10022 : 25.9975| 196.0025
	MRMS-500m-HAWAII3.xml	10023 : 25.995|196.005004

Conflicts:
	edexOsgi/com.raytheon.edex.plugin.grib/utility/common_static/base/grib/models/gribModels_NOAA-161.xml
2022-12-22 13:51:39 +00:00

65 lines
3.1 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.
-->
<!--
Name - Organization - Date - Info
Darrel Kingfield - NOAA/NSSL/CIMMS - 09-02-2014 - Initial File Creation
-->
<!-- Set the initial top level menu -->
<menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- Set the initial top level menu -->
<contribute xsi:type="titleItem" titleText="---Multiple-Radar/Multiple-Sensor---" id="MRMS-SVR"/>
<contribute xsi:type="titleItem" titleText="---CONUS---" id="MRMS-CONUS"/>
<contribute xsi:type="subinclude" fileName="menus/mrms/mrmsProducts.xml">
<substitute key="resolutionOne" value="MRMS_1000"/>
<substitute key="resolutionTwo" value="MRMS_0500"/>
<substitute key="resolutionThree" value="MRMS_5000"/>
</contribute>
<contribute xsi:type="titleItem" titleText="---OCONUS---" id="MRMS-OCONUS"/>
<contribute xsi:type="subMenu" menuText="Alaska">
<contribute xsi:type="subinclude" fileName="menus/mrms/mrmsProductsAK.xml">
<substitute key="resolutionOne" value="MRMS_AK_1000"/>
<substitute key="resolutionTwo" value="MRMS_AK_0500"/>
</contribute>
</contribute>
<contribute xsi:type="subMenu" menuText="Caribbean">
<contribute xsi:type="subinclude" fileName="menus/mrms/mrmsProductsCA.xml">
<substitute key="resolutionOne" value="MRMS_CA_1000"/>
<substitute key="resolutionTwo" value="MRMS_CA_0500"/>
</contribute>
</contribute>
<contribute xsi:type="subMenu" menuText="Guam">
<contribute xsi:type="subinclude" fileName="menus/mrms/mrmsProductsOCONUS.xml">
<substitute key="resolutionOne" value="MRMS_GU_0500"/>
<substitute key="resolutionTwo" value="MRMS_GU_0500"/>
</contribute>
</contribute>
<contribute xsi:type="subMenu" menuText="Hawaii">
<contribute xsi:type="subinclude" fileName="menus/mrms/mrmsProductsOCONUS.xml">
<substitute key="resolutionOne" value="MRMS_HI_0500"/>
<substitute key="resolutionTwo" value="MRMS_HI_0500"/>
</contribute>
</contribute>
</menuTemplate>