Omaha #5183 Add PWPF data.

Change-Id: Ib37670d67534f457dd15e9ac912f076f9093e7c9

Former-commit-id: 7aeb4ae1c85f837eef279e224cdf1323dadc0569
This commit is contained in:
Nathan Bowler 2016-01-19 16:13:42 -05:00
parent 5ffc65b59d
commit 03f7c1d700
11 changed files with 1721 additions and 50 deletions

View file

@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
This_software_product_contains_export-restricted_data_whose
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
an_export_license_or_other_authorization.
Contractor_Name:________Raytheon_Company
Contractor_Address:_____6825_Pine_Street,_Suite_340
________________________Mail_Stop_B8
________________________Omaha,_NE_68106
________________________402.291.0100
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
further_licensing_information.
-->
<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>
</menuTemplate>

View file

@ -20,46 +20,48 @@
-->
<menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<contribute xsi:type="toolbarSubMenu" menuText="WPC-WWD">
<contribute xsi:type="menuItem" menuText="6-hr ice" key="FRZR6hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="6-hr snowfall" key="TOTSN6hr" indentText="false" />
<contribute xsi:type="toolbarSubMenu" menuText="Snow Density/Snow-water Ratio">
<contribute xsi:type="menuItem" menuText="Climo Density SON/DJF/MAM" key="SDENCLIMO" indentText="false" />
<contribute xsi:type="menuItem" menuText="Climo Ratio SON/DJF/MAM" key="s2H2O_CLIMO" indentText="false" />
<contribute xsi:type="menuItem" menuText="GFS Density" key="SDENGFS" indentText="false" />
<contribute xsi:type="menuItem" menuText="GFS Ratio" key="s2H2O_GFS" indentText="false" />
<contribute xsi:type="menuItem" menuText="NAM Density" key="SDENNAM" indentText="false" />
<contribute xsi:type="menuItem" menuText="NAM Ratio" key="s2H2O_NAM" indentText="false" />
<contribute xsi:type="menuItem" menuText="HPC Mean Density" key="SDENMEAN" indentText="false" />
<contribute xsi:type="menuItem" menuText="HPC Mean Ratio" key="s2H2O_MEAN" indentText="false" />
</contribute>
</contribute>
<contribute xsi:type="menuItem" menuText="Dendritic Growth Isotherms" key="Tdend" indentText="false" />
<contribute xsi:type="menuItem" menuText="EPV* - Sat Geo Equiv Pot Vort" key="MpV" indentText="false" />
<contribute xsi:type="menuItem" menuText="EPV* - Less than 0.25" key="QPV2" indentText="true" />
<contribute xsi:type="menuItem" menuText="Instability - Upright vs. Slantwise Icons" key="EPVt2" indentText="false" />
<contribute xsi:type="menuItem" menuText="Lake Snow Parameter" key="LSP" indentText="false" />
<contribute xsi:type="menuItem" menuText="Precip Type Icons" key="PTyp" indentText="false" />
<contribute xsi:type="menuItem" menuText="Preferred Ice Growth" key="SnowT" indentText="false" />
<contribute xsi:type="menuItem" menuText="Pressure Diff: -15C and MaxOmega" key="OmDiff" indentText="false" />
<contribute xsi:type="menuItem" menuText="Reflectivity w/PType" key="RRtype" indentText="false" />
<contribute xsi:type="menuItem" menuText="Q-Vector Convergence" key="QPV1" indentText="false" />
<contribute xsi:type="menuItem" menuText="QPV Net - QVec Conv * Neg EPV*" key="QPV3" indentText="true" />
<contribute xsi:type="menuItem" menuText="6-hr ice" key="FRZR6hr" indentText="false" />
<contribute xsi:type="menuItem" menuText="6-hr snowfall" key="TOTSN6hr" indentText="false" />
<contribute xsi:type="toolbarSubMenu" menuText="Snow Density/Snow-water Ratio">
<contribute xsi:type="menuItem" menuText="Climo Density SON/DJF/MAM" key="SDENCLIMO" indentText="false" />
<contribute xsi:type="menuItem" menuText="Climo Ratio SON/DJF/MAM" key="s2H2O_CLIMO" indentText="false" />
<contribute xsi:type="menuItem" menuText="GFS Density" key="SDENGFS" indentText="false" />
<contribute xsi:type="menuItem" menuText="GFS Ratio" key="s2H2O_GFS" indentText="false" />
<contribute xsi:type="menuItem" menuText="NAM Density" key="SDENNAM" indentText="false" />
<contribute xsi:type="menuItem" menuText="NAM Ratio" key="s2H2O_NAM" indentText="false" />
<contribute xsi:type="menuItem" menuText="HPC Mean Density" key="SDENMEAN" indentText="false" />
<contribute xsi:type="menuItem" menuText="HPC Mean Ratio" key="s2H2O_MEAN" indentText="false" />
</contribute>
<contribute xsi:type="subinclude"
fileName="menus/volumebrowser/fields/planview-timeseries/sfc2d/pwpf.xml" />
</contribute>
<contribute xsi:type="menuItem" menuText="Dendritic Growth Isotherms" key="Tdend" indentText="false" />
<contribute xsi:type="menuItem" menuText="EPV* - Sat Geo Equiv Pot Vort" key="MpV" indentText="false" />
<contribute xsi:type="menuItem" menuText="EPV* - Less than 0.25" key="QPV2" indentText="true" />
<contribute xsi:type="menuItem" menuText="Instability - Upright vs. Slantwise Icons" key="EPVt2" indentText="false" />
<contribute xsi:type="menuItem" menuText="Lake Snow Parameter" key="LSP" indentText="false" />
<contribute xsi:type="menuItem" menuText="Precip Type Icons" key="PTyp" indentText="false" />
<contribute xsi:type="menuItem" menuText="Preferred Ice Growth" key="SnowT" indentText="false" />
<contribute xsi:type="menuItem" menuText="Pressure Diff: -15C and MaxOmega" key="OmDiff" indentText="false" />
<contribute xsi:type="menuItem" menuText="Reflectivity w/PType" key="RRtype" indentText="false" />
<contribute xsi:type="menuItem" menuText="Q-Vector Convergence" key="QPV1" indentText="false" />
<contribute xsi:type="menuItem" menuText="QPV Net - QVec Conv * Neg EPV*" key="QPV3" indentText="true" />
<contribute xsi:type="menuItem" menuText="QG-EPV" key="QPV4" indentText="true" />
<contribute xsi:type="menuItem" menuText="Sfc-Based Lyr MinT For Sleet" key="CritT1" indentText="false" />
<contribute xsi:type="menuItem" menuText="Snow Cover" key="SCP" indentText="false" />
<contribute xsi:type="menuItem" menuText="Snow Depth - fm Model" key="SnD" indentText="false" />
<contribute xsi:type="toolbarSubMenu" menuText="Snow Ratios">
<contribute xsi:type="menuItem" menuText="Snow Ratio - Crocus/ECMWF" key="snoRatCrocus" indentText="false" />
<contribute xsi:type="menuItem" menuText="Snow Ratio - SPC" key="snoRatSPC" indentText="false" />
<contribute xsi:type="menuItem" menuText="Snow Ratio - EMC SREF" key="snoRatEMCSREF" indentText="false" />
<contribute xsi:type="menuItem" menuText="Snow Ratio - WPC Mean" key="s2H2O_MEAN" indentText="false" />
</contribute>
<contribute xsi:type="menuItem" menuText="Snow Squall Parameter" key="SNSQ" indentText="false" />
<contribute xsi:type="menuItem" menuText="Thickness (All Models)" key="dZ" indentText="false" />
<contribute xsi:type="menuItem" menuText="Thickness: Snow Likely" key="Snow3" indentText="false" />
<contribute xsi:type="menuItem" menuText="Thickness: ZR" key="Fzra2" indentText="false" />
<contribute xsi:type="menuItem" menuText="Thickness: Mixed Precip" key="Mix2" indentText="false" />
<contribute xsi:type="menuItem" menuText="Thickness: Rain Likely" key="Rain3" indentText="false" />
<contribute xsi:type="menuItem" menuText="Sfc-Based Lyr MinT For Sleet" key="CritT1" indentText="false" />
<contribute xsi:type="menuItem" menuText="Snow Cover" key="SCP" indentText="false" />
<contribute xsi:type="menuItem" menuText="Snow Depth - fm Model" key="SnD" indentText="false" />
<contribute xsi:type="toolbarSubMenu" menuText="Snow Ratios">
<contribute xsi:type="menuItem" menuText="Snow Ratio - Crocus/ECMWF" key="snoRatCrocus" indentText="false" />
<contribute xsi:type="menuItem" menuText="Snow Ratio - SPC" key="snoRatSPC" indentText="false" />
<contribute xsi:type="menuItem" menuText="Snow Ratio - EMC SREF" key="snoRatEMCSREF" indentText="false" />
<contribute xsi:type="menuItem" menuText="Snow Ratio - WPC Mean" key="s2H2O_MEAN" indentText="false" />
</contribute>
<contribute xsi:type="menuItem" menuText="Snow Squall Parameter" key="SNSQ" indentText="false" />
<contribute xsi:type="menuItem" menuText="Thickness (All Models)" key="dZ" indentText="false" />
<contribute xsi:type="menuItem" menuText="Thickness: Snow Likely" key="Snow3" indentText="false" />
<contribute xsi:type="menuItem" menuText="Thickness: ZR" key="Fzra2" indentText="false" />
<contribute xsi:type="menuItem" menuText="Thickness: Mixed Precip" key="Mix2" indentText="false" />
<contribute xsi:type="menuItem" menuText="Thickness: Rain Likely" key="Rain3" indentText="false" />
<!-- <contribute xsi:type="menuItem" menuText="Cold Sleet Layer with Warm Air Aloft" key="IPLayer" indentText="false" /> -->

