Omaha #5183 Fix PWPF parameters, off by 0.5-1 error in colormap, and add to ingest.

Change-Id: I1cff6aa2138bd4d3234a7133cdf10470236dce1c

Former-commit-id: 8674b01f48fd4b5069778e7026919041f67e7011
This commit is contained in:
Nathan Bowler 2016-01-29 10:08:35 -05:00
parent 3458917091
commit 5412705591
7 changed files with 707 additions and 149 deletions

View file

@ -20,34 +20,115 @@
-->
<menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<contribute xsi:type="toolbarSubMenu" menuText="Probablistic Forecasts">
<contribute xsi:type="menuItem" menuText="5th Percentile Snow accumulation" key="TOTSN5pct" indentText="false" />
<contribute xsi:type="menuItem" menuText="10th Percentile Snow accumulation" key="TOTSN10pct" indentText="false" />
<contribute xsi:type="menuItem" menuText="25th Percentile Snow accumulation" key="TOTSN25pct" indentText="false" />
<contribute xsi:type="menuItem" menuText="50th Percentile Snow accumulation" key="TOTSN50pct" indentText="false" />
<contribute xsi:type="menuItem" menuText="75th Percentile Snow accumulation" key="TOTSN75pct" indentText="false" />
<contribute xsi:type="menuItem" menuText="90th Percentile Snow accumulation" key="TOTSN90pct" indentText="false" />
<contribute xsi:type="menuItem" menuText="95th Percentile Snow accumulation" key="TOTSN95pct" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 0.1in Snow" key="TOTSN0.1in" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 1in Snow" key="TOTSN1in" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 2in Snow" key="TOTSN2in" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 4in Snow" key="TOTSN4in" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 6in Snow" key="TOTSN6in" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 8in Snow" key="TOTSN8in" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 12in Snow" key="TOTSN12in" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 18in Snow" key="TOTSN18in" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 24in Snow" key="TOTSN24in" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 30in Snow" key="TOTSN30in" indentText="false" />
<contribute xsi:type="menuItem" menuText="5th Percentile Freezing Rain accumulation" key="FRZR5pct" indentText="false" />
<contribute xsi:type="menuItem" menuText="10th Percentile Freezing Rain accumulation" key="FRZR10pct" indentText="false" />
<contribute xsi:type="menuItem" menuText="25th Percentile Freezing Rain accumulation" key="FRZR25pct" indentText="false" />
<contribute xsi:type="menuItem" menuText="50th Percentile Freezing Rain accumulation" key="FRZR50pct" indentText="false" />
<contribute xsi:type="menuItem" menuText="75th Percentile Freezing Rain accumulation" key="FRZR75pct" indentText="false" />
<contribute xsi:type="menuItem" menuText="90th Percentile Freezing Rain accumulation" key="FRZR90pct" indentText="false" />
<contribute xsi:type="menuItem" menuText="95th Percentile Freezing Rain accumulation" key="FRZR95pct" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 0.01in Freezing Rain" key="FRZR0.01in" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 0.1in Freezing Rain" key="FRZR0.1in" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 0.25in Freezing Rain" key="FRZR0.25in" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 0.5in Freezing Rain" key="FRZR0.5in" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 1in Freezing Rain" key="FRZR1in" indentText="false" />
<contribute xsi:type="toolbarSubMenu" menuText="12hr">
<contribute xsi:type="menuItem" menuText="5th Percentile Snow accumulation" key="TOTSN5pct12hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="10th Percentile Snow accumulation" key="TOTSN10pct12hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="25th Percentile Snow accumulation" key="TOTSN25pct12hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="50th Percentile Snow accumulation" key="TOTSN50pct12hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="75th Percentile Snow accumulation" key="TOTSN75pct12hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="90th Percentile Snow accumulation" key="TOTSN90pct12hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="95th Percentile Snow accumulation" key="TOTSN95pct12hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 1in Snow" key="TOTSN1in12hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 2in Snow" key="TOTSN2in12hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 4in Snow" key="TOTSN4in12hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 6in Snow" key="TOTSN6in12hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 8in Snow" key="TOTSN8in12hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 12in Snow" key="TOTSN12in12hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 18in Snow" key="TOTSN18in12hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="5th Percentile Freezing Rain accumulation" key="FRZR5pct12hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="10th Percentile Freezing Rain accumulation" key="FRZR10pct12hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="25th Percentile Freezing Rain accumulation" key="FRZR25pct12hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="50th Percentile Freezing Rain accumulation" key="FRZR50pct12hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="75th Percentile Freezing Rain accumulation" key="FRZR75pct12hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="90th Percentile Freezing Rain accumulation" key="FRZR90pct12hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="95th Percentile Freezing Rain accumulation" key="FRZR95pct12hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 0.01in Freezing Rain" key="FRZR0.01in12hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 0.1in Freezing Rain" key="FRZR0.1in12hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 0.25in Freezing Rain" key="FRZR0.25in12hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 0.5in Freezing Rain" key="FRZR0.5in12hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 1in Freezing Rain" key="FRZR1in12hr" indentText="false" />
</contribute>
<contribute xsi:type="toolbarSubMenu" menuText="24hr">
<contribute xsi:type="menuItem" menuText="5th Percentile Snow accumulation" key="TOTSN5pct24hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="10th Percentile Snow accumulation" key="TOTSN10pct24hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="25th Percentile Snow accumulation" key="TOTSN25pct24hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="50th Percentile Snow accumulation" key="TOTSN50pct24hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="75th Percentile Snow accumulation" key="TOTSN75pct24hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="90th Percentile Snow accumulation" key="TOTSN90pct24hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="95th Percentile Snow accumulation" key="TOTSN95pct24hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 1in Snow" key="TOTSN1in24hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 2in Snow" key="TOTSN2in24hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 4in Snow" key="TOTSN4in24hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 6in Snow" key="TOTSN6in24hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 8in Snow" key="TOTSN8in24hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 12in Snow" key="TOTSN12in24hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 18in Snow" key="TOTSN18in24hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="5th Percentile Freezing Rain accumulation" key="FRZR5pct24hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="10th Percentile Freezing Rain accumulation" key="FRZR10pct24hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="25th Percentile Freezing Rain accumulation" key="FRZR25pct24hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="50th Percentile Freezing Rain accumulation" key="FRZR50pct24hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="75th Percentile Freezing Rain accumulation" key="FRZR75pct24hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="90th Percentile Freezing Rain accumulation" key="FRZR90pct24hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="95th Percentile Freezing Rain accumulation" key="FRZR95pct24hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 0.01in Freezing Rain" key="FRZR0.01in24hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 0.1in Freezing Rain" key="FRZR0.1in24hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 0.25in Freezing Rain" key="FRZR0.25in24hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 0.5in Freezing Rain" key="FRZR0.5in24hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 1in Freezing Rain" key="FRZR1in24hr" indentText="false" />
</contribute>
<contribute xsi:type="toolbarSubMenu" menuText="48hr">
<contribute xsi:type="menuItem" menuText="5th Percentile Snow accumulation" key="TOTSN5pct48hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="10th Percentile Snow accumulation" key="TOTSN10pct48hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="25th Percentile Snow accumulation" key="TOTSN25pct48hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="50th Percentile Snow accumulation" key="TOTSN50pct48hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="75th Percentile Snow accumulation" key="TOTSN75pct48hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="90th Percentile Snow accumulation" key="TOTSN90pct48hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="95th Percentile Snow accumulation" key="TOTSN95pct48hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 2in Snow" key="TOTSN2in48hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 4in Snow" key="TOTSN4in48hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 8in Snow" key="TOTSN8in48hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 12in Snow" key="TOTSN12in48hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 18in Snow" key="TOTSN18in48hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 24in Snow" key="TOTSN24in48hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 30in Snow" key="TOTSN30in48hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="5th Percentile Freezing Rain accumulation" key="FRZR5pct48hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="10th Percentile Freezing Rain accumulation" key="FRZR10pct48hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="25th Percentile Freezing Rain accumulation" key="FRZR25pct48hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="50th Percentile Freezing Rain accumulation" key="FRZR50pct48hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="75th Percentile Freezing Rain accumulation" key="FRZR75pct48hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="90th Percentile Freezing Rain accumulation" key="FRZR90pct48hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="95th Percentile Freezing Rain accumulation" key="FRZR95pct48hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 0.1in Freezing Rain" key="FRZR0.1in48hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 0.25in Freezing Rain" key="FRZR0.25in48hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 0.5in Freezing Rain" key="FRZR0.5in48hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 1in Freezing Rain" key="FRZR1in48hr" indentText="false" />
</contribute>
<contribute xsi:type="toolbarSubMenu" menuText="72hr">
<contribute xsi:type="menuItem" menuText="5th Percentile Snow accumulation" key="TOTSN5pct72hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="10th Percentile Snow accumulation" key="TOTSN10pct72hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="25th Percentile Snow accumulation" key="TOTSN25pct72hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="50th Percentile Snow accumulation" key="TOTSN50pct72hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="75th Percentile Snow accumulation" key="TOTSN75pct72hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="90th Percentile Snow accumulation" key="TOTSN90pct72hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="95th Percentile Snow accumulation" key="TOTSN95pct72hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 2in Snow" key="TOTSN2in72hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 4in Snow" key="TOTSN4in72hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 8in Snow" key="TOTSN8in72hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 12in Snow" key="TOTSN12in72hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 18in Snow" key="TOTSN18in72hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 24in Snow" key="TOTSN24in72hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 30in Snow" key="TOTSN30in72hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="5th Percentile Freezing Rain accumulation" key="FRZR5pct72hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="10th Percentile Freezing Rain accumulation" key="FRZR10pct72hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="25th Percentile Freezing Rain accumulation" key="FRZR25pct72hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="50th Percentile Freezing Rain accumulation" key="FRZR50pct72hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="75th Percentile Freezing Rain accumulation" key="FRZR75pct72hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="90th Percentile Freezing Rain accumulation" key="FRZR90pct72hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="95th Percentile Freezing Rain accumulation" key="FRZR95pct72hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 0.1in Freezing Rain" key="FRZR0.1in72hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 0.25in Freezing Rain" key="FRZR0.25in72hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 0.5in Freezing Rain" key="FRZR0.5in72hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="% chance &gt; 1in Freezing Rain" key="FRZR1in72hr" indentText="false" />
</contribute>
</contribute>
</menuTemplate>

