Change-Id: I0a4c5df11b8c9d86b19c64c5dc8715feb91d5620 Former-commit-id: 8c37c2d39624adc23a6cdb0e4cca4bad318d009f
This commit is contained in:
parent
9962e4d4f1
commit
f8d536f1fe
18 changed files with 14650 additions and 1856 deletions
|
@ -0,0 +1,39 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<bundle xmlns:ns2="com.raytheon.uf.common.datadelivery.registry" xmlns:ns3="http://www.example.org/productType">
|
||||
<displayList>
|
||||
<displays xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="d2DMapRenderableDisplay" density="1.0" magnification="1.0" scale="CONUS">
|
||||
<descriptor xsi:type="mapDescriptor">
|
||||
<resource>
|
||||
<loadProperties xsi:type="gridLoadProperties" displayType="IMAGE" loadWithoutData="false">
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
<capabilities>
|
||||
<capability xsi:type="colorableCapability" colorAsString="green"/>
|
||||
<capability xsi:type="imagingCapability" alpha="1.0" interpolationState="true" brightness="1.0" contrast="1.0"/>
|
||||
<capability xsi:type="displayTypeCapability" displayType="IMAGE"/>
|
||||
</capabilities>
|
||||
</loadProperties>
|
||||
<properties renderingOrderId="IMAGE_WORLD" isSystemResource="false" isBlinking="false" isMapLayer="false" isHoverOn="false" isVisible="true">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0"/>
|
||||
</properties>
|
||||
<resourceData xsi:type="gridResourceData" spatial="false" sampling="true" retrieveData="true" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
|
||||
<metadataMap>
|
||||
<mapping key="info.level.masterLevel.name">
|
||||
<constraint constraintValue="SFC" constraintType="EQUALS"/>
|
||||
</mapping>
|
||||
<mapping key="info.datasetId">
|
||||
<constraint constraintValue="${datasetID}" constraintType="EQUALS"/>
|
||||
</mapping>
|
||||
<mapping key="info.parameter.abbreviation">
|
||||
<constraint constraintValue="${parameterID}" constraintType="EQUALS"/>
|
||||
</mapping>
|
||||
<mapping key="pluginName">
|
||||
<constraint constraintValue="grid" constraintType="EQUALS"/>
|
||||
</mapping>
|
||||
</metadataMap>
|
||||
<alertParser xsi:type="dataCubeAlertMessageParser"/>
|
||||
</resourceData>
|
||||
</resource>
|
||||
</descriptor>
|
||||
</displays>
|
||||
</displayList>
|
||||
</bundle>
|
|
@ -1,602 +1,756 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!--
|
||||
Name Organization Date Info
|
||||
Darrel Kingfield NOAA/NSSL/CIMMS 09-02-2014 Initial File Creation
|
||||
-->
|
||||
<!-- Name Organization Date Info Darrel Kingfield NOAA/NSSL/CIMMS 09-02-2014
|
||||
Initial File Creation -->
|
||||
<menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<!-- Set the initial top level menu -->
|
||||
<contribute xsi:type="subMenu" menuText="Hail Products" id="MRMS_HAIL">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Maximum Estimated Size of Hail (MESH)" id="MESH">
|
||||
<contribute xsi:type="subMenu" menuText="Hail Products"
|
||||
id="MRMS_HAIL">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Maximum Estimated Size of Hail (MESH)" id="MESH">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="MESH" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="MESH Tracks (30 min. accum.)" id="MESH30">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="MESH Tracks (30 min. accum.)" id="MESH30">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="MESHTrack30min" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="MESH Tracks (60 min. accum.)" id="MESH60">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="MESH Tracks (60 min. accum.)" id="MESH60">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="MESHTrack60min" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="MESH Tracks (120 min. accum.)" id="MESH120">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="MESH Tracks (120 min. accum.)" id="MESH120">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="MESHTrack120min" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="MESH Tracks (240 min. accum.)" id="MESH240">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="MESH Tracks (240 min. accum.)" id="MESH240">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="MESHTrack240min" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="MESH Tracks (360 min. accum.)" id="MESH360">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="MESH Tracks (360 min. accum.)" id="MESH360">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="MESHTrack360min" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="MESH Tracks (1440 min. accum.)" id="MESH1440">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="MESH Tracks (1440 min. accum.)" id="MESH1440">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="MESHTrack1440min" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Probability Of Severe Hail (POSH)" id="POSH">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Probability Of Severe Hail (POSH)" id="POSH">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="POSH" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Severe Hail Index (SHI)" id="SHI">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Severe Hail Index (SHI)" id="SHI">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="SHI" />
|
||||
</contribute>
|
||||
</contribute>
|
||||
<contribute xsi:type="subMenu" menuText="Lightning Products" id="MRMS_LIGHTNING">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Cloud-to-Ground Lightning Density (1 min.)" id="LightDensity1min">
|
||||
<contribute xsi:type="subMenu" menuText="Lightning Products"
|
||||
id="MRMS_LIGHTNING">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Cloud-to-Ground Lightning Density (1 min.)" id="LightDensity1min">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="LightningDensity1min" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Cloud-to-Ground Lightning Density (5 min.)" id="LightDensity5min">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Cloud-to-Ground Lightning Density (5 min.)" id="LightDensity5min">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="LightningDensity5min" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Cloud-to-Ground Lightning Density (15 min.)" id="LightDensity15min">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Cloud-to-Ground Lightning Density (15 min.)" id="LightDensity15min">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="LightningDensity15min" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Cloud-to-Ground Lightning Density (30 min.)" id="LightDensity30min">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Cloud-to-Ground Lightning Density (30 min.)" id="LightDensity30min">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="LightningDensity30min" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Cloud-to-Ground Lightning Probability (0-30 min.)" id="LightProb30min">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Cloud-to-Ground Lightning Probability (0-30 min.)"
|
||||
id="LightProb30min">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="LightningProbabilityNext30min" />
|
||||
</contribute>
|
||||
</contribute>
|
||||
<contribute xsi:type="subMenu" menuText="Precipitation Products" id="MRMS_PRECIPITATION">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Surface Precipitation Type (SPT)" id="SfcPrecipType">
|
||||
<contribute xsi:type="subMenu" menuText="Precipitation Products"
|
||||
id="MRMS_PRECIPITATION">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Surface Precipitation Type (SPT)" id="SfcPrecipType">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="PrecipType" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Surface Precipitation Rate (SPR)" id="RadarPrecipRate">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Surface Precipitation Rate (SPR)" id="RadarPrecipRate">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="PrecipRate" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Radar Quality Index (RQI)" id="RadarQualityIndex">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Radar Quality Index (RQI)" id="RadarQualityIndex">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="RadarQualityIndex" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Seamless Hybrid Scan Reflectivity (SHSR)" id="SHSRVPR">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Seamless Hybrid Scan Reflectivity (SHSR)" id="SHSRVPR">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="SeamlessHSR" />
|
||||
</contribute>
|
||||
<contribute xsi:type="subMenu" menuText="FLASH">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrmsSFC.xml"
|
||||
menuText="CREST Maximum Unit Streamflow" id="CrestMaxU">
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CrestMaxUStreamflow" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrmsSFC.xml"
|
||||
menuText="Maximum Accumulation Return Period (30 min to 6 hour)"
|
||||
id="PRPMax">
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="PRPMax" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrmsSFC.xml"
|
||||
menuText="Maximum QPE-to-FFG Ratio" id="QPEtoFFGMax">
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="QPEFFGMax" />
|
||||
</contribute>
|
||||
</contribute>
|
||||
<contribute xsi:type="subMenu" menuText="QPE - Radar Only">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="1 hour Accumulation" id="RadarOnly01hr">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="1 hour Accumulation" id="RadarOnly01hr">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="RadarOnlyQPE01H" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="3 hour Accumulation" id="RadarOnly03hr">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="3 hour Accumulation" id="RadarOnly03hr">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="RadarOnlyQPE03H" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="6 hour Accumulation" id="RadarOnly06hr">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="6 hour Accumulation" id="RadarOnly06hr">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="RadarOnlyQPE06H" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="12 hour Accumulation" id="RadarOnly12hr">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="12 hour Accumulation" id="RadarOnly12hr">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="RadarOnlyQPE12H" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="24 hour Accumulation" id="RadarOnly24hr">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="24 hour Accumulation" id="RadarOnly24hr">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="RadarOnlyQPE24H" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="48 hour Accumulation" id="RadarOnly48hr">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="48 hour Accumulation" id="RadarOnly48hr">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="RadarOnlyQPE48H" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="72 hour Accumulation" id="RadarOnly72hr">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="72 hour Accumulation" id="RadarOnly72hr">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="RadarOnlyQPE72H" />
|
||||
</contribute>
|
||||
</contribute>
|
||||
<contribute xsi:type="subMenu" menuText="QPE - Gauge Only">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="1 hour Accumulation" id="GaugeOnly01hr">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="1 hour Accumulation" id="GaugeOnly01hr">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="GaugeOnlyQPE01H" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="3 hour Accumulation" id="GaugeOnly03hr">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="3 hour Accumulation" id="GaugeOnly03hr">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="GaugeOnlyQPE03H" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="6 hour Accumulation" id="GaugeOnly06hr">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="6 hour Accumulation" id="GaugeOnly06hr">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="GaugeOnlyQPE06H" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="12 hour Accumulation" id="GaugeOnly12hr">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="12 hour Accumulation" id="GaugeOnly12hr">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="GaugeOnlyQPE12H" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="24 hour Accumulation" id="GaugeOnly24hr">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="24 hour Accumulation" id="GaugeOnly24hr">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="GaugeOnlyQPE24H" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="48 hour Accumulation" id="GaugeOnly48hr">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="48 hour Accumulation" id="GaugeOnly48hr">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="GaugeOnlyQPE48H" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="72 hour Accumulation" id="GaugeOnly72hr">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="72 hour Accumulation" id="GaugeOnly72hr">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="GaugeOnlyQPE72H" />
|
||||
</contribute>
|
||||
</contribute>
|
||||
<contribute xsi:type="subMenu" menuText="QPE - Radar w/ Gauge Bias Correction">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="1 hour Accumulation" id="GaugeCorr01hr">
|
||||
<contribute xsi:type="subMenu"
|
||||
menuText="QPE - Radar w/ Gauge Bias Correction">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="1 hour Accumulation" id="GaugeCorr01hr">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="GaugeCorrQPE01H" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="3 hour Accumulation" id="GaugeCorr03hr">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="3 hour Accumulation" id="GaugeCorr03hr">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="GaugeCorrQPE03H" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="6 hour Accumulation" id="GaugeCorr06hr">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="6 hour Accumulation" id="GaugeCorr06hr">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="GaugeCorrQPE06H" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="12 hour Accumulation" id="GaugeCorr12hr">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="12 hour Accumulation" id="GaugeCorr12hr">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="GaugeCorrQPE12H" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="24 hour Accumulation" id="GaugeCorr24hr">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="24 hour Accumulation" id="GaugeCorr24hr">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="GaugeCorrQPE24H" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="48 hour Accumulation" id="GaugeCorr48hr">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="48 hour Accumulation" id="GaugeCorr48hr">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="GaugeCorrQPE48H" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="72 hour Accumulation" id="GaugeCorr72hr">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="72 hour Accumulation" id="GaugeCorr72hr">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="GaugeCorrQPE72H" />
|
||||
</contribute>
|
||||
</contribute>
|
||||
<contribute xsi:type="subMenu" menuText="QPE - Mountain Mapper">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="1 hour Accumulation" id="MountainMapper01hr">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="1 hour Accumulation" id="MountainMapper01hr">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="MountainMapperQPE01H" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="3 hour Accumulation" id="MountainMapper03hr">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="3 hour Accumulation" id="MountainMapper03hr">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="MountainMapperQPE03H" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="6 hour Accumulation" id="MountainMapper06hr">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="6 hour Accumulation" id="MountainMapper06hr">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="MountainMapperQPE06H" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="12 hour Accumulation" id="MountainMapper12hr">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="12 hour Accumulation" id="MountainMapper12hr">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="MountainMapperQPE12H" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="24 hour Accumulation" id="MountainMapper24hr">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="24 hour Accumulation" id="MountainMapper24hr">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="MountainMapperQPE24H" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="48 hour Accumulation" id="MountainMapper48hr">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="48 hour Accumulation" id="MountainMapper48hr">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="MountainMapperQPE48H" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="72 hour Accumulation" id="MountainMapper72hr">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="72 hour Accumulation" id="MountainMapper72hr">
|
||||
<substitute key="levelOneValue" value="0.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="MountainMapperQPE72H" />
|
||||
</contribute>
|
||||
</contribute>
|
||||
</contribute>
|
||||
<contribute xsi:type="subMenu" menuText="Reflectivity Products" id="MRMS_REFLECTIVITY">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Composite Reflectivity" id="CompZ">
|
||||
<contribute xsi:type="subMenu" menuText="Reflectivity Products"
|
||||
id="MRMS_REFLECTIVITY">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Composite Reflectivity (1km)" id="CompZ1km">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="MergedReflectivityQCComposite" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Composite Reflectivity Height" id="CompZH">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Composite Reflectivity (5km)" id="CompZ5km">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_5000" />
|
||||
<substitute key="parameterID" value="MergedReflectivityQCComposite" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Composite Reflectivity Height" id="CompZH">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="HeightCompositeReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Reflectivity At Lowest Altitude (RALA)" id="REFLA">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Reflectivity At Lowest Altitude (RALA) (1km)" id="REFLA1km">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="ReflectivityAtLowestAltitude" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Vertically Integrated Ice (VII)" id="VII">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Reflectivity At Lowest Altitude (RALA) (5km)" id="REFLA5km">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_5000" />
|
||||
<substitute key="parameterID" value="ReflectivityAtLowestAltitude" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Vertically Integrated Ice (VII)" id="VII">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="VII" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Vertically Integrated Liquid (VIL)" id="MRMSVIL">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Vertically Integrated Liquid (VIL)" id="MRMSVIL">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="MRMSVIL" />
|
||||
</contribute>
|
||||
<contribute xsi:type="subMenu" menuText="Echo Tops" id="MRMS_ECHO">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="18 dBZ Echo Top" id="18ET">
|
||||
<contribute xsi:type="subMenu" menuText="Echo Tops"
|
||||
id="MRMS_ECHO">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="18 dBZ Echo Top" id="18ET">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="EchoTop18" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="30 dBZ Echo Top" id="30ET">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="30 dBZ Echo Top" id="30ET">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="EchoTop30" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="50 dBZ Echo Top" id="50ET">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="50 dBZ Echo Top" id="50ET">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="EchoTop50" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="60 dBZ Echo Top" id="60ET">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="60 dBZ Echo Top" id="60ET">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="EchoTop60" />
|
||||
</contribute>
|
||||
</contribute>
|
||||
<contribute xsi:type="subMenu" menuText="Isothermal Reflectivity" id="REF_ISOTHERMAL">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Reflectivity at 0°C" id="REF0C">
|
||||
<contribute xsi:type="subMenu" menuText="Isothermal Reflectivity"
|
||||
id="REF_ISOTHERMAL">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Reflectivity at 0°C" id="REF0C">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="Reflectivity0C" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Reflectivity at -5°C" id="REFM5C">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Reflectivity at -5°C" id="REFM5C">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="ReflectivityM5C" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Reflectivity at -10°C" id="REFM10C">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Reflectivity at -10°C" id="REFM10C">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="ReflectivityM10C" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Reflectivity at -15°C" id="REFM15C">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Reflectivity at -15°C" id="REFM15C">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="ReflectivityM15C" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Reflectivity at -20°C" id="REFM20C">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Reflectivity at -20°C" id="REFM20C">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="ReflectivityM20C" />
|
||||
</contribute>
|
||||
</contribute>
|
||||
<contribute xsi:type="subMenu" menuText="Merged Reflectivity Cube" id="REF_CUBE">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms3D.xml" menuText="0.5km-3.0km Merged Reflectivity All-Tilts" id="MRMS-03-ALL">
|
||||
<contribute xsi:type="subMenu" menuText="Merged Reflectivity Cube"
|
||||
id="REF_CUBE">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms3D.xml"
|
||||
menuText="0.5km-3.0km Merged Reflectivity All-Tilts" id="MRMS-03-ALL">
|
||||
<substitute key="levelOneValue" value="500.0--3000.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms3D.xml" menuText="0.5km-6.0km Merged Reflectivity All-Tilts" id="MRMS-06-ALL">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms3D.xml"
|
||||
menuText="0.5km-6.0km Merged Reflectivity All-Tilts" id="MRMS-06-ALL">
|
||||
<substitute key="levelOneValue" value="500.0--6000.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms3D.xml" menuText="0.5km-19.0km Merged Reflectivity All-Tilts" id="MRMS-019-ALL">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms3D.xml"
|
||||
menuText="0.5km-19.0km Merged Reflectivity All-Tilts"
|
||||
id="MRMS-019-ALL">
|
||||
<substitute key="levelOneValue" value="500.0--19000.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="separator" id="MRMS-Cube-Static" />
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 0.5km/1.6kft" id="MRMS-REF-500">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 0.5km/1.6kft" id="MRMS-REF-500">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 0.75km/2.5kft" id="MRMS-REF-750">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 0.75km/2.5kft" id="MRMS-REF-750">
|
||||
<substitute key="levelOneValue" value="750.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 1.0km/3.3kft" id="MRMS-REF-1000">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 1.0km/3.3kft" id="MRMS-REF-1000">
|
||||
<substitute key="levelOneValue" value="1000.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 1.25km/4.1kft" id="MRMS-REF-1250">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 1.25km/4.1kft" id="MRMS-REF-1250">
|
||||
<substitute key="levelOneValue" value="1250.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 1.5km/4.9kft" id="MRMS-REF-1500">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 1.5km/4.9kft" id="MRMS-REF-1500">
|
||||
<substitute key="levelOneValue" value="1500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 1.75km/5.7kft" id="MRMS-REF-1750">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 1.75km/5.7kft" id="MRMS-REF-1750">
|
||||
<substitute key="levelOneValue" value="1750.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 2.0km/6.6kft" id="MRMS-REF-2000">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 2.0km/6.6kft" id="MRMS-REF-2000">
|
||||
<substitute key="levelOneValue" value="2000.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 2.25km/7.4kft" id="MRMS-REF-2250">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 2.25km/7.4kft" id="MRMS-REF-2250">
|
||||
<substitute key="levelOneValue" value="2250.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 2.5km/8.2kft" id="MRMS-REF-2500">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 2.5km/8.2kft" id="MRMS-REF-2500">
|
||||
<substitute key="levelOneValue" value="2500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 2.75km/9.0kft" id="MRMS-REF-2750">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 2.75km/9.0kft" id="MRMS-REF-2750">
|
||||
<substitute key="levelOneValue" value="2750.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 3.0km/9.8kft" id="MRMS-REF-3000">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 3.0km/9.8kft" id="MRMS-REF-3000">
|
||||
<substitute key="levelOneValue" value="3000.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 3.5km/11.5kft" id="MRMS-REF-3500">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 3.5km/11.5kft" id="MRMS-REF-3500">
|
||||
<substitute key="levelOneValue" value="3500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 4.0km/13.1kft" id="MRMS-REF-4000">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 4.0km/13.1kft" id="MRMS-REF-4000">
|
||||
<substitute key="levelOneValue" value="4000.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 4.5km/14.8kft" id="MRMS-REF-4500">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 4.5km/14.8kft" id="MRMS-REF-4500">
|
||||
<substitute key="levelOneValue" value="4500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 5.0km/16.4kft" id="MRMS-REF-5000">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 5.0km/16.4kft" id="MRMS-REF-5000">
|
||||
<substitute key="levelOneValue" value="5000.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 5.5km/18.0kft" id="MRMS-REF-5500">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 5.5km/18.0kft" id="MRMS-REF-5500">
|
||||
<substitute key="levelOneValue" value="5500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 6.0km/19.7kft" id="MRMS-REF-6000">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 6.0km/19.7kft" id="MRMS-REF-6000">
|
||||
<substitute key="levelOneValue" value="6000.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 6.5km/21.3kft" id="MRMS-REF-6500">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 6.5km/21.3kft" id="MRMS-REF-6500">
|
||||
<substitute key="levelOneValue" value="6500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 7.0km/23.0kft" id="MRMS-REF-7000">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 7.0km/23.0kft" id="MRMS-REF-7000">
|
||||
<substitute key="levelOneValue" value="7000.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 7.5km/24.6kft" id="MRMS-REF-7500">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 7.5km/24.6kft" id="MRMS-REF-7500">
|
||||
<substitute key="levelOneValue" value="7500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 8.0km/26.2kft" id="MRMS-REF-8000">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 8.0km/26.2kft" id="MRMS-REF-8000">
|
||||
<substitute key="levelOneValue" value="8000.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 8.5km/27.9kft" id="MRMS-REF-8500">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 8.5km/27.9kft" id="MRMS-REF-8500">
|
||||
<substitute key="levelOneValue" value="8500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 9.0km/29.5kft" id="MRMS-REF-9000">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 9.0km/29.5kft" id="MRMS-REF-9000">
|
||||
<substitute key="levelOneValue" value="9000.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 10.0km/32.8kft" id="MRMS-REF-10000">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 10.0km/32.8kft" id="MRMS-REF-10000">
|
||||
<substitute key="levelOneValue" value="10000.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 11.0km/36.1kft" id="MRMS-REF-11000">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 11.0km/36.1kft" id="MRMS-REF-11000">
|
||||
<substitute key="levelOneValue" value="11000.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 12.0km/39.4kft" id="MRMS-REF-12000">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 12.0km/39.4kft" id="MRMS-REF-12000">
|
||||
<substitute key="levelOneValue" value="12000.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 13.0km/42.7kft" id="MRMS-REF-13000">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 13.0km/42.7kft" id="MRMS-REF-13000">
|
||||
<substitute key="levelOneValue" value="13000.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 14.0km/45.9kft" id="MRMS-REF-14000">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 14.0km/45.9kft" id="MRMS-REF-14000">
|
||||
<substitute key="levelOneValue" value="14000.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 15.0km/49.2kft" id="MRMS-REF-15000">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 15.0km/49.2kft" id="MRMS-REF-15000">
|
||||
<substitute key="levelOneValue" value="15000.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 16.0km/52.5kft" id="MRMS-REF-16000">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 16.0km/52.5kft" id="MRMS-REF-16000">
|
||||
<substitute key="levelOneValue" value="16000.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 17.0km/55.8kft" id="MRMS-REF-17000">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 17.0km/55.8kft" id="MRMS-REF-17000">
|
||||
<substitute key="levelOneValue" value="17000.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 18.0km/59.1kft" id="MRMS-REF-18000">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 18.0km/59.1kft" id="MRMS-REF-18000">
|
||||
<substitute key="levelOneValue" value="18000.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Merged Reflectivity at 19.0km/62.3kft" id="MRMS-REF-19000">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Merged Reflectivity at 19.0km/62.3kft" id="MRMS-REF-19000">
|
||||
<substitute key="levelOneValue" value="19000.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="CONUSMergedReflectivity" />
|
||||
</contribute>
|
||||
</contribute>
|
||||
<contribute xsi:type="subMenu" menuText="Thickness" id="REF_THICKNESS">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Height of 50dBZ Echo Above -20°C" id="H50253">
|
||||
<contribute xsi:type="subMenu" menuText="Thickness"
|
||||
id="REF_THICKNESS">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Height of 50dBZ Echo Above -20°C" id="H50253">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="H50AboveM20C" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Height of 60dBZ Echo Above -20°C" id="H60253">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Height of 60dBZ Echo Above -20°C" id="H60253">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="H60AboveM20C" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Height of 50dBZ Echo Above 0°C" id="H50273">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Height of 50dBZ Echo Above 0°C" id="H50273">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="H50Above0C" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Height of 60dBZ Echo Above 0°C" id="H60273">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Height of 60dBZ Echo Above 0°C" id="H60273">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_1000" />
|
||||
<substitute key="parameterID" value="H60Above0C" />
|
||||
</contribute>
|
||||
</contribute>
|
||||
</contribute>
|
||||
<contribute xsi:type="subMenu" menuText="Velocity Products" id="MRMS_VELOCITY">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Low-Level Azimuthal Shear (0-2km AGL)" id="AZ02">
|
||||
<contribute xsi:type="subMenu" menuText="Velocity Products"
|
||||
id="MRMS_VELOCITY">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Low-Level Azimuthal Shear (0-2km AGL)" id="AZ02">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_0500" />
|
||||
<substitute key="parameterID" value="MergedAzShear02kmAGL" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Low-Level Rotation Tracks (30 min. accum.)" id="ROTLL30">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Low-Level Rotation Tracks (30 min. accum.)" id="ROTLL30">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_0500" />
|
||||
<substitute key="parameterID" value="RotationTrackLL30min" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Low-Level Rotation Tracks (60 min. accum.)" id="ROTLL60">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Low-Level Rotation Tracks (60 min. accum.)" id="ROTLL60">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_0500" />
|
||||
<substitute key="parameterID" value="RotationTrackLL60min" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Low-Level Rotation Tracks (120 min. accum.)" id="ROTLL120">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Low-Level Rotation Tracks (120 min. accum.)" id="ROTLL120">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_0500" />
|
||||
<substitute key="parameterID" value="RotationTrackLL120min" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Low-Level Rotation Tracks (240 min. accum.)" id="ROTLL240">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Low-Level Rotation Tracks (240 min. accum.)" id="ROTLL240">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_0500" />
|
||||
<substitute key="parameterID" value="RotationTrackLL240min" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Low-Level Rotation Tracks (360 min. accum.)" id="ROTLL360">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Low-Level Rotation Tracks (360 min. accum.)" id="ROTLL360">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_0500" />
|
||||
<substitute key="parameterID" value="RotationTrackLL360min" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Low-Level Rotation Tracks (1440 min. accum.)" id="ROTLL1440">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Low-Level Rotation Tracks (1440 min. accum.)" id="ROTLL1440">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_0500" />
|
||||
<substitute key="parameterID" value="RotationTrackLL1440min" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Mid-Level Azimuthal Shear (3-6km AGL)" id="AZ36">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Mid-Level Azimuthal Shear (3-6km AGL)" id="AZ36">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_0500" />
|
||||
<substitute key="parameterID" value="MergedAzShear36kmAGL" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Mid-Level Rotation Tracks (30 min. accum.)" id="ROTML30">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Mid-Level Rotation Tracks (30 min. accum.)" id="ROTML30">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_0500" />
|
||||
<substitute key="parameterID" value="RotationTrackML30min" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Mid-Level Rotation Tracks (60 min. accum.)" id="ROTML60">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Mid-Level Rotation Tracks (60 min. accum.)" id="ROTML60">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_0500" />
|
||||
<substitute key="parameterID" value="RotationTrackML60min" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Mid-Level Rotation Tracks (120 min. accum.)" id="ROTML120">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Mid-Level Rotation Tracks (120 min. accum.)" id="ROTML120">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_0500" />
|
||||
<substitute key="parameterID" value="RotationTrackML120min" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Mid-Level Rotation Tracks (240 min. accum.)" id="ROTML240">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Mid-Level Rotation Tracks (240 min. accum.)" id="ROTML240">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_0500" />
|
||||
<substitute key="parameterID" value="RotationTrackML240min" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Mid-Level Rotation Tracks (360 min. accum.)" id="ROTML360">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Mid-Level Rotation Tracks (360 min. accum.)" id="ROTML360">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_0500" />
|
||||
<substitute key="parameterID" value="RotationTrackML360min" />
|
||||
</contribute>
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml" menuText="Mid-Level Rotation Tracks (1440 min. accum.)" id="ROTML1440">
|
||||
<contribute xsi:type="bundleItem" file="bundles/mrms/mrms2D.xml"
|
||||
menuText="Mid-Level Rotation Tracks (1440 min. accum.)" id="ROTML1440">
|
||||
<substitute key="levelOneValue" value="500.0" />
|
||||
<substitute key="datasetID" value="MRMS_0500" />
|
||||
<substitute key="parameterID" value="RotationTrackML1440min" />
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<latLonGridCoverage>
|
||||
<name>10002</name>
|
||||
<description>CONUS domain for MRMS 5km products</description>
|
||||
<la1>54.975</la1>
|
||||
<lo1>230.025</lo1>
|
||||
<firstGridPointCorner>UpperLeft</firstGridPointCorner>
|
||||
<nx>1400</nx>
|
||||
<ny>700</ny>
|
||||
<dx>0.05</dx>
|
||||
<dy>0.05</dy>
|
||||
<spacingUnit>degree</spacingUnit>
|
||||
</latLonGridCoverage>
|
|
@ -31,6 +31,15 @@
|
|||
</process>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>MRMS_5000</name>
|
||||
<center>161</center>
|
||||
<subcenter>0</subcenter>
|
||||
<grid>10002</grid>
|
||||
<process>
|
||||
<id>97</id>
|
||||
</process>
|
||||
</model>
|
||||
<!-- END SUBCENTER 0 -->
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
#Product Discipline 209 - Multi-Radar/Multi-Sensor, Parameter Category 10: Composite Products
|
||||
0:0:Composite Reflectivity:dBZ:MergedReflectivityQCComposite
|
||||
1:1:Composite Reflectivity Height:m:HeightCompositeReflectivity
|
||||
2:2:Low-Level Composite Reflectivity:dBZ:LLCompositeReflectivity
|
||||
3:3:Low-Level Composite Reflectivity Height:m:HeightLLCompositeReflectivity
|
||||
4:4:Low Layer Composite Reflectivity (0-24 kft):dBZ:LowLayerCompositeReflectivity
|
||||
5:5:High Layer Composite Reflectivity (24-60 kft):dBZ:HighLayerCompositeReflectivity
|
||||
6:6:Super Layer Composite Reflectivity (33-60 kft):dBZ:SuperLayerCompositeReflectivity
|
||||
7:7:Hourly Composite Reflectivity Maximum:dBZ:CompositeReflectivityMaxHourly
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
#Product Discipline 209 - Multi-Radar/Multi-Sensor, Parameter Category 11: Composite Reflectivity Products
|
||||
0:0:Merged Base Reflectivity:dBZ:MergedBaseReflectivityQC
|
||||
1:1:Raw Composite Reflectivity Mosaic:dBZ:MergedReflectivityComposite
|
||||
2:2:Composite Reflectivity Mosaic:dBZ:MergedReflectivityQComposite
|
||||
3:3:Raw Merged Base Reflectivity:dBZ:MergedBaseReflectivity
|
|
@ -0,0 +1,15 @@
|
|||
#Product Discipline 209 - Multi-Radar/Multi-Sensor, Parameter Category 12: FLASH Products
|
||||
0:0:CREST Maximum Unit Streamflow:(m^3)*(s^-1)*(km^-2):CrestMaxUStreamflow
|
||||
1:1:CREST Maximum Streamflow:(m^3)*(s^-1):CrestMaxStreamflow
|
||||
2:2:CREST Soil Moisture:%:CrestSoilMoisture
|
||||
14:14:30 min Precipitation Accumulation Return Period:PRP30min
|
||||
15:15:1 hour Precipitation Accumulation Return Period:PRP01H
|
||||
16:16:3 hour Precipitation Accumulation Return Period:PRP03H
|
||||
17:17:6 hour Precipitation Accumulation Return Period:PRP06H
|
||||
18:18:12 hour Precipitation Accumulation Return Period:PRP12H
|
||||
19:19:24 hour Precipitation Accumulation Return Period:PRP24H
|
||||
20:20:Maximum Precipitation Return Period:year:PRPMax
|
||||
26:26:1 hour QPE-to-FFG Ratio:%:QPEFFG01H
|
||||
27:27:3 hour QPE-to-FFG Ratio:%:QPEFFG03H
|
||||
28:28:6 hour QPE-to-FFG Ratio:%:QPEFFG06H
|
||||
29:29:Maximum QPE-to-FFG Ratio:%:QPEFFGMax
|
|
@ -0,0 +1,3 @@
|
|||
#Product Discipline 209 - Multi-Radar/Multi-Sensor, Parameter Category 13: Auto Nowcaster
|
||||
0:0:ANC Convective Outlook::ANCConvectiveOutlook
|
||||
1:1:ANC Final Forecast:dBZ:ANCFinalForecast
|
|
@ -23,6 +23,7 @@
|
|||
33:33:MESH Tracks (360 min. accum.):mm:MESHTrack360min
|
||||
34:34:MESH Tracks (1440 min. accum.):mm:MESHTrack1440min
|
||||
41:41:Vertically Integrated Liquid (VIL):kg/m^2:MRMSVIL
|
||||
42:42:Vertically Integrated Liquid (VIL) Density:g/m^3:MRMSVILDensity
|
||||
43:43:Vertically Integrated Ice (VII):kg/m^2:VII
|
||||
44:44:18 dBZ Echo Top:km:EchoTop18
|
||||
45:45:30 dBZ Echo Top:km:EchoTop30
|
||||
|
@ -38,3 +39,4 @@
|
|||
55:55:Reflectivity at -15C:dBZ:ReflectivityM15C
|
||||
56:56:Reflectivity at -20C:dBZ:ReflectivityM20C
|
||||
57:57:Reflectivity At Lowest Altitude (RALA):dBZ:ReflectivityAtLowestAltitude
|
||||
58:58:Merged Reflectivity At Lowest Altitude (RALA):dBZ:MergedReflectivityAtLowestAltitude
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
#Product Discipline 209 - Multi-Radar/Multi-Sensor, Parameter Category 4: Satellite Products
|
||||
0:0:Infrared Imagery:K:IRBand4
|
||||
1:1:Visible Imagery::Visible
|
||||
2:2:Water Vapor Imagery:K:WaterVapor
|
||||
3:3:Cloud Cover:K:CloudCover
|
|
@ -0,0 +1,7 @@
|
|||
#Product Discipline 209 - Multi-Radar/Multi-Sensor, Parameter Category 5: Model-Derived Fields
|
||||
0:0:Surface Temperature:C:ModelSurfaceTemperature
|
||||
1:1:Wet Bulb Temperature:C:ModelWetbulbTemperature
|
||||
2:2:Probability of Warm Rain:%:WarmRainProbability
|
||||
3:3:Freezing Level Height:m:ModelHeight0C
|
||||
4:4:Bright Band Top Height:m:BrightBandTopHeight
|
||||
5:5:Bright Band Bottom Height:m:BrightBandBottomHeight
|
|
@ -1,3 +1,11 @@
|
|||
#Product Discipline 209 - Multi-Radar/Multi-Sensor, Parameter Category 8: Radar/Precipitation Products
|
||||
0:0:Radar Quality Index (RQI)::RadarQualityIndex
|
||||
1:1:1 hour QPE Gauge Influence Index::GaugeInfIndex01H
|
||||
2:2:3 hour QPE Gauge Influence Index::GaugeInfIndex03H
|
||||
3:3:6 hour QPE Gauge Influence Index::GaugeInfIndex06H
|
||||
4:4:12 hour QPE Gauge Influence Index::GaugeInfIndex12H
|
||||
5:5:24 hour QPE Gauge Influence Index::GaugeInfIndex24H
|
||||
6:6:48 hour QPE Gauge Influence Index::GaugeInfIndex48H
|
||||
7:7:72 hour QPE Gauge Influence Index::GaugeInfIndex72H
|
||||
8:8:Seamless Hybrid Scan Reflectivity (SHSR):dBZ:SeamlessHSR
|
||||
9:9:Seamless Hybrid Scan Reflectivity (SHSR) Height:km:SeamlessHSRHeight
|
||||
|
|
|
@ -0,0 +1,403 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<colorMap xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
|
||||
<color r="0.000000" g="0.000000" b="0.000000" a="0.0" />
|
||||
<color r="0.000000" g="0.500000" b="0.000000" a="0.0" />
|
||||
<color r="0.000000" g="1.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.000000" g="0.754902" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="1.000000" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.941176" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.882353" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.833333" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.784314" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.764706" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.745098" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.725490" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.705882" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.686275" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.666667" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.647059" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.627451" b="0.000000" a="1.0" />
|
||||
<color r="0.926471" g="0.470588" b="0.000000" a="1.0" />
|
||||
<color r="0.852941" g="0.313725" b="0.000000" a="1.0" />
|
||||
<color r="0.779412" g="0.156863" b="0.000000" a="1.0" />
|
||||
<color r="0.705882" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.709804" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.713725" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.717647" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.721569" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.725490" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.729412" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.733333" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.737255" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.741176" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.745098" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.749020" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.752941" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.756863" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.760784" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.764706" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.768627" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.772549" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.776471" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.780392" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.784314" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.789216" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.794118" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.799020" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.803922" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.808824" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.813725" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.818627" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.823529" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.828431" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.833333" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.838235" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.843137" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.848039" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.852941" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.857843" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.862745" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.867647" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.872549" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.877451" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.882353" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.888235" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.894118" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.900000" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.905882" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.911765" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.917647" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.923529" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.929412" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.935294" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.941176" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.947059" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.952941" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.958824" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.964706" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.970588" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.976471" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.982353" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.988235" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.994118" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.000000" b="0.050000" a="1.0" />
|
||||
<color r="1.000000" g="0.000000" b="0.100000" a="1.0" />
|
||||
<color r="1.000000" g="0.000000" b="0.150000" a="1.0" />
|
||||
<color r="1.000000" g="0.000000" b="0.200000" a="1.0" />
|
||||
<color r="1.000000" g="0.000000" b="0.250000" a="1.0" />
|
||||
<color r="1.000000" g="0.000000" b="0.300000" a="1.0" />
|
||||
<color r="1.000000" g="0.000000" b="0.350000" a="1.0" />
|
||||
<color r="1.000000" g="0.000000" b="0.400000" a="1.0" />
|
||||
<color r="1.000000" g="0.000000" b="0.450000" a="1.0" />
|
||||
<color r="1.000000" g="0.000000" b="0.500000" a="1.0" />
|
||||
<color r="1.000000" g="0.000000" b="0.550000" a="1.0" />
|
||||
<color r="1.000000" g="0.000000" b="0.600000" a="1.0" />
|
||||
<color r="1.000000" g="0.000000" b="0.650000" a="1.0" />
|
||||
<color r="1.000000" g="0.000000" b="0.700000" a="1.0" />
|
||||
<color r="1.000000" g="0.000000" b="0.750000" a="1.0" />
|
||||
<color r="1.000000" g="0.000000" b="0.800000" a="1.0" />
|
||||
<color r="1.000000" g="0.000000" b="0.850000" a="1.0" />
|
||||
<color r="1.000000" g="0.000000" b="0.900000" a="1.0" />
|
||||
<color r="1.000000" g="0.000000" b="0.950000" a="1.0" />
|
||||
<color r="1.000000" g="0.000000" b="1.000000" a="1.0" />
|
||||
<color r="0.996471" g="0.000000" b="0.996471" a="1.0" />
|
||||
<color r="0.992941" g="0.000000" b="0.992941" a="1.0" />
|
||||
<color r="0.989412" g="0.000000" b="0.989412" a="1.0" />
|
||||
<color r="0.985882" g="0.000000" b="0.985882" a="1.0" />
|
||||
<color r="0.982353" g="0.000000" b="0.982353" a="1.0" />
|
||||
<color r="0.978824" g="0.000000" b="0.978824" a="1.0" />
|
||||
<color r="0.975294" g="0.000000" b="0.975294" a="1.0" />
|
||||
<color r="0.971765" g="0.000000" b="0.971765" a="1.0" />
|
||||
<color r="0.968235" g="0.000000" b="0.968235" a="1.0" />
|
||||
<color r="0.964706" g="0.000000" b="0.964706" a="1.0" />
|
||||
<color r="0.961176" g="0.000000" b="0.961176" a="1.0" />
|
||||
<color r="0.957647" g="0.000000" b="0.957647" a="1.0" />
|
||||
<color r="0.954118" g="0.000000" b="0.954118" a="1.0" />
|
||||
<color r="0.950588" g="0.000000" b="0.950588" a="1.0" />
|
||||
<color r="0.947059" g="0.000000" b="0.947059" a="1.0" />
|
||||
<color r="0.943529" g="0.000000" b="0.943529" a="1.0" />
|
||||
<color r="0.940000" g="0.000000" b="0.940000" a="1.0" />
|
||||
<color r="0.936471" g="0.000000" b="0.936471" a="1.0" />
|
||||
<color r="0.932941" g="0.000000" b="0.932941" a="1.0" />
|
||||
<color r="0.929412" g="0.000000" b="0.929412" a="1.0" />
|
||||
<color r="0.925882" g="0.000000" b="0.925882" a="1.0" />
|
||||
<color r="0.922353" g="0.000000" b="0.922353" a="1.0" />
|
||||
<color r="0.918824" g="0.000000" b="0.918824" a="1.0" />
|
||||
<color r="0.915294" g="0.000000" b="0.915294" a="1.0" />
|
||||
<color r="0.911765" g="0.000000" b="0.911765" a="1.0" />
|
||||
<color r="0.908235" g="0.000000" b="0.908235" a="1.0" />
|
||||
<color r="0.904706" g="0.000000" b="0.904706" a="1.0" />
|
||||
<color r="0.901176" g="0.000000" b="0.901176" a="1.0" />
|
||||
<color r="0.897647" g="0.000000" b="0.897647" a="1.0" />
|
||||
<color r="0.894118" g="0.000000" b="0.894118" a="1.0" />
|
||||
<color r="0.890588" g="0.000000" b="0.890588" a="1.0" />
|
||||
<color r="0.887059" g="0.000000" b="0.887059" a="1.0" />
|
||||
<color r="0.883529" g="0.000000" b="0.883529" a="1.0" />
|
||||
<color r="0.880000" g="0.000000" b="0.880000" a="1.0" />
|
||||
<color r="0.876471" g="0.000000" b="0.876471" a="1.0" />
|
||||
<color r="0.872941" g="0.000000" b="0.872941" a="1.0" />
|
||||
<color r="0.869412" g="0.000000" b="0.869412" a="1.0" />
|
||||
<color r="0.865882" g="0.000000" b="0.865882" a="1.0" />
|
||||
<color r="0.862353" g="0.000000" b="0.862353" a="1.0" />
|
||||
<color r="0.858824" g="0.000000" b="0.858824" a="1.0" />
|
||||
<color r="0.855294" g="0.000000" b="0.855294" a="1.0" />
|
||||
<color r="0.851765" g="0.000000" b="0.851765" a="1.0" />
|
||||
<color r="0.848235" g="0.000000" b="0.848235" a="1.0" />
|
||||
<color r="0.844706" g="0.000000" b="0.844706" a="1.0" />
|
||||
<color r="0.841176" g="0.000000" b="0.841176" a="1.0" />
|
||||
<color r="0.837647" g="0.000000" b="0.837647" a="1.0" />
|
||||
<color r="0.834118" g="0.000000" b="0.834118" a="1.0" />
|
||||
<color r="0.830588" g="0.000000" b="0.830588" a="1.0" />
|
||||
<color r="0.827059" g="0.000000" b="0.827059" a="1.0" />
|
||||
<color r="0.823529" g="0.000000" b="0.823529" a="1.0" />
|
||||
<color r="0.820392" g="0.000000" b="0.820392" a="1.0" />
|
||||
<color r="0.817255" g="0.000000" b="0.817255" a="1.0" />
|
||||
<color r="0.814118" g="0.000000" b="0.814118" a="1.0" />
|
||||
<color r="0.810980" g="0.000000" b="0.810980" a="1.0" />
|
||||
<color r="0.807843" g="0.000000" b="0.807843" a="1.0" />
|
||||
<color r="0.804706" g="0.000000" b="0.804706" a="1.0" />
|
||||
<color r="0.801569" g="0.000000" b="0.801569" a="1.0" />
|
||||
<color r="0.798431" g="0.000000" b="0.798431" a="1.0" />
|
||||
<color r="0.795294" g="0.000000" b="0.795294" a="1.0" />
|
||||
<color r="0.792157" g="0.000000" b="0.792157" a="1.0" />
|
||||
<color r="0.789020" g="0.000000" b="0.789020" a="1.0" />
|
||||
<color r="0.785882" g="0.000000" b="0.785882" a="1.0" />
|
||||
<color r="0.782745" g="0.000000" b="0.782745" a="1.0" />
|
||||
<color r="0.779608" g="0.000000" b="0.779608" a="1.0" />
|
||||
<color r="0.776471" g="0.000000" b="0.776471" a="1.0" />
|
||||
<color r="0.773333" g="0.000000" b="0.773333" a="1.0" />
|
||||
<color r="0.770196" g="0.000000" b="0.770196" a="1.0" />
|
||||
<color r="0.767059" g="0.000000" b="0.767059" a="1.0" />
|
||||
<color r="0.763922" g="0.000000" b="0.763922" a="1.0" />
|
||||
<color r="0.760784" g="0.000000" b="0.760784" a="1.0" />
|
||||
<color r="0.757647" g="0.000000" b="0.757647" a="1.0" />
|
||||
<color r="0.754510" g="0.000000" b="0.754510" a="1.0" />
|
||||
<color r="0.751373" g="0.000000" b="0.751373" a="1.0" />
|
||||
<color r="0.748235" g="0.000000" b="0.748235" a="1.0" />
|
||||
<color r="0.745098" g="0.000000" b="0.745098" a="1.0" />
|
||||
<color r="0.741961" g="0.000000" b="0.741961" a="1.0" />
|
||||
<color r="0.738824" g="0.000000" b="0.738824" a="1.0" />
|
||||
<color r="0.735686" g="0.000000" b="0.735686" a="1.0" />
|
||||
<color r="0.732549" g="0.000000" b="0.732549" a="1.0" />
|
||||
<color r="0.729412" g="0.000000" b="0.729412" a="1.0" />
|
||||
<color r="0.726275" g="0.000000" b="0.726275" a="1.0" />
|
||||
<color r="0.723137" g="0.000000" b="0.723137" a="1.0" />
|
||||
<color r="0.720000" g="0.000000" b="0.720000" a="1.0" />
|
||||
<color r="0.716863" g="0.000000" b="0.716863" a="1.0" />
|
||||
<color r="0.713725" g="0.000000" b="0.713725" a="1.0" />
|
||||
<color r="0.710588" g="0.000000" b="0.710588" a="1.0" />
|
||||
<color r="0.707451" g="0.000000" b="0.707451" a="1.0" />
|
||||
<color r="0.704314" g="0.000000" b="0.704314" a="1.0" />
|
||||
<color r="0.701176" g="0.000000" b="0.701176" a="1.0" />
|
||||
<color r="0.698039" g="0.000000" b="0.698039" a="1.0" />
|
||||
<color r="0.694902" g="0.000000" b="0.694902" a="1.0" />
|
||||
<color r="0.691765" g="0.000000" b="0.691765" a="1.0" />
|
||||
<color r="0.688627" g="0.000000" b="0.688627" a="1.0" />
|
||||
<color r="0.685490" g="0.000000" b="0.685490" a="1.0" />
|
||||
<color r="0.682353" g="0.000000" b="0.682353" a="1.0" />
|
||||
<color r="0.679216" g="0.000000" b="0.679216" a="1.0" />
|
||||
<color r="0.676078" g="0.000000" b="0.676078" a="1.0" />
|
||||
<color r="0.672941" g="0.000000" b="0.672941" a="1.0" />
|
||||
<color r="0.669804" g="0.000000" b="0.669804" a="1.0" />
|
||||
<color r="0.666667" g="0.000000" b="0.666667" a="1.0" />
|
||||
<color r="0.665843" g="0.000000" b="0.665843" a="1.0" />
|
||||
<color r="0.665020" g="0.000000" b="0.665020" a="1.0" />
|
||||
<color r="0.664196" g="0.000000" b="0.664196" a="1.0" />
|
||||
<color r="0.663373" g="0.000000" b="0.663373" a="1.0" />
|
||||
<color r="0.662549" g="0.000000" b="0.662549" a="1.0" />
|
||||
<color r="0.661725" g="0.000000" b="0.661725" a="1.0" />
|
||||
<color r="0.660902" g="0.000000" b="0.660902" a="1.0" />
|
||||
<color r="0.660078" g="0.000000" b="0.660078" a="1.0" />
|
||||
<color r="0.659255" g="0.000000" b="0.659255" a="1.0" />
|
||||
<color r="0.658431" g="0.000000" b="0.658431" a="1.0" />
|
||||
<color r="0.657608" g="0.000000" b="0.657608" a="1.0" />
|
||||
<color r="0.656784" g="0.000000" b="0.656784" a="1.0" />
|
||||
<color r="0.655961" g="0.000000" b="0.655961" a="1.0" />
|
||||
<color r="0.655137" g="0.000000" b="0.655137" a="1.0" />
|
||||
<color r="0.654314" g="0.000000" b="0.654314" a="1.0" />
|
||||
<color r="0.653490" g="0.000000" b="0.653490" a="1.0" />
|
||||
<color r="0.652667" g="0.000000" b="0.652667" a="1.0" />
|
||||
<color r="0.651843" g="0.000000" b="0.651843" a="1.0" />
|
||||
<color r="0.651020" g="0.000000" b="0.651020" a="1.0" />
|
||||
<color r="0.650196" g="0.000000" b="0.650196" a="1.0" />
|
||||
<color r="0.649373" g="0.000000" b="0.649373" a="1.0" />
|
||||
<color r="0.648549" g="0.000000" b="0.648549" a="1.0" />
|
||||
<color r="0.647725" g="0.000000" b="0.647725" a="1.0" />
|
||||
<color r="0.646902" g="0.000000" b="0.646902" a="1.0" />
|
||||
<color r="0.646078" g="0.000000" b="0.646078" a="1.0" />
|
||||
<color r="0.645255" g="0.000000" b="0.645255" a="1.0" />
|
||||
<color r="0.644431" g="0.000000" b="0.644431" a="1.0" />
|
||||
<color r="0.643608" g="0.000000" b="0.643608" a="1.0" />
|
||||
<color r="0.642784" g="0.000000" b="0.642784" a="1.0" />
|
||||
<color r="0.641961" g="0.000000" b="0.641961" a="1.0" />
|
||||
<color r="0.641137" g="0.000000" b="0.641137" a="1.0" />
|
||||
<color r="0.640314" g="0.000000" b="0.640314" a="1.0" />
|
||||
<color r="0.639490" g="0.000000" b="0.639490" a="1.0" />
|
||||
<color r="0.638667" g="0.000000" b="0.638667" a="1.0" />
|
||||
<color r="0.637843" g="0.000000" b="0.637843" a="1.0" />
|
||||
<color r="0.637020" g="0.000000" b="0.637020" a="1.0" />
|
||||
<color r="0.636196" g="0.000000" b="0.636196" a="1.0" />
|
||||
<color r="0.635373" g="0.000000" b="0.635373" a="1.0" />
|
||||
<color r="0.634549" g="0.000000" b="0.634549" a="1.0" />
|
||||
<color r="0.633725" g="0.000000" b="0.633725" a="1.0" />
|
||||
<color r="0.632902" g="0.000000" b="0.632902" a="1.0" />
|
||||
<color r="0.632078" g="0.000000" b="0.632078" a="1.0" />
|
||||
<color r="0.631255" g="0.000000" b="0.631255" a="1.0" />
|
||||
<color r="0.630431" g="0.000000" b="0.630431" a="1.0" />
|
||||
<color r="0.629608" g="0.000000" b="0.629608" a="1.0" />
|
||||
<color r="0.628784" g="0.000000" b="0.628784" a="1.0" />
|
||||
<color r="0.627961" g="0.000000" b="0.627961" a="1.0" />
|
||||
<color r="0.627137" g="0.000000" b="0.627137" a="1.0" />
|
||||
<color r="0.626314" g="0.000000" b="0.626314" a="1.0" />
|
||||
<color r="0.625490" g="0.000000" b="0.625490" a="1.0" />
|
||||
<color r="0.624667" g="0.000000" b="0.624667" a="1.0" />
|
||||
<color r="0.623843" g="0.000000" b="0.623843" a="1.0" />
|
||||
<color r="0.623020" g="0.000000" b="0.623020" a="1.0" />
|
||||
<color r="0.622196" g="0.000000" b="0.622196" a="1.0" />
|
||||
<color r="0.621373" g="0.000000" b="0.621373" a="1.0" />
|
||||
<color r="0.620549" g="0.000000" b="0.620549" a="1.0" />
|
||||
<color r="0.619725" g="0.000000" b="0.619725" a="1.0" />
|
||||
<color r="0.618902" g="0.000000" b="0.618902" a="1.0" />
|
||||
<color r="0.618078" g="0.000000" b="0.618078" a="1.0" />
|
||||
<color r="0.617255" g="0.000000" b="0.617255" a="1.0" />
|
||||
<color r="0.616431" g="0.000000" b="0.616431" a="1.0" />
|
||||
<color r="0.615608" g="0.000000" b="0.615608" a="1.0" />
|
||||
<color r="0.614784" g="0.000000" b="0.614784" a="1.0" />
|
||||
<color r="0.613961" g="0.000000" b="0.613961" a="1.0" />
|
||||
<color r="0.613137" g="0.000000" b="0.613137" a="1.0" />
|
||||
<color r="0.612314" g="0.000000" b="0.612314" a="1.0" />
|
||||
<color r="0.611490" g="0.000000" b="0.611490" a="1.0" />
|
||||
<color r="0.610667" g="0.000000" b="0.610667" a="1.0" />
|
||||
<color r="0.609843" g="0.000000" b="0.609843" a="1.0" />
|
||||
<color r="0.609020" g="0.000000" b="0.609020" a="1.0" />
|
||||
<color r="0.608196" g="0.000000" b="0.608196" a="1.0" />
|
||||
<color r="0.607373" g="0.000000" b="0.607373" a="1.0" />
|
||||
<color r="0.606549" g="0.000000" b="0.606549" a="1.0" />
|
||||
<color r="0.605725" g="0.000000" b="0.605725" a="1.0" />
|
||||
<color r="0.604902" g="0.000000" b="0.604902" a="1.0" />
|
||||
<color r="0.604078" g="0.000000" b="0.604078" a="1.0" />
|
||||
<color r="0.603255" g="0.000000" b="0.603255" a="1.0" />
|
||||
<color r="0.602431" g="0.000000" b="0.602431" a="1.0" />
|
||||
<color r="0.601608" g="0.000000" b="0.601608" a="1.0" />
|
||||
<color r="0.600784" g="0.000000" b="0.600784" a="1.0" />
|
||||
<color r="0.599961" g="0.000000" b="0.599961" a="1.0" />
|
||||
<color r="0.599137" g="0.000000" b="0.599137" a="1.0" />
|
||||
<color r="0.598314" g="0.000000" b="0.598314" a="1.0" />
|
||||
<color r="0.597490" g="0.000000" b="0.597490" a="1.0" />
|
||||
<color r="0.596667" g="0.000000" b="0.596667" a="1.0" />
|
||||
<color r="0.595843" g="0.000000" b="0.595843" a="1.0" />
|
||||
<color r="0.595020" g="0.000000" b="0.595020" a="1.0" />
|
||||
<color r="0.594196" g="0.000000" b="0.594196" a="1.0" />
|
||||
<color r="0.593373" g="0.000000" b="0.593373" a="1.0" />
|
||||
<color r="0.592549" g="0.000000" b="0.592549" a="1.0" />
|
||||
<color r="0.591725" g="0.000000" b="0.591725" a="1.0" />
|
||||
<color r="0.590902" g="0.000000" b="0.590902" a="1.0" />
|
||||
<color r="0.590078" g="0.000000" b="0.590078" a="1.0" />
|
||||
<color r="0.589255" g="0.000000" b="0.589255" a="1.0" />
|
||||
<color r="0.588431" g="0.000000" b="0.588431" a="1.0" />
|
||||
<color r="0.587608" g="0.000000" b="0.587608" a="1.0" />
|
||||
<color r="0.586784" g="0.000000" b="0.586784" a="1.0" />
|
||||
<color r="0.585961" g="0.000000" b="0.585961" a="1.0" />
|
||||
<color r="0.585137" g="0.000000" b="0.585137" a="1.0" />
|
||||
<color r="0.584314" g="0.000000" b="0.584314" a="1.0" />
|
||||
<color r="0.583490" g="0.000000" b="0.583490" a="1.0" />
|
||||
<color r="0.582667" g="0.000000" b="0.582667" a="1.0" />
|
||||
<color r="0.581843" g="0.000000" b="0.581843" a="1.0" />
|
||||
<color r="0.581020" g="0.000000" b="0.581020" a="1.0" />
|
||||
<color r="0.580196" g="0.000000" b="0.580196" a="1.0" />
|
||||
<color r="0.579373" g="0.000000" b="0.579373" a="1.0" />
|
||||
<color r="0.578549" g="0.000000" b="0.578549" a="1.0" />
|
||||
<color r="0.577725" g="0.000000" b="0.577725" a="1.0" />
|
||||
<color r="0.576902" g="0.000000" b="0.576902" a="1.0" />
|
||||
<color r="0.576078" g="0.000000" b="0.576078" a="1.0" />
|
||||
<color r="0.575255" g="0.000000" b="0.575255" a="1.0" />
|
||||
<color r="0.574431" g="0.000000" b="0.574431" a="1.0" />
|
||||
<color r="0.573608" g="0.000000" b="0.573608" a="1.0" />
|
||||
<color r="0.572784" g="0.000000" b="0.572784" a="1.0" />
|
||||
<color r="0.571961" g="0.000000" b="0.571961" a="1.0" />
|
||||
<color r="0.571137" g="0.000000" b="0.571137" a="1.0" />
|
||||
<color r="0.570314" g="0.000000" b="0.570314" a="1.0" />
|
||||
<color r="0.569490" g="0.000000" b="0.569490" a="1.0" />
|
||||
<color r="0.568667" g="0.000000" b="0.568667" a="1.0" />
|
||||
<color r="0.567843" g="0.000000" b="0.567843" a="1.0" />
|
||||
<color r="0.567020" g="0.000000" b="0.567020" a="1.0" />
|
||||
<color r="0.566196" g="0.000000" b="0.566196" a="1.0" />
|
||||
<color r="0.565373" g="0.000000" b="0.565373" a="1.0" />
|
||||
<color r="0.564549" g="0.000000" b="0.564549" a="1.0" />
|
||||
<color r="0.563725" g="0.000000" b="0.563725" a="1.0" />
|
||||
<color r="0.562902" g="0.000000" b="0.562902" a="1.0" />
|
||||
<color r="0.562078" g="0.000000" b="0.562078" a="1.0" />
|
||||
<color r="0.561255" g="0.000000" b="0.561255" a="1.0" />
|
||||
<color r="0.560431" g="0.000000" b="0.560431" a="1.0" />
|
||||
<color r="0.559608" g="0.000000" b="0.559608" a="1.0" />
|
||||
<color r="0.558784" g="0.000000" b="0.558784" a="1.0" />
|
||||
<color r="0.557961" g="0.000000" b="0.557961" a="1.0" />
|
||||
<color r="0.557137" g="0.000000" b="0.557137" a="1.0" />
|
||||
<color r="0.556314" g="0.000000" b="0.556314" a="1.0" />
|
||||
<color r="0.555490" g="0.000000" b="0.555490" a="1.0" />
|
||||
<color r="0.554667" g="0.000000" b="0.554667" a="1.0" />
|
||||
<color r="0.553843" g="0.000000" b="0.553843" a="1.0" />
|
||||
<color r="0.553020" g="0.000000" b="0.553020" a="1.0" />
|
||||
<color r="0.552196" g="0.000000" b="0.552196" a="1.0" />
|
||||
<color r="0.551373" g="0.000000" b="0.551373" a="1.0" />
|
||||
<color r="0.550549" g="0.000000" b="0.550549" a="1.0" />
|
||||
<color r="0.549725" g="0.000000" b="0.549725" a="1.0" />
|
||||
<color r="0.548902" g="0.000000" b="0.548902" a="1.0" />
|
||||
<color r="0.548078" g="0.000000" b="0.548078" a="1.0" />
|
||||
<color r="0.547255" g="0.000000" b="0.547255" a="1.0" />
|
||||
<color r="0.546431" g="0.000000" b="0.546431" a="1.0" />
|
||||
<color r="0.545608" g="0.000000" b="0.545608" a="1.0" />
|
||||
<color r="0.544784" g="0.000000" b="0.544784" a="1.0" />
|
||||
<color r="0.543961" g="0.000000" b="0.543961" a="1.0" />
|
||||
<color r="0.543137" g="0.000000" b="0.543137" a="1.0" />
|
||||
<color r="0.542314" g="0.000000" b="0.542314" a="1.0" />
|
||||
<color r="0.541490" g="0.000000" b="0.541490" a="1.0" />
|
||||
<color r="0.540667" g="0.000000" b="0.540667" a="1.0" />
|
||||
<color r="0.539843" g="0.000000" b="0.539843" a="1.0" />
|
||||
<color r="0.539020" g="0.000000" b="0.539020" a="1.0" />
|
||||
<color r="0.538196" g="0.000000" b="0.538196" a="1.0" />
|
||||
<color r="0.537373" g="0.000000" b="0.537373" a="1.0" />
|
||||
<color r="0.536549" g="0.000000" b="0.536549" a="1.0" />
|
||||
<color r="0.535725" g="0.000000" b="0.535725" a="1.0" />
|
||||
<color r="0.534902" g="0.000000" b="0.534902" a="1.0" />
|
||||
<color r="0.534078" g="0.000000" b="0.534078" a="1.0" />
|
||||
<color r="0.533255" g="0.000000" b="0.533255" a="1.0" />
|
||||
<color r="0.532431" g="0.000000" b="0.532431" a="1.0" />
|
||||
<color r="0.531608" g="0.000000" b="0.531608" a="1.0" />
|
||||
<color r="0.530784" g="0.000000" b="0.530784" a="1.0" />
|
||||
<color r="0.529961" g="0.000000" b="0.529961" a="1.0" />
|
||||
<color r="0.529137" g="0.000000" b="0.529137" a="1.0" />
|
||||
<color r="0.528314" g="0.000000" b="0.528314" a="1.0" />
|
||||
<color r="0.527490" g="0.000000" b="0.527490" a="1.0" />
|
||||
<color r="0.526667" g="0.000000" b="0.526667" a="1.0" />
|
||||
<color r="0.525843" g="0.000000" b="0.525843" a="1.0" />
|
||||
<color r="0.525020" g="0.000000" b="0.525020" a="1.0" />
|
||||
<color r="0.524196" g="0.000000" b="0.524196" a="1.0" />
|
||||
<color r="0.523373" g="0.000000" b="0.523373" a="1.0" />
|
||||
<color r="0.522549" g="0.000000" b="0.522549" a="1.0" />
|
||||
<color r="0.521725" g="0.000000" b="0.521725" a="1.0" />
|
||||
<color r="0.520902" g="0.000000" b="0.520902" a="1.0" />
|
||||
<color r="0.520078" g="0.000000" b="0.520078" a="1.0" />
|
||||
<color r="0.519255" g="0.000000" b="0.519255" a="1.0" />
|
||||
<color r="0.518431" g="0.000000" b="0.518431" a="1.0" />
|
||||
<color r="0.517608" g="0.000000" b="0.517608" a="1.0" />
|
||||
<color r="0.516784" g="0.000000" b="0.516784" a="1.0" />
|
||||
<color r="0.515961" g="0.000000" b="0.515961" a="1.0" />
|
||||
<color r="0.515137" g="0.000000" b="0.515137" a="1.0" />
|
||||
<color r="0.514314" g="0.000000" b="0.514314" a="1.0" />
|
||||
<color r="0.513490" g="0.000000" b="0.513490" a="1.0" />
|
||||
<color r="0.512667" g="0.000000" b="0.512667" a="1.0" />
|
||||
<color r="0.511843" g="0.000000" b="0.511843" a="1.0" />
|
||||
<color r="0.511020" g="0.000000" b="0.511020" a="1.0" />
|
||||
<color r="0.510196" g="0.000000" b="0.510196" a="1.0" />
|
||||
<color r="0.509373" g="0.000000" b="0.509373" a="1.0" />
|
||||
<color r="0.508549" g="0.000000" b="0.508549" a="1.0" />
|
||||
<color r="0.507725" g="0.000000" b="0.507725" a="1.0" />
|
||||
<color r="0.506902" g="0.000000" b="0.506902" a="1.0" />
|
||||
<color r="0.506078" g="0.000000" b="0.506078" a="1.0" />
|
||||
<color r="0.505255" g="0.000000" b="0.505255" a="1.0" />
|
||||
<color r="0.504431" g="0.000000" b="0.504431" a="1.0" />
|
||||
<color r="0.503608" g="0.000000" b="0.503608" a="1.0" />
|
||||
<color r="0.502784" g="0.000000" b="0.502784" a="1.0" />
|
||||
</colorMap>
|
|
@ -0,0 +1,103 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<colorMap xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
|
||||
<color r="0.000000" g="0.000000" b="0.000000" a="0.0" />
|
||||
<color r="0.274510" g="0.274510" b="0.274510" a="1.0" />
|
||||
<color r="0.549020" g="0.549020" b="0.549020" a="1.0" />
|
||||
<color r="0.490196" g="0.490196" b="0.490196" a="1.0" />
|
||||
<color r="0.431373" g="0.431373" b="0.431373" a="1.0" />
|
||||
<color r="0.401961" g="0.401961" b="0.401961" a="1.0" />
|
||||
<color r="0.372549" g="0.372549" b="0.372549" a="1.0" />
|
||||
<color r="0.343137" g="0.343137" b="0.343137" a="1.0" />
|
||||
<color r="0.313725" g="0.313725" b="0.313725" a="1.0" />
|
||||
<color r="0.235294" g="0.411765" b="0.235294" a="1.0" />
|
||||
<color r="0.156863" g="0.509804" b="0.156863" a="1.0" />
|
||||
<color r="0.078431" g="0.607843" b="0.078431" a="1.0" />
|
||||
<color r="0.000000" g="0.705882" b="0.000000" a="1.0" />
|
||||
<color r="0.000000" g="0.681373" b="0.000000" a="1.0" />
|
||||
<color r="0.000000" g="0.656863" b="0.000000" a="1.0" />
|
||||
<color r="0.000000" g="0.632353" b="0.000000" a="1.0" />
|
||||
<color r="0.000000" g="0.607843" b="0.000000" a="1.0" />
|
||||
<color r="0.250000" g="0.705882" b="0.000000" a="1.0" />
|
||||
<color r="0.500000" g="0.803922" b="0.000000" a="1.0" />
|
||||
<color r="0.750000" g="0.901961" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="1.000000" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.970588" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.941176" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.911765" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.882353" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.857843" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.833333" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.808824" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.784314" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.764706" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.745098" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.725490" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.705882" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.686275" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.666667" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.647059" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.627451" b="0.000000" a="1.0" />
|
||||
<color r="0.926471" g="0.470588" b="0.000000" a="1.0" />
|
||||
<color r="0.852941" g="0.313725" b="0.000000" a="1.0" />
|
||||
<color r="0.779412" g="0.156863" b="0.000000" a="1.0" />
|
||||
<color r="0.705882" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.721569" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.737255" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.752941" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.768627" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.784314" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.803922" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.823529" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.843137" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.862745" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.882353" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.905882" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.929412" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.952941" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="0.976471" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.000000" b="0.000000" a="1.0" />
|
||||
<color r="1.000000" g="0.000000" b="0.200000" a="1.0" />
|
||||
<color r="1.000000" g="0.000000" b="0.400000" a="1.0" />
|
||||
<color r="1.000000" g="0.000000" b="0.600000" a="1.0" />
|
||||
<color r="1.000000" g="0.000000" b="0.800000" a="1.0" />
|
||||
<color r="1.000000" g="0.000000" b="1.000000" a="1.0" />
|
||||
<color r="0.982353" g="0.000000" b="0.982353" a="1.0" />
|
||||
<color r="0.964706" g="0.000000" b="0.964706" a="1.0" />
|
||||
<color r="0.947059" g="0.000000" b="0.947059" a="1.0" />
|
||||
<color r="0.929412" g="0.000000" b="0.929412" a="1.0" />
|
||||
<color r="0.911765" g="0.000000" b="0.911765" a="1.0" />
|
||||
<color r="0.894118" g="0.000000" b="0.894118" a="1.0" />
|
||||
<color r="0.876471" g="0.000000" b="0.876471" a="1.0" />
|
||||
<color r="0.858824" g="0.000000" b="0.858824" a="1.0" />
|
||||
<color r="0.841176" g="0.000000" b="0.841176" a="1.0" />
|
||||
<color r="0.823529" g="0.000000" b="0.823529" a="1.0" />
|
||||
<color r="0.807843" g="0.000000" b="0.807843" a="1.0" />
|
||||
<color r="0.792157" g="0.000000" b="0.792157" a="1.0" />
|
||||
<color r="0.776471" g="0.000000" b="0.776471" a="1.0" />
|
||||
<color r="0.760784" g="0.000000" b="0.760784" a="1.0" />
|
||||
<color r="0.745098" g="0.000000" b="0.745098" a="1.0" />
|
||||
<color r="0.729412" g="0.000000" b="0.729412" a="1.0" />
|
||||
<color r="0.713725" g="0.000000" b="0.713725" a="1.0" />
|
||||
<color r="0.698039" g="0.000000" b="0.698039" a="1.0" />
|
||||
<color r="0.682353" g="0.000000" b="0.682353" a="1.0" />
|
||||
<color r="0.666667" g="0.000000" b="0.666667" a="1.0" />
|
||||
<color r="0.658431" g="0.000000" b="0.658431" a="1.0" />
|
||||
<color r="0.650196" g="0.000000" b="0.650196" a="1.0" />
|
||||
<color r="0.641961" g="0.000000" b="0.641961" a="1.0" />
|
||||
<color r="0.633725" g="0.000000" b="0.633725" a="1.0" />
|
||||
<color r="0.625490" g="0.000000" b="0.625490" a="1.0" />
|
||||
<color r="0.617255" g="0.000000" b="0.617255" a="1.0" />
|
||||
<color r="0.609020" g="0.000000" b="0.609020" a="1.0" />
|
||||
<color r="0.600784" g="0.000000" b="0.600784" a="1.0" />
|
||||
<color r="0.592549" g="0.000000" b="0.592549" a="1.0" />
|
||||
<color r="0.584314" g="0.000000" b="0.584314" a="1.0" />
|
||||
<color r="0.576078" g="0.000000" b="0.576078" a="1.0" />
|
||||
<color r="0.567843" g="0.000000" b="0.567843" a="1.0" />
|
||||
<color r="0.559608" g="0.000000" b="0.559608" a="1.0" />
|
||||
<color r="0.551373" g="0.000000" b="0.551373" a="1.0" />
|
||||
<color r="0.543137" g="0.000000" b="0.543137" a="1.0" />
|
||||
<color r="0.534902" g="0.000000" b="0.534902" a="1.0" />
|
||||
<color r="0.526667" g="0.000000" b="0.526667" a="1.0" />
|
||||
<color r="0.518431" g="0.000000" b="0.518431" a="1.0" />
|
||||
<color r="0.510196" g="0.000000" b="0.510196" a="1.0" />
|
||||
</colorMap>
|
File diff suppressed because it is too large
Load diff
|
@ -255,5 +255,5 @@
|
|||
<color a="1.0" b="1.0" g="0.9882353" r="0.07450981"/>
|
||||
<color a="1.0" b="1.0" g="0.9882353" r="0.05490196"/>
|
||||
<color a="1.0" b="1.0" g="0.9882353" r="0.039215688"/>
|
||||
<color a="1.0" b="1.0" g="1.0" r="1.0"/>
|
||||
<color a="1.0" b="1.0" g="0.88235295" r="0.0"/>
|
||||
</colorMap>
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -504,4 +504,9 @@
|
|||
<versionsToKeep>120</versionsToKeep>
|
||||
<period>03-00:00:00</period>
|
||||
</rule>
|
||||
<rule>
|
||||
<keyValue>MRMS_5000</keyValue>
|
||||
<versionsToKeep>120</versionsToKeep>
|
||||
<period>03-00:00:00</period>
|
||||
</rule>
|
||||
</purgeRuleSet>
|
||||
|
|
Loading…
Add table
Reference in a new issue