View file

@ -165,4 +165,5 @@
<vbSource key="WPHwave10" category="SfcGrid" views="PLANVIEW TIMESERIES" />
<vbSource key="PGBlended" category="SfcGrid/NOS" views="PLANVIEW TIMESERIES" />
<vbSource key="PGBlended-Night" category="SfcGrid/NOS" views="PLANVIEW TIMESERIES" />
<vbSource key="PWPF" category="SfcGrid" views="PLANVIEW TIMESERIES" />
</vbSourceList>

View file

@ -329,11 +329,11 @@ SIGWINDPROB0.254% SIGWINDPROB
PRSVR0.254% PRSVR
PRSIGSV0.254% PRSIGSV
#TPCSurgeProb
# For the pct parameters the parameters coming out of the grib files are coded
# as the height where there is XX probability that the surge is less than a
# height but the desired interpretation is XX probability that the surge is
# greater than a height
//TPCSurgeProb
// For the pct parameters the parameters coming out of the grib files are coded
// as the height where there is XX probability that the surge is less than a
// height but the desired interpretation is XX probability that the surge is
// greater than a height
Surge10pct_21600-0 Surge90pct6hr
Surge20pct_21600-0 Surge80pct6hr
Surge30pct_21600-0 Surge70pct6hr
@ -343,9 +343,9 @@ Surge60pct_21600-0 Surge40pct6hr
Surge70pct_21600-0 Surge30pct6hr
Surge80pct_21600-0 Surge20pct6hr
Surge90pct_21600-0 Surge10pct6hr
# For the m parameters convert the abbreviation from the grib decoder contains
# a height in meters but it was intended and can be dispalyed nicely as a
# height in feet.
// For the m parameters convert the abbreviation from the grib decoder contains
// a height in meters but it was intended and can be dispalyed nicely as a
// height in feet.
Surge0.0m_21600-0 PSurge0ft6hr
Surge0.3m_21600-0 PSurge1ft6hr
Surge0.61m_21600-0 PSurge2ft6hr
@ -372,9 +372,9 @@ Surge6.71m_21600-0 PSurge22ft6hr
Surge7.01m_21600-0 PSurge23ft6hr
Surge7.32m_21600-0 PSurge24ft6hr
Surge7.62m_21600-0 PSurge25ft6hr
# For the Cumulative this mapping not only inverses the percentages and
# converts the heights, it also prevents the decoder from appending a duration
# which is necessary because the duration increases for each forecast time.
// For the Cumulative this mapping not only inverses the percentages and
// converts the heights, it also prevents the decoder from appending a duration
// which is necessary because the duration increases for each forecast time.
Surge10pctCumul Surge90pctCumul
Surge20pctCumul Surge80pctCumul
Surge30pctCumul Surge70pctCumul
@ -410,3 +410,40 @@ Surge6.71mCumul PSurge22ftCumul
Surge7.01mCumul PSurge23ftCumul
Surge7.32mCumul PSurge24ftCumul
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
// 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