View file

@ -413,37 +413,59 @@ Surge7.62mCumul PSurge25ftCumul
//WPC Probabilistic Winter Precipitation Forecast (PWPF)
// Total Snow
// metric to imperial, also removes time period
TOTSN0.00254m TOTSN0.1in
TOTSN0.0254m TOTSN1in
TOTSN0.0508m TOTSN2in
TOTSN0.1016m TOTSN4in
TOTSN0.1524m TOTSN6in
TOTSN0.2032m TOTSN8in
TOTSN0.3048m TOTSN12in
TOTSN0.4572m TOTSN18in
TOTSN0.6096m TOTSN24in
TOTSN0.762m TOTSN30in
// remove time period
TOTSN5pct TOTSN5pct
TOTSN10pct TOTSN10pct
TOTSN25pct TOTSN25pct
TOTSN50pct TOTSN50pct
TOTSN75pct TOTSN75pct
TOTSN90pct TOTSN90pct
TOTSN95pct TOTSN95pct
// metric to imperial
TOTSN0.0254m_43200-0 TOTSN1in12hr
TOTSN0.0508m_43200-0 TOTSN2in12hr
TOTSN0.1016m_43200-0 TOTSN4in12hr
TOTSN0.1524m_43200-0 TOTSN6in12hr
TOTSN0.2032m_43200-0 TOTSN8in12hr
TOTSN0.3048m_43200-0 TOTSN12in12hr
TOTSN0.4572m_43200-0 TOTSN18in12hr
TOTSN0.0254m_86400-0 TOTSN1in24hr
TOTSN0.0508m_86400-0 TOTSN2in24hr
TOTSN0.1016m_86400-0 TOTSN4in24hr
TOTSN0.1524m_86400-0 TOTSN6in24hr
TOTSN0.2032m_86400-0 TOTSN8in24hr
TOTSN0.3048m_86400-0 TOTSN12in24hr
TOTSN0.4572m_86400-0 TOTSN18in24hr
TOTSN0.0508m_172800-0 TOTSN2in48hr
TOTSN0.1016m_172800-0 TOTSN4in48hr
TOTSN0.2032m_172800-0 TOTSN8in48hr
TOTSN0.3048m_172800-0 TOTSN12in48hr
TOTSN0.4572m_172800-0 TOTSN18in48hr
TOTSN0.6096m_172800-0 TOTSN24in48hr
TOTSN0.762m_172800-0 TOTSN30in48hr
TOTSN0.0508m_259200-0 TOTSN2in72hr
TOTSN0.1016m_259200-0 TOTSN4in72hr
TOTSN0.2032m_259200-0 TOTSN8in72hr
TOTSN0.3048m_259200-0 TOTSN12in72hr
TOTSN0.4572m_259200-0 TOTSN18in72hr
TOTSN0.6096m_259200-0 TOTSN24in72hr
TOTSN0.762m_259200-0 TOTSN30in72hr
// Freezing Rain
// metric to imperial, also removes time period
FRZR0.254mm FRZR0.01in
FRZR2.54mm FRZR0.1in
FRZR6.35mm FRZR0.25in
FRZR12.7mm FRZR0.5in
FRZR25.4mm FRZR1in
// remove time period
FRZR5pct FRZR5pct
FRZR10pct FRZR10pct
FRZR25pct FRZR25pct
FRZR50pct FRZR50pct
FRZR75pct FRZR75pct
FRZR90pct FRZR90pct
FRZR95pct FRZR95pct
// metric to imperial
FRZR0.254mm_43200-0 FRZR0.01in12hr
FRZR2.54mm_43200-0 FRZR0.1in12hr
FRZR6.35mm_43200-0 FRZR0.25in12hr
FRZR12.7mm_43200-0 FRZR0.5in12hr
FRZR25.4mm_43200-0 FRZR1in12hr
FRZR0.254mm_86400-0 FRZR0.01in24hr
FRZR2.54mm_86400-0 FRZR0.1in24hr
FRZR6.35mm_86400-0 FRZR0.25in24hr
FRZR12.7mm_86400-0 FRZR0.5in24hr
FRZR25.4mm_86400-0 FRZR1in24hr
FRZR2.54mm_172800-0 FRZR0.1in48hr
FRZR6.35mm_172800-0 FRZR0.25in48hr
FRZR12.7mm_172800-0 FRZR0.5in48hr
FRZR25.4mm_172800-0 FRZR1in48hr
FRZR2.54mm_259200-0 FRZR0.1in72hr
FRZR6.35mm_259200-0 FRZR0.25in72hr
FRZR12.7mm_259200-0 FRZR0.5in72hr
FRZR25.4mm_259200-0 FRZR1in72hr

