245 lines
18 KiB
XML
245 lines
18 KiB
XML
<!-- Special Marine Warning Follow-Up Statement configuration -->
|
|
<warngenConfig>
|
|
<!-- Customized by Phil Kurimski WFO DTX 13 April 2011
|
|
Evan Bookbinder 09-16-2011 OB11.0.8-8
|
|
Phil Kurimski 23 Sept 2011 Added Volcano Information
|
|
Phil Kurimski 1 Mar 2012
|
|
Evan Bookbinder 09-11-2012 Added settings for locations shapefile
|
|
Added new areaSource variable
|
|
Phil Kurimski 09-16-2013 Fixed multiple selections in pathcast
|
|
Phil Kurimski 09-19-2013 added geospatialConfig.xml
|
|
Richard Barnhill 12-30-2015 changed genericCTA and gustyWindsCTA to eliminate references to (,)
|
|
Richard Barnhill 12-30-2015 added showString for list of locations so correct one displays and not both.
|
|
-->
|
|
|
|
<!-- INCLUDE ALL GEOSPTATIAL INFORMATION FOR THIS PRODUCT
|
|
ANY pointSource/areaSource/pathcastConfig OVERRIDES TO THAT FILE CAN BE
|
|
PLACED IN FULL BELOW THE INCLUDE LINE BELOW. -->
|
|
<include file="geospatialConfig_MARINE.xml"/>
|
|
|
|
<!-- Include Various geospatial XML files to create their objects. These are *NOT*
|
|
turned on unless the corresponding .vm file is turned on in a given template's .vm file
|
|
-->
|
|
<include file="mileMarkers.xml"/>
|
|
<!-- To enable, make sure mileMarkers.vm is added/uncommented in a WarnGen template's .vm file -->
|
|
<include file="pointMarkers.xml"/>
|
|
<!-- To enable, make sure pointMarkers.vm is added/uncommented in a WarnGen template's .vm file -->
|
|
|
|
<!-- Config distance/speed units -->
|
|
<unitDistance>nmi</unitDistance>
|
|
<unitSpeed>kn</unitSpeed>
|
|
|
|
<!-- Maps to load on template selection. Refer to 'Maps' menu in CAVE.
|
|
The various menu items are also the different maps
|
|
that can be loaded with each template. -->
|
|
<maps>
|
|
<map>Coastal Marine Zones</map>
|
|
</maps>
|
|
|
|
<!-- Followups: VTEC actions of allowable followups when this template is selected
|
|
Each followup will become available when the appropriate time range permits.
|
|
-->
|
|
<followups>
|
|
<followup>COR</followup>
|
|
<followup>CON</followup>
|
|
<followup>CAN</followup>
|
|
<followup>EXP</followup>
|
|
</followups>
|
|
|
|
<!-- Product ID: nnn id of the product -->
|
|
<productId>MWS</productId>
|
|
|
|
<!-- Phensigs: The list of phenomena and significance combinations that this template applies to -->
|
|
<phensigs>
|
|
<phensig>MA.W</phensig>
|
|
</phensigs>
|
|
|
|
<!-- Enables/disables user from selecting the Restart button the GUI -->
|
|
<enableRestart>false</enableRestart>
|
|
|
|
<!-- Enable/disables the system to lock text based on various patterns -->
|
|
<autoLockText>true</autoLockText>
|
|
|
|
<!-- Included watches: If a tornado watch or severe thunderstorm watch is to be
|
|
included with the warning product include TO.A and/or SV.A,
|
|
respectively. Please refer to 'includedWatchAreaBuffer' in <areaConfig/>. -->
|
|
<includedWatches>
|
|
<includedWatch>TO.A</includedWatch>
|
|
<includedWatch>SV.A</includedWatch>
|
|
</includedWatches>
|
|
|
|
<!-- Include references to marine zones for watches. See marineZoneWording.xml. -->
|
|
<includeMarineAreasInWatches>true</includeMarineAreasInWatches>
|
|
|
|
<!-- durations: the list of possible durations of the svs -->
|
|
<!-- THIS REALLY SERVES NO PURPOSE BUT WILL CRASH WARNGEN IF REMVOED -->
|
|
<defaultDuration>30</defaultDuration>
|
|
<durations>
|
|
<duration>30</duration>
|
|
</durations>
|
|
|
|
<!-- Customized several sections in bullet section including:
|
|
Placed Basis Section at the top to come in line with SVR templates
|
|
Added Satellite Imagery to Basis Section
|
|
Removed Severe and Strong T-storm selections with Thunderstorm in Event Type Section
|
|
Thunderstorm Severity will be determined by selections in Threat Section
|
|
Added Shower...Cloud and Front to Event Type Section
|
|
Added a Threat Section with selections for Wind...Hail and Waterspouts
|
|
Changed the CTA Bullet names for easier parsing in the vm file
|
|
Added Special Event option to Pathcast section
|
|
Included Additional Report selection
|
|
Placed CTA section at the bottom to come in line with SVR templates -->
|
|
<bulletActionGroups>
|
|
<bulletActionGroup>
|
|
<bullets>
|
|
<bullet bulletText="*********** SELECT A FOLLOWUP **********" bulletType="title"/>
|
|
</bullets>
|
|
</bulletActionGroup>
|
|
<bulletActionGroup action="CAN" phen="MA" sig="W">
|
|
<bullets>
|
|
<!-- Added Volcano Information. Sites can comment out if they wish. -->
|
|
<bullet bulletText="*********** CAN SELECTED **********" bulletType="title"/>
|
|
<bullet bulletText=" ****EVENT TYPE SECTION****... " bulletType="title"/>
|
|
<bullet bulletName="thunderstorm" bulletText="Thunderstorm" bulletGroup="eventType" parseString="THUNDERSTORM"/>
|
|
<bullet bulletName="shower" bulletText="Shower" bulletGroup="eventType" parseString="SHOWER"/>
|
|
<bullet bulletName="cloud" bulletText="Cloud" bulletGroup="eventType" parseString="CLOUD"/>
|
|
<bullet bulletName="front" bulletText="Front" bulletGroup="eventType" parseString="FRONT"/>
|
|
<bullet bulletName="volcano" bulletText="Volcano" bulletGroup="eventType" parseString="VOLCANO"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText=" *****END OF WARNING STATEMENTS*****..." bulletType="title"/>
|
|
<bullet bulletName="weakenedWarnEnd" bulletText="Weakened Storms" bulletGroup="windThreat"/>
|
|
<bullet bulletName="movedWarnEnd" bulletText="Storms out of area" bulletGroup="windThreat"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText=" ****Volcano Section****...(For Headline) " bulletType="title"/>
|
|
<bullet bulletName="ashfall" bulletText="Ashfall" parseString="ASHFALL"/>
|
|
<bullet bulletName="debrisFlow" bulletText="Lahar/Debris flow" parseString="A TORRENT OF MUD"/>
|
|
</bullets>
|
|
</bulletActionGroup>
|
|
<bulletActionGroup action="EXP" phen="MA" sig="W">
|
|
<bullets>
|
|
<!-- Added Volcano Information. Sites can comment out if they wish. -->
|
|
<bullet bulletText="*********** EXP SELECTED **********" bulletType="title"/>
|
|
<bullet bulletText=" ****EVENT TYPE SECTION****... " bulletType="title"/>
|
|
<bullet bulletName="thunderstorm" bulletText="Thunderstorm" bulletGroup="eventType" parseString="THUNDERSTORM"/>
|
|
<bullet bulletName="shower" bulletText="Shower" bulletGroup="eventType" parseString="SHOWER"/>
|
|
<bullet bulletName="cloud" bulletText="Cloud" bulletGroup="eventType" parseString="CLOUD"/>
|
|
<bullet bulletName="front" bulletText="Front" bulletGroup="eventType" parseString="FRONT"/>
|
|
<bullet bulletName="volcano" bulletText="Volcano" bulletGroup="eventType" parseString="VOLCANO"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText=" *****END OF WARNING STATEMENTS*****..." bulletType="title"/>
|
|
<bullet bulletName="weakenedWarnEnd" bulletText="Weakened Storms" bulletGroup="windThreat"/>
|
|
<bullet bulletName="movedWarnEnd" bulletText="Storms out of area" bulletGroup="windThreat"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText=" ****Volcano Section****...(For Headline) " bulletType="title"/>
|
|
<bullet bulletName="ashfall" bulletText="Ashfall" parseString="ASHFALL"/>
|
|
<bullet bulletName="debrisFlow" bulletText="Lahar/Debris flow" parseString="A TORRENT OF MUD"/>
|
|
</bullets>
|
|
</bulletActionGroup>
|
|
<bulletActionGroup action="CON" phen="MA" sig="W">
|
|
<bullets>
|
|
<!-- Added Volcano Information. Sites can comment out if they wish. -->
|
|
<bullet bulletText=" *****BASIS SECTION*****...(Choose 1) " bulletType="title"/>
|
|
<bullet bulletName="doppler" bulletText="Doppler radar indicated" bulletGroup="warnBasis" parseString="DOPPLER RADAR INDICATED"/>
|
|
<bullet bulletName="marineSpotter" bulletText="Marine weather spotters reported" bulletGroup="warnBasis" parseString="MARINE WEATHER SPOTTERS REPORTED"/>
|
|
<bullet bulletName="mariner" bulletText="Mariner reported" bulletGroup="warnBasis" parseString="A MARINER REPORTED"/>
|
|
<bullet bulletName="public" bulletText="Public reported" bulletGroup="warnBasis" parseString="THE PUBLIC REPORTED"/>
|
|
<bullet bulletName="satellite" bulletText="Satellite imagery indicated" bulletGroup="warnBasis" parseString="SATELLITE IMAGERY INDICATED"/>
|
|
<bullet bulletName="pilot" bulletText="Pilot reported" bulletGroup="warnBasis" parseString="A PILOT REPORTED"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText=" ****EVENT TYPE SECTION****...(Choose 1) " bulletType="title"/>
|
|
<bullet bulletName="thunderstorm" bulletText="Thunderstorm" bulletGroup="eventType" parseString="THUNDERSTORM"/>
|
|
<bullet bulletName="shower" bulletText="Shower" bulletGroup="eventType" parseString="SHOWER"/>
|
|
<bullet bulletName="cloud" bulletText="Cloud" bulletGroup="eventType" parseString="CLOUD"/>
|
|
<bullet bulletName="front" bulletText="Front" bulletGroup="eventType" parseString="FRONT"/>
|
|
<bullet bulletName="volcano" bulletText="Volcano" bulletGroup="eventType" parseString="VOLCANO"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="****THREAT SECTION****..." bulletType="title"/>
|
|
<bullet bulletText=" ****Wind Section****...(Choose 1 if applicable) " bulletType="title"/>
|
|
<bullet bulletName="34ktWind" bulletText="Strong winds 34 knots or greater" bulletGroup="windThreat" parseString="WINDS 34 KNOTS OR GREATER"/>
|
|
<bullet bulletName="40ktWind" bulletText="Strong winds to 40 knots" bulletGroup="windThreat" parseString="WINDS TO 40 KNOTS"/>
|
|
<bullet bulletName="40ktplusWind" bulletText="Strong winds to nearly 50 knots" bulletGroup="windThreat" parseString="WINDS TO NEARLY 50 KNOTS"/>
|
|
<bullet bulletName="50ktWind" bulletText="Dangerous winds in excess of 50 knots" bulletGroup="windThreat" parseString="WINDS IN EXCESS OF 50 KNOTS"/>
|
|
<bullet bulletName="65ktWind" bulletText="Dangerous winds in excess of 65 knots" bulletGroup="windThreat" parseString="WINDS IN EXCESS OF 65 KNOTS"/>
|
|
<bullet bulletText=" ****Hail Section****...(Choose 1 if applicable) " bulletType="title"/>
|
|
<bullet bulletName="smallHail" bulletText="Small Hail" bulletGroup="hailThreat" parseString="SMALL HAIL"/>
|
|
<bullet bulletName="largeHail" bulletText="Large Hail" bulletGroup="hailThreat" parseString="LARGE HAIL"/>
|
|
<bullet bulletName="destructiveHail" bulletText="Large Destructive Hail" bulletGroup="hailThreat" parseString="LARGE DESTRUCTIVE HAIL"/>
|
|
<bullet bulletText=" ****Waterspout Section****...(Choose 1 if applicable) " bulletType="title"/>
|
|
<bullet bulletName="sightedSpout" bulletText="Waterspouts sighted" bulletGroup="wSpout" parseString="PRODUCING WATERSPOUT"/>
|
|
<bullet bulletName="possibleSpout" bulletText="Waterspouts possible" bulletGroup="wSpout" parseString="CAPABLE OF PRODUCING WATERSPOUTS"/>
|
|
<bullet bulletText=" ****Volcano Section****...(Choose if applicable) " bulletType="title"/>
|
|
<bullet bulletName="ashfall" bulletText="Ashfall" parseString="ASHFALL"/>
|
|
<bullet bulletName="debrisFlow" bulletText="Lahar/Debris flow" parseString="A TORRENT OF MUD"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="*********** Optional Pathcast Section **********" bulletType="title"/>
|
|
<bullet bulletName="pathcast" bulletText="Select for pathcast" bulletGroup="pcast" parseString="WILL BE NEAR..."/>
|
|
<bullet bulletName="listoflocations" bulletText="Select for a list of locations" bulletGroup="pcast" parseString=""LOCATIONS","INCLUDE..."" showString="LOCATIONS IMPACTED INCLUDE"/>
|
|
<bullet bulletName="listoflocations" bulletText="Select for a list of locations" bulletGroup="pcast" parseString="WILL REMAIN OVER" showString="WILL REMAIN OVER"/>
|
|
<bullet bulletName="specialEvent" bulletText="Special heads-up for large event/venue" parseString="THOSE ATTENDING"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText=" ****** CALLS TO ACTION (CHOOSE 1 OR MORE) ****** " bulletType="title"/>
|
|
<bullet bulletName="genericCTA" bulletText="As thunderstorms move over the water.." parseString="BOATERS CAN EXPECT GUSTY WINDS"/>
|
|
<bullet bulletName="gustyWindsCTA" bulletText="Mariners can expect gusty winds.." parseString="BOATERS SHOULD SEEK SAFE HARBOR IMMEDIATELY UNTIL"/>
|
|
<bullet bulletName="hailWindsCTA" bulletText="Mariners can expect cta with hail/wind speeds" parseString="MARINERS CAN EXPECT WIND GUSTS "/>
|
|
<bullet bulletName="nonThunderstormCTA" bulletText="Non thunderstorm winds - mariners can expect gusty winds.." parseString="MARINERS CAN EXPECT GUSTY WINDS AND INCREASING WAVES"/>
|
|
<bullet bulletName="waterspoutCTA" bulletText="Thunderstorms can produce waterspouts" parseString="THUNDERSTORMS CAN PRODUCE SUDDEN WATERSPOUTS"/>
|
|
<bullet bulletName="lightningCTA" bulletText="Frequent lightning" parseString="FREQUENT LIGHTNING IS OCCURRING WITH THIS STORM"/>
|
|
<bullet bulletName="reportCTA" bulletText="Report severe wx" parseString="REPORT SEVERE WEATHER TO THE COAST GUARD OR NEAREST LAW ENFORCEMENT AGENCY"/>
|
|
</bullets>
|
|
</bulletActionGroup>
|
|
<bulletActionGroup action="COR" phen="MA" sig="W">
|
|
<bullets>
|
|
<!-- Added Volcano Information. Sites can comment out if they wish. -->
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText=" *****BASIS SECTION*****...(Choose 1) " bulletType="title"/>
|
|
<bullet bulletName="doppler" bulletText="Doppler radar indicated" bulletGroup="warnBasis" parseString="DOPPLER RADAR INDICATED"/>
|
|
<bullet bulletName="marineSpotter" bulletText="Marine weather spotters reported" bulletGroup="warnBasis" parseString="MARINE WEATHER SPOTTERS REPORTED"/>
|
|
<bullet bulletName="mariner" bulletText="Mariner reported" bulletGroup="warnBasis" parseString="A MARINER REPORTED"/>
|
|
<bullet bulletName="public" bulletText="Public reported" bulletGroup="warnBasis" parseString="THE PUBLIC REPORTED"/>
|
|
<bullet bulletName="satellite" bulletText="Satellite imagery indicated" bulletGroup="warnBasis" parseString="SATELLITE IMAGERY INDICATED"/>
|
|
<bullet bulletName="pilot" bulletText="Pilot reported" bulletGroup="warnBasis" parseString="A PILOT REPORTED"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText=" ****EVENT TYPE SECTION****...(Choose 1) " bulletType="title"/>
|
|
<bullet bulletName="thunderstorm" bulletText="Thunderstorm" bulletGroup="eventType" parseString="THUNDERSTORM"/>
|
|
<bullet bulletName="shower" bulletText="Shower" bulletGroup="eventType" parseString="SHOWER"/>
|
|
<bullet bulletName="cloud" bulletText="Cloud" bulletGroup="eventType" parseString="CLOUD"/>
|
|
<bullet bulletName="front" bulletText="Front" bulletGroup="eventType" parseString="FRONT"/>
|
|
<bullet bulletName="volcano" bulletText="Volcano" bulletGroup="eventType" parseString="VOLCANO"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText=" ****THREAT SECTION****..." bulletType="title"/>
|
|
<bullet bulletText=" ****Wind Section****...(Choose 1 if applicable) " bulletType="title"/>
|
|
<bullet bulletName="34ktWind" bulletText="Strong winds 34 knots or greater" bulletGroup="windThreat" parseString="WINDS 34 KNOTS OR GREATER"/>
|
|
<bullet bulletName="40ktWind" bulletText="Strong winds to 40 knots" bulletGroup="windThreat" parseString="WINDS TO 40 KNOTS"/>
|
|
<bullet bulletName="40ktplusWind" bulletText="Strong winds to nearly 50 knots" bulletGroup="windThreat" parseString="WINDS TO NEARLY 50 KNOTS"/>
|
|
<bullet bulletName="50ktWind" bulletText="Dangerous winds in excess of 50 knots" bulletGroup="windThreat" parseString="DANGEROUS WINDS IN EXCESS OF 50 KNOTS"/>
|
|
<bullet bulletName="65ktWind" bulletText="Dangerous winds in excess of 65 knots" bulletGroup="windThreat" parseString="DANGEROUS WINDS IN EXCESS OF 65 KNOTS"/>
|
|
<bullet bulletText=" ****Hail Section****...(Choose 1 if applicable) " bulletType="title"/>
|
|
<bullet bulletName="smallHail" bulletText="Small Hail" bulletGroup="hailThreat" parseString="SMALL HAIL"/>
|
|
<bullet bulletName="largeHail" bulletText="Large Hail" bulletGroup="hailThreat" parseString="LARGE HAIL"/>
|
|
<bullet bulletName="destructiveHail" bulletText="Large Destructive Hail" bulletGroup="hailThreat" parseString="LARGE DESTRUCTIVE HAIL"/>
|
|
<bullet bulletText=" ****Waterspout Section****...(Choose 1 if applicable) " bulletType="title"/>
|
|
<bullet bulletName="sightedSpout" bulletText="Waterspouts sighted" bulletGroup="wSpout" parseString="PRODUCING WATERSPOUT"/>
|
|
<bullet bulletName="possibleSpout" bulletText="Waterspouts possible" bulletGroup="wSpout" parseString="CAPABLE WATERSPOUT"/>
|
|
<bullet bulletText=" ****Volcano Section****...(Choose if applicable) " bulletType="title"/>
|
|
<bullet bulletName="ashfall" bulletText="Ashfall" parseString="ASHFALL"/>
|
|
<bullet bulletName="debrisFlow" bulletText="Lahar/Debris flow" parseString="A TORRENT OF MUD"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="*********** Optional Pathcast Section **********" bulletType="title"/>
|
|
<bullet bulletName="pathcast" bulletText="Select for pathcast" bulletGroup="pcast" parseString="WILL BE NEAR..."/>
|
|
<bullet bulletName="listoflocations" bulletText="Select for a list of locations" bulletGroup="pcast" parseString=""LOCATIONS","INCLUDE..."" showString="LOCATIONS IMPACTED INCLUDE"/>
|
|
<bullet bulletName="listoflocations" bulletText="Select for a list of locations" bulletGroup="pcast" parseString="WILL REMAIN OVER" showString="WILL REMAIN OVER"/>
|
|
<bullet bulletName="specialEvent" bulletText="Special heads-up for large event/venue" parseString="THOSE ATTENDING"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText=" ****** CALLS TO ACTION (CHOOSE 1 OR MORE) ****** " bulletType="title"/>
|
|
<bullet bulletName="genericCTA" bulletText="As thunderstorms move over the water.." parseString="BOATERS CAN EXPECT GUSTY WINDS"/>
|
|
<bullet bulletName="gustyWindsCTA" bulletText="Mariners can expect gusty winds.." parseString="BOATERS SHOULD SEEK SAFE HARBOR IMMEDIATELY UNTIL"/>
|
|
<bullet bulletName="hailWindsCTA" bulletText="Mariners can expect cta with hail/wind speeds" parseString="MARINERS CAN EXPECT WIND GUSTS "/>
|
|
<bullet bulletName="nonThunderstormCTA" bulletText="Non thunderstorm winds - mariners can expect gusty winds.." parseString="MARINERS CAN EXPECT GUSTY WINDS AND INCREASING WAVES"/>
|
|
<bullet bulletName="waterspoutCTA" bulletText="Thunderstorms can produce waterspouts" parseString="THUNDERSTORMS CAN PRODUCE SUDDEN WATERSPOUTS"/>
|
|
<bullet bulletName="lightningCTA" bulletText="Frequent lightning" parseString="FREQUENT LIGHTNING IS OCCURRING WITH THIS STORM"/>
|
|
<bullet bulletName="reportCTA" bulletText="Report severe wx" parseString="REPORT SEVERE WEATHER TO THE COAST GUARD OR NEAREST LAW ENFORCEMENT AGENCY"/>
|
|
</bullets>
|
|
</bulletActionGroup>
|
|
</bulletActionGroups>
|
|
|
|
</warngenConfig>
|