View file

@ -0,0 +1,98 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
This_software_product_contains_export-restricted_data_whose
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
an_export_license_or_other_authorization.
Contractor_Name:________Raytheon_Company
Contractor_Address:_____6825_Pine_Street,_Suite_340
________________________Mail_Stop_B8
________________________Omaha,_NE_68106
________________________402.291.0100
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
further_licensing_information.
-->
<parameterList>
<parameter>
<name>Prob of Freezing Rain > 0.01in</name>
<abbreviation>FRZR0.01in</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Freezing Rain > 0.1in</name>
<abbreviation>FRZR0.1in</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Freezing Rain > 0.25in</name>
<abbreviation>FRZR0.25in</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Freezing Rain > 0.5in</name>
<abbreviation>FRZR0.5in</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Freezing Rain > 1in</name>
<abbreviation>FRZR1in</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 0.1in</name>
<abbreviation>TOTSN0.1in</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 1in</name>
<abbreviation>TOTSN1in</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 2in</name>
<abbreviation>TOTSN2in</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 4in</name>
<abbreviation>TOTSN4in</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 6in</name>
<abbreviation>TOTSN6in</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 8in</name>
<abbreviation>TOTSN8in</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 12in</name>
<abbreviation>TOTSN12in</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 18in</name>
<abbreviation>TOTSN18in</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 24in</name>
<abbreviation>TOTSN24in</abbreviation>
<unit>%</unit>
</parameter>
<parameter>
<name>Prob of Total snowfall > 30in</name>
<abbreviation>TOTSN30in</abbreviation>
<unit>%</unit>
</parameter>
</parameterList>