View file

@ -21,78 +21,258 @@
<parameterList>
<parameter>
<name>Prob of Freezing Rain > 0.01in</name>
<abbreviation>FRZR0.01in</abbreviation>
<abbreviation>FRZR0.01in12hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Freezing Rain > 0.01in</name>
<abbreviation>FRZR0.01in24hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Freezing Rain > 0.1in</name>
<abbreviation>FRZR0.1in12hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Freezing Rain > 0.1in</name>
<abbreviation>FRZR0.1in</abbreviation>
<abbreviation>FRZR0.1in24hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Freezing Rain > 0.1in</name>
<abbreviation>FRZR0.1in48hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Freezing Rain > 0.1in</name>
<abbreviation>FRZR0.1in72hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Freezing Rain > 0.25in</name>
<abbreviation>FRZR0.25in12hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Freezing Rain > 0.25in</name>
<abbreviation>FRZR0.25in</abbreviation>
<abbreviation>FRZR0.25in24hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Freezing Rain > 0.25in</name>
<abbreviation>FRZR0.25in48hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Freezing Rain > 0.25in</name>
<abbreviation>FRZR0.25in72hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Freezing Rain > 0.5in</name>
<abbreviation>FRZR0.5in12hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Freezing Rain > 0.5in</name>
<abbreviation>FRZR0.5in</abbreviation>
<abbreviation>FRZR0.5in24hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Freezing Rain > 0.5in</name>
<abbreviation>FRZR0.5in48hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Freezing Rain > 0.5in</name>
<abbreviation>FRZR0.5in72hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Freezing Rain > 1in</name>
<abbreviation>FRZR1in12hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Freezing Rain > 1in</name>
<abbreviation>FRZR1in</abbreviation>
<abbreviation>FRZR1in24hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Freezing Rain > 1in</name>
<abbreviation>FRZR1in48hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Freezing Rain > 1in</name>
<abbreviation>FRZR1in72hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 0.1in</name>
<abbreviation>TOTSN0.1in</abbreviation>
<name>Prob of Total snowfall > 1in</name>
<abbreviation>TOTSN1in12hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 1in</name>
<abbreviation>TOTSN1in</abbreviation>
<abbreviation>TOTSN1in24hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 2in</name>
<abbreviation>TOTSN2in12hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 2in</name>
<abbreviation>TOTSN2in</abbreviation>
<abbreviation>TOTSN2in24hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 2in</name>
<abbreviation>TOTSN2in48hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 2in</name>
<abbreviation>TOTSN2in72hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 4in</name>
<abbreviation>TOTSN4in12hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 4in</name>
<abbreviation>TOTSN4in</abbreviation>
<abbreviation>TOTSN4in24hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 4in</name>
<abbreviation>TOTSN4in48hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 4in</name>
<abbreviation>TOTSN4in72hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 6in</name>
<abbreviation>TOTSN6in12hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 6in</name>
<abbreviation>TOTSN6in</abbreviation>
<abbreviation>TOTSN6in24hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 8in</name>
<abbreviation>TOTSN8in12hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 8in</name>
<abbreviation>TOTSN8in</abbreviation>
<abbreviation>TOTSN8in24hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 8in</name>
<abbreviation>TOTSN8in48hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 8in</name>
<abbreviation>TOTSN8in72hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 12in</name>
<abbreviation>TOTSN12in12hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 12in</name>
<abbreviation>TOTSN12in</abbreviation>
<abbreviation>TOTSN12in24hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 12in</name>
<abbreviation>TOTSN12in48hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 12in</name>
<abbreviation>TOTSN12in72hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 18in</name>
<abbreviation>TOTSN18in12hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 18in</name>
<abbreviation>TOTSN18in</abbreviation>
<abbreviation>TOTSN18in24hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 18in</name>
<abbreviation>TOTSN18in48hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 18in</name>
<abbreviation>TOTSN18in72hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 24in</name>
<abbreviation>TOTSN24in48hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 24in</name>
<abbreviation>TOTSN24in</abbreviation>
<abbreviation>TOTSN24in72hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 30in</name>
<abbreviation>TOTSN30in48hr</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 30in</name>
<abbreviation>TOTSN30in</abbreviation>
<abbreviation>TOTSN30in72hr</abbreviation>
<unit>%</unit>
</parameter>
</parameterList>

View file

@ -1,19 +1,28 @@
<?xml version="1.0" ?>
<colorMap>
<color r="0.0" g="0.0" b="0.0" a="0"></color>
<color r="0.0" g="0.0" b="0.0" a="0"></color>
<!-- 1 - 5 -->
<color r="0.54509807" g="0.2784314" b="0.14901961" a="1"></color>
<color r="0.54509807" g="0.2784314" b="0.14901961" a="1"></color>
<color r="0.54509807" g="0.2784314" b="0.14901961" a="1"></color>
<color r="0.54509807" g="0.2784314" b="0.14901961" a="1"></color>
<color r="0.54509807" g="0.2784314" b="0.14901961" a="1"></color>
<color r="0.54509807" g="0.2784314" b="0.14901961" a="1"></color>
<color r="0.54509807" g="0.2784314" b="0.14901961" a="1"></color>
<color r="0.54509807" g="0.2784314" b="0.14901961" a="1"></color>
<!-- 5 - 10 -->
<color r="0.93333334" g="0.93333334" b="0.0" a="1"></color>
<color r="0.93333334" g="0.93333334" b="0.0" a="1"></color>
<color r="0.93333334" g="0.93333334" b="0.0" a="1"></color>
<color r="0.93333334" g="0.93333334" b="0.0" a="1"></color>
<color r="0.93333334" g="0.93333334" b="0.0" a="1"></color>
<color r="0.93333334" g="0.93333334" b="0.0" a="1"></color>
<color r="0.93333334" g="0.93333334" b="0.0" a="1"></color>
<color r="0.93333334" g="0.93333334" b="0.0" a="1"></color>
<color r="0.93333334" g="0.93333334" b="0.0" a="1"></color>
<color r="0.93333334" g="0.93333334" b="0.0" a="1"></color>
<!-- 10 - 20 -->
<color r="0.49803922" g="1.0" b="0.0" a="1"></color>
<color r="0.49803922" g="1.0" b="0.0" a="1"></color>
<color r="0.49803922" g="1.0" b="0.0" a="1"></color>
@ -24,7 +33,38 @@
<color r="0.49803922" g="1.0" b="0.0" a="1"></color>
<color r="0.49803922" g="1.0" b="0.0" a="1"></color>
<color r="0.49803922" g="1.0" b="0.0" a="1"></color>
<color r="0.49803922" g="1.0" b="0.0" a="1"></color>
<color r="0.49803922" g="1.0" b="0.0" a="1"></color>
<color r="0.49803922" g="1.0" b="0.0" a="1"></color>
<color r="0.49803922" g="1.0" b="0.0" a="1"></color>
<color r="0.49803922" g="1.0" b="0.0" a="1"></color>
<color r="0.49803922" g="1.0" b="0.0" a="1"></color>
<color r="0.49803922" g="1.0" b="0.0" a="1"></color>
<color r="0.49803922" g="1.0" b="0.0" a="1"></color>
<color r="0.49803922" g="1.0" b="0.0" a="1"></color>
<color r="0.49803922" g="1.0" b="0.0" a="1"></color>
<!-- 20 - 30 -->
<color r="0.0" g="0.80392157" b="0.0" a="1"></color>
<color r="0.0" g="0.80392157" b="0.0" a="1"></color>
<color r="0.0" g="0.80392157" b="0.0" a="1"></color>
<color r="0.0" g="0.80392157" b="0.0" a="1"></color>
<color r="0.0" g="0.80392157" b="0.0" a="1"></color>
<color r="0.0" g="0.80392157" b="0.0" a="1"></color>
<color r="0.0" g="0.80392157" b="0.0" a="1"></color>
<color r="0.0" g="0.80392157" b="0.0" a="1"></color>
<color r="0.0" g="0.80392157" b="0.0" a="1"></color>
<color r="0.0" g="0.80392157" b="0.0" a="1"></color>
<color r="0.0" g="0.80392157" b="0.0" a="1"></color>
<color r="0.0" g="0.80392157" b="0.0" a="1"></color>
<color r="0.0" g="0.80392157" b="0.0" a="1"></color>
<color r="0.0" g="0.80392157" b="0.0" a="1"></color>
<color r="0.0" g="0.80392157" b="0.0" a="1"></color>
<color r="0.0" g="0.80392157" b="0.0" a="1"></color>
<color r="0.0" g="0.80392157" b="0.0" a="1"></color>
<color r="0.0" g="0.80392157" b="0.0" a="1"></color>
<color r="0.0" g="0.80392157" b="0.0" a="1"></color>
<color r="0.0" g="0.80392157" b="0.0" a="1"></color>
<!-- 30 - 40 -->
<color r="0.0" g="0.54509807" b="0.0" a="1"></color>
<color r="0.0" g="0.54509807" b="0.0" a="1"></color>
<color r="0.0" g="0.54509807" b="0.0" a="1"></color>
@ -35,7 +75,17 @@
<color r="0.0" g="0.54509807" b="0.0" a="1"></color>
<color r="0.0" g="0.54509807" b="0.0" a="1"></color>
<color r="0.0" g="0.54509807" b="0.0" a="1"></color>
<color r="0.0" g="0.54509807" b="0.0" a="1"></color>
<color r="0.0" g="0.54509807" b="0.0" a="1"></color>
<color r="0.0" g="0.54509807" b="0.0" a="1"></color>
<color r="0.0" g="0.54509807" b="0.0" a="1"></color>
<color r="0.0" g="0.54509807" b="0.0" a="1"></color>
<color r="0.0" g="0.54509807" b="0.0" a="1"></color>
<color r="0.0" g="0.54509807" b="0.0" a="1"></color>
<color r="0.0" g="0.54509807" b="0.0" a="1"></color>
<color r="0.0" g="0.54509807" b="0.0" a="1"></color>
<color r="0.0" g="0.54509807" b="0.0" a="1"></color>
<!-- 40 - 50 -->
<color r="0.0627451" g="0.30588236" b="0.54509807" a="1"></color>
<color r="0.0627451" g="0.30588236" b="0.54509807" a="1"></color>
<color r="0.0627451" g="0.30588236" b="0.54509807" a="1"></color>
@ -46,7 +96,17 @@
<color r="0.0627451" g="0.30588236" b="0.54509807" a="1"></color>
<color r="0.0627451" g="0.30588236" b="0.54509807" a="1"></color>
<color r="0.0627451" g="0.30588236" b="0.54509807" a="1"></color>
<color r="0.0627451" g="0.30588236" b="0.54509807" a="1"></color>
<color r="0.0627451" g="0.30588236" b="0.54509807" a="1"></color>
<color r="0.0627451" g="0.30588236" b="0.54509807" a="1"></color>
<color r="0.0627451" g="0.30588236" b="0.54509807" a="1"></color>
<color r="0.0627451" g="0.30588236" b="0.54509807" a="1"></color>
<color r="0.0627451" g="0.30588236" b="0.54509807" a="1"></color>
<color r="0.0627451" g="0.30588236" b="0.54509807" a="1"></color>
<color r="0.0627451" g="0.30588236" b="0.54509807" a="1"></color>
<color r="0.0627451" g="0.30588236" b="0.54509807" a="1"></color>
<color r="0.0627451" g="0.30588236" b="0.54509807" a="1"></color>
<!-- 50 - 60 -->
<color r="0.11764706" g="0.5647059" b="1.0" a="1"></color>
<color r="0.11764706" g="0.5647059" b="1.0" a="1"></color>
<color r="0.11764706" g="0.5647059" b="1.0" a="1"></color>
@ -57,7 +117,18 @@
<color r="0.11764706" g="0.5647059" b="1.0" a="1"></color>
<color r="0.11764706" g="0.5647059" b="1.0" a="1"></color>
<color r="0.11764706" g="0.5647059" b="1.0" a="1"></color>
<color r="0.11764706" g="0.5647059" b="1.0" a="1"></color>
<color r="0.11764706" g="0.5647059" b="1.0" a="1"></color>
<color r="0.11764706" g="0.5647059" b="1.0" a="1"></color>
<color r="0.11764706" g="0.5647059" b="1.0" a="1"></color>
<color r="0.11764706" g="0.5647059" b="1.0" a="1"></color>
<color r="0.11764706" g="0.5647059" b="1.0" a="1"></color>
<color r="0.11764706" g="0.5647059" b="1.0" a="1"></color>
<color r="0.11764706" g="0.5647059" b="1.0" a="1"></color>
<color r="0.11764706" g="0.5647059" b="1.0" a="1"></color>
<color r="0.11764706" g="0.5647059" b="1.0" a="1"></color>
<color r="0.11764706" g="0.5647059" b="1.0" a="1"></color>
<!-- 60 - 70 -->
<color r="0.0" g="0.69803923" b="0.93333334" a="1"></color>
<color r="0.0" g="0.69803923" b="0.93333334" a="1"></color>
<color r="0.0" g="0.69803923" b="0.93333334" a="1"></color>
@ -68,7 +139,17 @@
<color r="0.0" g="0.69803923" b="0.93333334" a="1"></color>
<color r="0.0" g="0.69803923" b="0.93333334" a="1"></color>
<color r="0.0" g="0.69803923" b="0.93333334" a="1"></color>
<color r="0.0" g="0.69803923" b="0.93333334" a="1"></color>
<color r="0.0" g="0.69803923" b="0.93333334" a="1"></color>
<color r="0.0" g="0.69803923" b="0.93333334" a="1"></color>
<color r="0.0" g="0.69803923" b="0.93333334" a="1"></color>
<color r="0.0" g="0.69803923" b="0.93333334" a="1"></color>
<color r="0.0" g="0.69803923" b="0.93333334" a="1"></color>
<color r="0.0" g="0.69803923" b="0.93333334" a="1"></color>
<color r="0.0" g="0.69803923" b="0.93333334" a="1"></color>
<color r="0.0" g="0.69803923" b="0.93333334" a="1"></color>
<color r="0.0" g="0.69803923" b="0.93333334" a="1"></color>
<!-- 70 - 80 -->
<color r="0.0" g="0.93333334" b="0.93333334" a="1"></color>
<color r="0.0" g="0.93333334" b="0.93333334" a="1"></color>
<color r="0.0" g="0.93333334" b="0.93333334" a="1"></color>
@ -79,7 +160,17 @@
<color r="0.0" g="0.93333334" b="0.93333334" a="1"></color>
<color r="0.0" g="0.93333334" b="0.93333334" a="1"></color>
<color r="0.0" g="0.93333334" b="0.93333334" a="1"></color>
<color r="0.0" g="0.93333334" b="0.93333334" a="1"></color>
<color r="0.0" g="0.93333334" b="0.93333334" a="1"></color>
<color r="0.0" g="0.93333334" b="0.93333334" a="1"></color>
<color r="0.0" g="0.93333334" b="0.93333334" a="1"></color>
<color r="0.0" g="0.93333334" b="0.93333334" a="1"></color>
<color r="0.0" g="0.93333334" b="0.93333334" a="1"></color>
<color r="0.0" g="0.93333334" b="0.93333334" a="1"></color>
<color r="0.0" g="0.93333334" b="0.93333334" a="1"></color>
<color r="0.0" g="0.93333334" b="0.93333334" a="1"></color>
<color r="0.0" g="0.93333334" b="0.93333334" a="1"></color>
<!-- 80 - 90 -->
<color r="1.0" g="0.50980395" b="0.2784314" a="1"></color>
<color r="1.0" g="0.50980395" b="0.2784314" a="1"></color>
<color r="1.0" g="0.50980395" b="0.2784314" a="1"></color>
@ -90,7 +181,17 @@
<color r="1.0" g="0.50980395" b="0.2784314" a="1"></color>
<color r="1.0" g="0.50980395" b="0.2784314" a="1"></color>
<color r="1.0" g="0.50980395" b="0.2784314" a="1"></color>
<color r="1.0" g="0.50980395" b="0.2784314" a="1"></color>
<color r="1.0" g="0.50980395" b="0.2784314" a="1"></color>
<color r="1.0" g="0.50980395" b="0.2784314" a="1"></color>
<color r="1.0" g="0.50980395" b="0.2784314" a="1"></color>
<color r="1.0" g="0.50980395" b="0.2784314" a="1"></color>
<color r="1.0" g="0.50980395" b="0.2784314" a="1"></color>
<color r="1.0" g="0.50980395" b="0.2784314" a="1"></color>
<color r="1.0" g="0.50980395" b="0.2784314" a="1"></color>
<color r="1.0" g="0.50980395" b="0.2784314" a="1"></color>
<color r="1.0" g="0.50980395" b="0.2784314" a="1"></color>
<!-- 90 - 95 -->
<color r="0.93333334" g="0.17254902" b="0.17254902" a="1"></color>
<color r="0.93333334" g="0.17254902" b="0.17254902" a="1"></color>
<color r="0.93333334" g="0.17254902" b="0.17254902" a="1"></color>
@ -101,7 +202,8 @@
<color r="0.93333334" g="0.17254902" b="0.17254902" a="1"></color>
<color r="0.93333334" g="0.17254902" b="0.17254902" a="1"></color>
<color r="0.93333334" g="0.17254902" b="0.17254902" a="1"></color>
<!-- 95 - 100 -->
<color r="0.54509807" g="0.0" b="0.0" a="1"></color>
<color r="0.54509807" g="0.0" b="0.0" a="1"></color>
<color r="0.54509807" g="0.0" b="0.0" a="1"></color>
<color r="0.54509807" g="0.0" b="0.0" a="1"></color>