View file

@ -2993,6 +2993,17 @@
</process>
</model>
<model>
<name>PWPF</name>
<center>7</center>
<subcenter>5</subcenter>
<grid>184</grid>
<process>
<id>222</id>
<id>223</id>
</process>
</model>
<!-- END SUBCENTER 5: HYDROMETEROLOGICAL PREDICTION CENTER -->
<!-- SUBCENTER 6: MARINE PREDICTION CENTER -->

View file

@ -0,0 +1,115 @@
<?xml version="1.0" ?>
<colorMap>
<color r="0.0" g="0.0" b="0.0" a="0"></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.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.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.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.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.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.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.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="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="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>
<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>
<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>
<color r="0.93333334" g="0.17254902" b="0.17254902" 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>
<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>
<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>
</colorMap>

View file

@ -0,0 +1,70 @@
<?xml version="1.0" ?>
<colorMap>
<!-- 0 to 1 -->
<color r="0.0" g="0.0" b="0.0" a="0"></color>
<!-- 1 to 2 -->
<color r="0.49803922" g="1.0" b="0.0" a="1"></color>
<!-- 2 to 4 -->
<color r="0.0" g="0.8039216" b="0.0" a="1"></color>
<color r="0.0" g="0.8039216" b="0.0" a="1"></color>
<!-- 4 to 6 -->
<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>
<!-- 6 to 8 -->
<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>
<!-- 8 to 10 -->
<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>
<!-- 10 to 12 -->
<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>
<!-- 12 to 15 -->
<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>
<!-- 15 to 18 -->
<color r="0.5372549" g="0.40784314" b="0.8039216" a="1"></color>
<color r="0.5372549" g="0.40784314" b="0.8039216" a="1"></color>
<color r="0.5372549" g="0.40784314" b="0.8039216" a="1"></color>
<!-- 18 to 21 -->
<color r="0.5686275" g="0.17254902" b="0.93333334" a="1"></color>
<color r="0.5686275" g="0.17254902" b="0.93333334" a="1"></color>
<color r="0.5686275" g="0.17254902" b="0.93333334" a="1"></color>
<!-- 21 to 24 -->
<color r="0.54509807" g="0.0" b="0.54509807" a="1"></color>
<color r="0.54509807" g="0.0" b="0.54509807" a="1"></color>
<color r="0.54509807" g="0.0" b="0.54509807" a="1"></color>
<!-- 24 to 27 -->
<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>
<!-- 27 to 30 -->
<color r="0.8039216" g="0.0" b="0.0" a="1"></color>
<color r="0.8039216" g="0.0" b="0.0" a="1"></color>
<color r="0.8039216" g="0.0" b="0.0" a="1"></color>
<!-- 30 to 33 -->
<color r="0.93333334" g="0.2509804" b="0.0" a="1"></color>
<color r="0.93333334" g="0.2509804" b="0.0" a="1"></color>
<color r="0.93333334" g="0.2509804" b="0.0" a="1"></color>
<!-- 33 to 36 -->
<color r="1.0" g="0.49803922" b="0.0" a="1"></color>
<color r="1.0" g="0.49803922" b="0.0" a="1"></color>
<color r="1.0" g="0.49803922" b="0.0" a="1"></color>
<!-- 36 to 42 -->
<color r="0.8039216" g="0.52156866" b="0.0" a="1"></color>
<color r="0.8039216" g="0.52156866" b="0.0" a="1"></color>
<color r="0.8039216" g="0.52156866" b="0.0" a="1"></color>
<color r="0.8039216" g="0.52156866" b="0.0" a="1"></color>
<color r="0.8039216" g="0.52156866" b="0.0" a="1"></color>
<color r="0.8039216" g="0.52156866" b="0.0" a="1"></color>
<!-- 42 to 48 -->
<color r="1.0" g="0.84313726" b="0.0" a="1"></color>
<color r="1.0" g="0.84313726" b="0.0" a="1"></color>
<color r="1.0" g="0.84313726" b="0.0" a="1"></color>
<color r="1.0" g="0.84313726" b="0.0" a="1"></color>
<color r="1.0" g="0.84313726" b="0.0" a="1"></color>
<color r="1.0" g="0.84313726" b="0.0" a="1"></color>
<!-- 48 to 49 -->
<color r="0.93333334" g="0.93333334" b="0.0" a="1"></color>
</colorMap>