View file

@ -4789,13 +4789,37 @@ in | .03937 | 0 | 4 | | |..|8000F0FF| | 16 | \
<!-- WPC Probablistic Winter Prediction Forecast (PWPF) -->
<styleRule>
<paramLevelMatches>
<parameter>TOTSN5pct</parameter>
<parameter>TOTSN10pct</parameter>
<parameter>TOTSN25pct</parameter>
<parameter>TOTSN50pct</parameter>
<parameter>TOTSN75pct</parameter>
<parameter>TOTSN90pct</parameter>
<parameter>TOTSN95pct</parameter>
<parameter>TOTSN5pct12hr</parameter>
<parameter>TOTSN10pct12hr</parameter>
<parameter>TOTSN25pct12hr</parameter>
<parameter>TOTSN50pct12hr</parameter>
<parameter>TOTSN75pct12hr</parameter>
<parameter>TOTSN90pct12hr</parameter>
<parameter>TOTSN95pct12hr</parameter>
<parameter>TOTSN5pct24hr</parameter>
<parameter>TOTSN10pct24hr</parameter>
<parameter>TOTSN25pct24hr</parameter>
<parameter>TOTSN50pct24hr</parameter>
<parameter>TOTSN75pct24hr</parameter>
<parameter>TOTSN90pct24hr</parameter>
<parameter>TOTSN95pct24hr</parameter>
<parameter>TOTSN5pct48hr</parameter>
<parameter>TOTSN10pct48hr</parameter>
<parameter>TOTSN25pct48hr</parameter>
<parameter>TOTSN50pct48hr</parameter>
<parameter>TOTSN75pct48hr</parameter>
<parameter>TOTSN90pct48hr</parameter>
<parameter>TOTSN95pct48hr</parameter>
<parameter>TOTSN5pct72hr</parameter>
<parameter>TOTSN10pct72hr</parameter>
<parameter>TOTSN25pct72hr</parameter>
<parameter>TOTSN50pct72hr</parameter>
<parameter>TOTSN75pct72hr</parameter>
<parameter>TOTSN90pct72hr</parameter>
<parameter>TOTSN95pct72hr</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits label="in">in</displayUnits>
@ -4807,13 +4831,37 @@ in | .03937 | 0 | 4 | | |..|8000F0FF| | 16 | \
<styleRule>
<paramLevelMatches>
<parameter>FRZR5pct</parameter>
<parameter>FRZR10pct</parameter>
<parameter>FRZR25pct</parameter>
<parameter>FRZR50pct</parameter>
<parameter>FRZR75pct</parameter>
<parameter>FRZR90pct</parameter>
<parameter>FRZR95pct</parameter>
<parameter>FRZR5pct12hr</parameter>
<parameter>FRZR10pct12hr</parameter>
<parameter>FRZR25pct12hr</parameter>
<parameter>FRZR50pct12hr</parameter>
<parameter>FRZR75pct12hr</parameter>
<parameter>FRZR90pct12hr</parameter>
<parameter>FRZR95pct12hr</parameter>
<parameter>FRZR5pct24hr</parameter>
<parameter>FRZR10pct24hr</parameter>
<parameter>FRZR25pct24hr</parameter>
<parameter>FRZR50pct24hr</parameter>
<parameter>FRZR75pct24hr</parameter>
<parameter>FRZR90pct24hr</parameter>
<parameter>FRZR95pct24hr</parameter>
<parameter>FRZR5pct48hr</parameter>
<parameter>FRZR10pct48hr</parameter>
<parameter>FRZR25pct48hr</parameter>
<parameter>FRZR50pct48hr</parameter>
<parameter>FRZR75pct48hr</parameter>
<parameter>FRZR90pct48hr</parameter>
<parameter>FRZR95pct48hr</parameter>
<parameter>FRZR5pct72hr</parameter>
<parameter>FRZR10pct72hr</parameter>
<parameter>FRZR25pct72hr</parameter>
<parameter>FRZR50pct72hr</parameter>
<parameter>FRZR75pct72hr</parameter>
<parameter>FRZR90pct72hr</parameter>
<parameter>FRZR95pct72hr</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits label="in">in</displayUnits>
@ -4825,22 +4873,59 @@ in | .03937 | 0 | 4 | | |..|8000F0FF| | 16 | \
<styleRule>
<paramLevelMatches>
<parameter>FRZR0.01in</parameter>
<parameter>FRZR0.1in</parameter>
<parameter>FRZR0.25in</parameter>
<parameter>FRZR0.5in</parameter>
<parameter>FRZR1in</parameter>
<parameter>FRZR0.01in12hr</parameter>
<parameter>FRZR0.1in12hr</parameter>
<parameter>FRZR0.25in12hr</parameter>
<parameter>FRZR0.5in12hr</parameter>
<parameter>FRZR1in12hr</parameter>
<parameter>TOTSN0.1in</parameter>
<parameter>TOTSN1in</parameter>
<parameter>TOTSN2in</parameter>
<parameter>TOTSN4in</parameter>
<parameter>TOTSN6in</parameter>
<parameter>TOTSN8in</parameter>
<parameter>TOTSN12in</parameter>
<parameter>TOTSN18in</parameter>
<parameter>TOTSN24in</parameter>
<parameter>TOTSN30in</parameter>
<parameter>FRZR0.01in24hr</parameter>
<parameter>FRZR0.1in24hr</parameter>
<parameter>FRZR0.25in24hr</parameter>
<parameter>FRZR0.5in24hr</parameter>
<parameter>FRZR1in24hr</parameter>
<parameter>FRZR0.1in48hr</parameter>
<parameter>FRZR0.25in48hr</parameter>
<parameter>FRZR0.5in48hr</parameter>
<parameter>FRZR1in48hr</parameter>
<parameter>FRZR0.1in72hr</parameter>
<parameter>FRZR0.25in72hr</parameter>
<parameter>FRZR0.5in72hr</parameter>
<parameter>FRZR1in72hr</parameter>
<parameter>TOTSN1in12hr</parameter>
<parameter>TOTSN2in12hr</parameter>
<parameter>TOTSN4in12hr</parameter>
<parameter>TOTSN6in12hr</parameter>
<parameter>TOTSN8in12hr</parameter>
<parameter>TOTSN12in12hr</parameter>
<parameter>TOTSN18in12hr</parameter>
<parameter>TOTSN1in24hr</parameter>
<parameter>TOTSN2in24hr</parameter>
<parameter>TOTSN4in24hr</parameter>
<parameter>TOTSN6in24hr</parameter>
<parameter>TOTSN8in24hr</parameter>
<parameter>TOTSN12in24hr</parameter>
<parameter>TOTSN18in24hr</parameter>
<parameter>TOTSN2in48hr</parameter>
<parameter>TOTSN4in48hr</parameter>
<parameter>TOTSN8in48hr</parameter>
<parameter>TOTSN12in48hr</parameter>
<parameter>TOTSN18in48hr</parameter>
<parameter>TOTSN24in48hr</parameter>
<parameter>TOTSN30in48hr</parameter>
<parameter>TOTSN2in72hr</parameter>
<parameter>TOTSN4in72hr</parameter>
<parameter>TOTSN8in72hr</parameter>
<parameter>TOTSN12in72hr</parameter>
<parameter>TOTSN18in72hr</parameter>
<parameter>TOTSN24in72hr</parameter>
<parameter>TOTSN30in72hr</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits label="%">%/100</displayUnits>

View file

@ -5610,13 +5610,37 @@
<!-- WPC Probablistic Winter Prediction Forecast (PWPF) -->
<styleRule>
<paramLevelMatches>
<parameter>TOTSN5pct</parameter>
<parameter>TOTSN10pct</parameter>
<parameter>TOTSN25pct</parameter>
<parameter>TOTSN50pct</parameter>
<parameter>TOTSN75pct</parameter>
<parameter>TOTSN90pct</parameter>
<parameter>TOTSN95pct</parameter>
<parameter>TOTSN5pct12hr</parameter>
<parameter>TOTSN10pct12hr</parameter>
<parameter>TOTSN25pct12hr</parameter>
<parameter>TOTSN50pct12hr</parameter>
<parameter>TOTSN75pct12hr</parameter>
<parameter>TOTSN90pct12hr</parameter>
<parameter>TOTSN95pct12hr</parameter>
<parameter>TOTSN5pct24hr</parameter>
<parameter>TOTSN10pct24hr</parameter>
<parameter>TOTSN25pct24hr</parameter>
<parameter>TOTSN50pct24hr</parameter>
<parameter>TOTSN75pct24hr</parameter>
<parameter>TOTSN90pct24hr</parameter>
<parameter>TOTSN95pct24hr</parameter>
<parameter>TOTSN5pct48hr</parameter>
<parameter>TOTSN10pct48hr</parameter>
<parameter>TOTSN25pct48hr</parameter>
<parameter>TOTSN50pct48hr</parameter>
<parameter>TOTSN75pct48hr</parameter>
<parameter>TOTSN90pct48hr</parameter>
<parameter>TOTSN95pct48hr</parameter>
<parameter>TOTSN5pct72hr</parameter>
<parameter>TOTSN10pct72hr</parameter>
<parameter>TOTSN25pct72hr</parameter>
<parameter>TOTSN50pct72hr</parameter>
<parameter>TOTSN75pct72hr</parameter>
<parameter>TOTSN90pct72hr</parameter>
<parameter>TOTSN95pct72hr</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits label="in">in</displayUnits>
@ -5633,13 +5657,37 @@
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>FRZR5pct</parameter>
<parameter>FRZR10pct</parameter>
<parameter>FRZR25pct</parameter>
<parameter>FRZR50pct</parameter>
<parameter>FRZR75pct</parameter>
<parameter>FRZR90pct</parameter>
<parameter>FRZR95pct</parameter>
<parameter>FRZR5pct12hr</parameter>
<parameter>FRZR10pct12hr</parameter>
<parameter>FRZR25pct12hr</parameter>
<parameter>FRZR50pct12hr</parameter>
<parameter>FRZR75pct12hr</parameter>
<parameter>FRZR90pct12hr</parameter>
<parameter>FRZR95pct12hr</parameter>
<parameter>FRZR5pct24hr</parameter>
<parameter>FRZR10pct24hr</parameter>
<parameter>FRZR25pct24hr</parameter>
<parameter>FRZR50pct24hr</parameter>
<parameter>FRZR75pct24hr</parameter>
<parameter>FRZR90pct24hr</parameter>
<parameter>FRZR95pct24hr</parameter>
<parameter>FRZR5pct48hr</parameter>
<parameter>FRZR10pct48hr</parameter>
<parameter>FRZR25pct48hr</parameter>
<parameter>FRZR50pct48hr</parameter>
<parameter>FRZR75pct48hr</parameter>
<parameter>FRZR90pct48hr</parameter>
<parameter>FRZR95pct48hr</parameter>
<parameter>FRZR5pct72hr</parameter>
<parameter>FRZR10pct72hr</parameter>
<parameter>FRZR25pct72hr</parameter>
<parameter>FRZR50pct72hr</parameter>
<parameter>FRZR75pct72hr</parameter>
<parameter>FRZR90pct72hr</parameter>
<parameter>FRZR95pct72hr</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits label="in">in</displayUnits>
@ -5656,22 +5704,59 @@
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>FRZR0.01in</parameter>
<parameter>FRZR0.1in</parameter>
<parameter>FRZR0.25in</parameter>
<parameter>FRZR0.5in</parameter>
<parameter>FRZR1in</parameter>
<parameter>FRZR0.01in12hr</parameter>
<parameter>FRZR0.1in12hr</parameter>
<parameter>FRZR0.25in12hr</parameter>
<parameter>FRZR0.5in12hr</parameter>
<parameter>FRZR1in12hr</parameter>
<parameter>TOTSN0.1in</parameter>
<parameter>TOTSN1in</parameter>
<parameter>TOTSN2in</parameter>
<parameter>TOTSN4in</parameter>
<parameter>TOTSN6in</parameter>
<parameter>TOTSN8in</parameter>
<parameter>TOTSN12in</parameter>
<parameter>TOTSN18in</parameter>
<parameter>TOTSN24in</parameter>
<parameter>TOTSN30in</parameter>
<parameter>FRZR0.01in24hr</parameter>
<parameter>FRZR0.1in24hr</parameter>
<parameter>FRZR0.25in24hr</parameter>
<parameter>FRZR0.5in24hr</parameter>
<parameter>FRZR1in24hr</parameter>
<parameter>FRZR0.1in48hr</parameter>
<parameter>FRZR0.25in48hr</parameter>
<parameter>FRZR0.5in48hr</parameter>
<parameter>FRZR1in48hr</parameter>
<parameter>FRZR0.1in72hr</parameter>
<parameter>FRZR0.25in72hr</parameter>
<parameter>FRZR0.5in72hr</parameter>
<parameter>FRZR1in72hr</parameter>
<parameter>TOTSN1in12hr</parameter>
<parameter>TOTSN2in12hr</parameter>
<parameter>TOTSN4in12hr</parameter>
<parameter>TOTSN6in12hr</parameter>
<parameter>TOTSN8in12hr</parameter>
<parameter>TOTSN12in12hr</parameter>
<parameter>TOTSN18in12hr</parameter>
<parameter>TOTSN1in24hr</parameter>
<parameter>TOTSN2in24hr</parameter>
<parameter>TOTSN4in24hr</parameter>
<parameter>TOTSN6in24hr</parameter>
<parameter>TOTSN8in24hr</parameter>
<parameter>TOTSN12in24hr</parameter>
<parameter>TOTSN18in24hr</parameter>
<parameter>TOTSN2in48hr</parameter>
<parameter>TOTSN4in48hr</parameter>
<parameter>TOTSN8in48hr</parameter>
<parameter>TOTSN12in48hr</parameter>
<parameter>TOTSN18in48hr</parameter>
<parameter>TOTSN24in48hr</parameter>
<parameter>TOTSN30in48hr</parameter>
<parameter>TOTSN2in72hr</parameter>
<parameter>TOTSN4in72hr</parameter>
<parameter>TOTSN8in72hr</parameter>
<parameter>TOTSN12in72hr</parameter>
<parameter>TOTSN18in72hr</parameter>
<parameter>TOTSN24in72hr</parameter>
<parameter>TOTSN30in72hr</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits label="%">%/100</displayUnits>

View file

@ -45,6 +45,7 @@
#20150930 4930 rferrel Corrected patterns for intlsigmets.
#20151008 4958 dgilling Add pattern for NationalBlend
#20151030 DR 17683 jwatson Add pattern for Day 8-11 Alaska 3km gridded MOS
#20160128 5183 nabowle Add pattern for PWPF.
#***************************************************************
# AWIPS 1 PATTERN GRAPHIC ^[PQ].* /redbook/Raw
@ -888,6 +889,8 @@ EXP (.*ecmwf_mos_decrypted.*)
FILE -overwrite -log -close -edex \1
# 2.5km CONUS PWPF
NGRID ^(HIN[B-X][0-9][0-9]) (KWNH) (..)(..)(..)
FILE -overwrite -log -close -edex /data_store/grib2/(\3:yyyy)(\3:mm)\3/\4/PWPF/GRID184/\1_\2_\3\4\5_(seq).grib2.%Y%m%d%H