View file

@ -4785,4 +4785,68 @@ in | .03937 | 0 | 4 | | |..|8000F0FF| | 16 | \
<displayUnits>ft</displayUnits>
</contourStyle>
</styleRule>
<!-- 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>
</paramLevelMatches>
<contourStyle>
<displayUnits label="in">in</displayUnits>
<contourLabeling labelSpacing="4">
<values>1 2 4 6 8 10 12 15 18 21 24 27 30 33 36 42 48</values>
</contourLabeling>
</contourStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>FRZR5pct</parameter>
<parameter>FRZR10pct</parameter>
<parameter>FRZR25pct</parameter>
<parameter>FRZR50pct</parameter>
<parameter>FRZR75pct</parameter>
<parameter>FRZR90pct</parameter>
<parameter>FRZR95pct</parameter>
</paramLevelMatches>
<contourStyle>
<displayUnits label="in">in</displayUnits>
<contourLabeling labelSpacing="4">
<values>.01 .1 .25 .5 .75 1 1.5 2 2.5 3 4 5 6 7 8 9 10</values>
</contourLabeling>
</contourStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>FRZR0.01in</parameter>
<parameter>FRZR0.1in</parameter>
<parameter>FRZR0.25in</parameter>
<parameter>FRZR0.5in</parameter>
<parameter>FRZR1in</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>
</paramLevelMatches>
<contourStyle>
<displayUnits label="%">%/100</displayUnits>
<contourLabeling labelSpacing="4">
<values>1 5 10 20 30 40 50 60 70 80 90 95</values>
</contourLabeling>
</contourStyle>
</styleRule>
</styleRuleset>

View file

@ -5606,4 +5606,84 @@
<displayUnits>kts</displayUnits>
</imageStyle>
</styleRule>
<!-- 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>
</paramLevelMatches>
<imageStyle>
<displayUnits label="in">in</displayUnits>
<range scale="LINEAR">
<minValue>0</minValue>
<maxValue>49</maxValue>
</range>
<colorbarLabeling>
<increment>2</increment>
</colorbarLabeling>
<defaultColormap>Grid/pwpf_snow</defaultColormap>
<interpolate>false</interpolate>
</imageStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>FRZR5pct</parameter>
<parameter>FRZR10pct</parameter>
<parameter>FRZR25pct</parameter>
<parameter>FRZR50pct</parameter>
<parameter>FRZR75pct</parameter>
<parameter>FRZR90pct</parameter>
<parameter>FRZR95pct</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits label="in">in</displayUnits>
<range scale="LINEAR">
<minValue>0</minValue>
<maxValue>11</maxValue>
</range>
<colorbarLabeling>
<increment>1</increment>
</colorbarLabeling>
<defaultColormap>Grid/pwpf_frzr</defaultColormap>
<interpolate>false</interpolate>
</imageStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>FRZR0.01in</parameter>
<parameter>FRZR0.1in</parameter>
<parameter>FRZR0.25in</parameter>
<parameter>FRZR0.5in</parameter>
<parameter>FRZR1in</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>
</paramLevelMatches>
<imageStyle>
<displayUnits label="%">%/100</displayUnits>
<range scale="LINEAR">
<minValue>0</minValue>
<maxValue>100</maxValue>
</range>
<colorbarLabeling>
<increment>10</increment>
</colorbarLabeling>
<defaultColormap>Grid/pwpf_prob</defaultColormap>
<interpolate>false</interpolate>
</imageStyle>
</styleRule>
</styleRuleset>