461 lines
40 KiB
XML
Executable file
461 lines
40 KiB
XML
Executable file
<!--
|
|
This is an absolute override file, indicating that a higher priority
|
|
version of the file will completely replace a lower priority version
|
|
of the file.
|
|
-->
|
|
<!-- Severe Weather Statement configuration -->
|
|
<!-- MODIFIED BY EVAN BOOKBINDER WFO EAX 3-24-2011 - INITIAL REWRITE
|
|
4-12-2011 - OB11.4 MODIFICATIONS
|
|
9-15-2011 - OB11.8.0-8 NEW XML SYNTAX CHANGES
|
|
Mike Dangelo WFO CTP 9-22-2011 to add in remarks and lines which will allow Zone-based products (Alaska TIM)
|
|
EVAN BOOKBINDER WFO EAX 11-4-2011 removed bulletDefaults that prevented auto selection
|
|
EVAN BOOKBINDER WFO EAX 2-24-2012 corrected parseString errors that prevented auto selection
|
|
Qinglu Lin 04-04-2012 DR 14691. Added <feAreaField> tag.
|
|
Evan Bookbinder 09-11-2012 Added settings for locations shapefile
|
|
Mike Dangelo 2-5-2013 NWS Mets Detected options (commented by default)
|
|
Phil Kurimski 09-19-2013 added geospatialConfig.xml
|
|
Richard Barnhill 10-28-2013 Changed/added torEMER bulletGroup to keep it locked on followups
|
|
Mike Dangelo 1-21-2014 Tweaked parseStrings for default safety rules
|
|
Evan Bookbinder 9-5-2014 Fixed law enf CTA
|
|
-->
|
|
<!--
|
|
Velocity Variables:
|
|
followup: Complete String as displayed in WarnGen Dialog
|
|
EX: CON.KOAX.SV.W.0001 Exp in 25 min
|
|
action: The action of the product
|
|
EX: CON
|
|
officeid: The office the product was issued for
|
|
EX: KOAX
|
|
phen: The product's phenomena
|
|
EX: SV
|
|
sig: The product's significance
|
|
EX: W
|
|
etn: The product's ETN
|
|
EX: 0001
|
|
-->
|
|
<warngenConfig>
|
|
|
|
<!-- 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_COUNTY.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>mi</unitDistance>
|
|
<unitSpeed>mph</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>County Names</map>
|
|
<map>County Warning Areas</map>
|
|
</maps>
|
|
|
|
<!-- Followups: VTEC actions of allowable followups when this template is selected -->
|
|
<followups>
|
|
<followup>COR</followup>
|
|
<followup>CON</followup>
|
|
<followup>CAN</followup>
|
|
<followup>EXP</followup>
|
|
</followups>
|
|
|
|
<!-- Product ID: nnn id of the product -->
|
|
<productId>SVS</productId>
|
|
|
|
<!-- Phensigs: The list of phenomena and significance combinations that this template applies to -->
|
|
<phensigs>
|
|
<phensig>SV.W</phensig>
|
|
<phensig>TO.W</phensig>
|
|
</phensigs>
|
|
|
|
<includedWatches>
|
|
<includedWatch>TO.A</includedWatch>
|
|
<includedWatch>SV.A</includedWatch>
|
|
</includedWatches>
|
|
|
|
<enableRestart>false</enableRestart>
|
|
|
|
<!-- Enable/disables the system to lock text based on various patterns -->
|
|
<autoLockText>true</autoLockText>
|
|
|
|
<!-- durations: the list of possible durations of the svs -->
|
|
<!-- THIS REALLY SERVES NO PURPOSE BUT WILL CRASH WARNGEN IF REMOVED -->
|
|
<defaultDuration>30</defaultDuration>
|
|
<durations>
|
|
<duration>30</duration>
|
|
</durations>
|
|
<lockedGroupsOnFollowup>torEMER</lockedGroupsOnFollowup>
|
|
<bulletActionGroups>
|
|
<bulletActionGroup>
|
|
<bullets>
|
|
<bullet bulletText="Please Select a Warning to" bulletType="title"/>
|
|
<bullet bulletText="Follow-up from the Pull-Down Menu" bulletType="title"/>
|
|
</bullets>
|
|
</bulletActionGroup>
|
|
<bulletActionGroup action="CAN" phen="SV" sig="W">
|
|
<bullets>
|
|
<bullet bulletText="********* CANCELLATION INFO ********" bulletType="title"/>
|
|
<bullet bulletName="weakened" bulletText="Storm Weakened" bulletGroup="canexp1"/>
|
|
<bullet bulletName="movedout" bulletText="Storm moved out of warned area" bulletGroup="canexp1"/>
|
|
<bullet bulletName="wkndandmoved" bulletText="Storm weakened and moved out of warned area" bulletGroup="canexp1"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="******* END OF WARNING REMARKS ********" bulletType="title"/>
|
|
<bullet bulletText="**** (OPTIONAL - CHOOSE 1 OR MORE) ****" bulletType="title"/>
|
|
<bullet bulletName="stillhail" bulletText="Hail still a threat - optional"/>
|
|
<bullet bulletName="stillwind" bulletText="Gusty winds still a threat - optional"/>
|
|
<bullet bulletName="stillrain" bulletText="Heavy rain still a threat - optional"/>
|
|
<bullet bulletName="stillrain" bulletText="Heavy rain still a threat - optional"/>
|
|
<!-- AUTO INCLUSION OF WATCHES FIXED IN 13.4.1
|
|
<bullet bulletName="svrboxactive" bulletGroup="watchbox" bulletText="SVR TSTM WATCH remains in effect"/>
|
|
<bullet bulletName="torboxactive" bulletGroup="watchbox" bulletText="TORNADO WATCH remains in effect"/>
|
|
-->
|
|
<bullet bulletName="reporttolaw" bulletText="Report svr wx to law enforcement agency"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="**** ADDITIONAL WARNING(S) IN THE SAME COUNTY? ****" bulletType="title"/>
|
|
<bullet bulletName="svrwrngactive" bulletText="Severe Warning still in effect"/>
|
|
<bullet bulletName="torwrngactive" bulletText="Tornado Warning still in effect"/>
|
|
</bullets>
|
|
</bulletActionGroup>
|
|
<bulletActionGroup action="EXP" phen="SV" sig="W">
|
|
<bullets>
|
|
<bullet bulletText="********* END OF WARNING INFO ********" bulletType="title"/>
|
|
<bullet bulletName="weakened" bulletText="Storm Weakened" bulletGroup="canexp1"/>
|
|
<bullet bulletName="movedout" bulletText="Storm moved out of warned area" bulletGroup="canexp1"/>
|
|
<bullet bulletName="wkndandmoved" bulletText="Storm weakened and moved out of warned area" bulletGroup="canexp1"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="******* END OF WARNING REMARKS ********" bulletType="title"/>
|
|
<bullet bulletText="**** (OPTIONAL - CHOOSE 1 OR MORE) ****" bulletType="title"/>
|
|
<bullet bulletName="stillhail" bulletText="Hail still a threat - optional"/>
|
|
<bullet bulletName="stillwind" bulletText="Gusty winds still a threat - optional"/>
|
|
<bullet bulletName="stillrain" bulletText="Heavy rain still a threat - optional"/>
|
|
<!-- AUTO INCLUSION OF WATCHES FIXED IN 13.4.1
|
|
<bullet bulletName="svrboxactive" bulletGroup="watchbox" bulletText="SVR TSTM WATCH remains in effect"/>
|
|
<bullet bulletName="torboxactive" bulletGroup="watchbox" bulletText="TORNADO WATCH remains in effect"/>
|
|
-->
|
|
<bullet bulletName="reporttolaw" bulletText="Report svr wx to law enforcement agency"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="**** ADDITIONAL WARNING(S) IN THE SAME COUNTY? ****" bulletType="title"/>
|
|
<bullet bulletName="svrwrngactive" bulletText="Severe Warning still in effect"/>
|
|
<bullet bulletName="torwrngactive" bulletText="Tornado Warning still in effect"/>
|
|
</bullets>
|
|
</bulletActionGroup>
|
|
<bulletActionGroup action="CAN" phen="TO" sig="W">
|
|
<bullets>
|
|
<bullet bulletText="********* CANCELLATION INFO ********" bulletType="title"/>
|
|
<bullet bulletName="weakened" bulletText="Storm Weakened" bulletGroup="canexp1"/>
|
|
<bullet bulletName="movedout" bulletText="Storm moved out of warned area" bulletGroup="canexp1"/>
|
|
<bullet bulletName="wkndandmoved" bulletText="Storm weakened and moved out of warned area" bulletGroup="canexp1"/>
|
|
<bullet bulletName="tordowngrade" bulletText="Tornado Wrng Cancellation - Svr Still in Effect" bulletGroup="canexp1"/>
|
|
<bullet bulletName="torreissue" bulletText="Tornado Wrng Expiring - Will Reissue" bulletGroup="canexp1"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="******* END OF WARNING REMARKS ********" bulletType="title"/>
|
|
<bullet bulletText="**** (OPTIONAL - CHOOSE 1 OR MORE) ****" bulletType="title"/>
|
|
<bullet bulletName="stillhail" bulletText="Hail still a threat - optional"/>
|
|
<bullet bulletName="stillwind" bulletText="Gusty winds still a threat - optional"/>
|
|
<bullet bulletName="stillrain" bulletText="Heavy rain still a threat - optional"/>
|
|
<!-- AUTO INCLUSION OF WATCHES FIXED IN 13.4.1
|
|
<bullet bulletName="svrboxactive" bulletGroup="watchbox" bulletText="SVR TSTM WATCH remains in effect"/>
|
|
<bullet bulletName="torboxactive" bulletGroup="watchbox" bulletText="TORNADO WATCH remains in effect"/>
|
|
-->
|
|
<bullet bulletName="reporttolaw" bulletText="Report svr wx to law enforcement agency"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="**** ADDITIONAL WARNING(S) IN THE SAME COUNTY? ****" bulletType="title"/>
|
|
<bullet bulletName="svrwrngactive" bulletText="Severe Warning still in effect"/>
|
|
<bullet bulletName="torwrngactive" bulletText="Tornado Warning still in effect"/>
|
|
</bullets>
|
|
</bulletActionGroup>
|
|
<bulletActionGroup action="EXP" phen="TO" sig="W">
|
|
<bullets>
|
|
<bullet bulletText="********* END OF WARNING INFO ********" bulletType="title"/>
|
|
<bullet bulletName="weakened" bulletText="Storm Weakened" bulletGroup="canexp1"/>
|
|
<bullet bulletName="movedout" bulletText="Storm moved out of warned area" bulletGroup="canexp1"/>
|
|
<bullet bulletName="wkndandmoved" bulletText="Storm weakened and moved out of warned area" bulletGroup="canexp1"/>
|
|
<bullet bulletName="tordowngrade" bulletText="Tornado Wrng Cancellation - Svr Still in Effect" bulletGroup="canexp1"/>
|
|
<bullet bulletName="torreissue" bulletText="Tornado Wrng Expiring - Will Reissue" bulletGroup="canexp1"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="******* END OF WARNING REMARKS ********" bulletType="title"/>
|
|
<bullet bulletText="**** (OPTIONAL - CHOOSE 1 OR MORE) ****" bulletType="title"/>
|
|
<bullet bulletName="stillhail" bulletText="Hail still a threat - optional"/>
|
|
<bullet bulletName="stillwind" bulletText="Gusty winds still a threat - optional"/>
|
|
<bullet bulletName="stillrain" bulletText="Heavy rain still a threat - optional"/>
|
|
<!-- AUTO INCLUSION OF WATCHES FIXED IN 13.4.1
|
|
<bullet bulletName="svrboxactive" bulletGroup="watchbox" bulletText="SVR TSTM WATCH remains in effect"/>
|
|
<bullet bulletName="torboxactive" bulletGroup="watchbox" bulletText="TORNADO WATCH remains in effect"/>
|
|
-->
|
|
<bullet bulletName="reporttolaw" bulletText="Report svr wx to law enforcement agency"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="**** ADDITIONAL WARNING(S) IN THE SAME COUNTY? ****" bulletType="title"/>
|
|
<bullet bulletName="svrwrngactive" bulletText="Severe Warning still in effect"/>
|
|
<bullet bulletName="torwrngactive" bulletText="Tornado Warning still in effect"/>
|
|
</bullets>
|
|
</bulletActionGroup>
|
|
<!-- FOLLOW UP FOR TORNADO WARNING (CON) BULLETS -->
|
|
<bulletActionGroup action="CON" phen="TO" sig="W">
|
|
<bullets>
|
|
<bullet bulletName="torEmergency" bulletText="** SELECT FOR TORNADO EMERGENCY **" parseString="TORNADO EMERGENCY"/>
|
|
<bullet bulletText="*********** BASIS FOR WARNING (CHOOSE 1) **********" bulletType="title"/>
|
|
<!--
|
|
<bullet bulletName="meteorologistsTOR" bulletText="NWS Meteorologists detected" bulletGroup="radioset1" parseString=""METEOROLOGISTS DETECTED","-SQUALL","-LARGE AND EXTREMELY DANGEROUS""/>
|
|
<bullet bulletName="meteorologistsSquallTOR" bulletText="NWS Meteorologists detected a Squall line w/embedded tornadoes" bulletGroup="radioset1" parseString=""METEOROLOGISTS DETECTED","SQUALL LINE""/>
|
|
<bullet bulletName="meteorologistsLargeTOR" bulletText="NWS Meteorologists detected a Large Tornado" bulletGroup="radioset1" parseString=""METEOROLOGISTS DETECTED","LARGE AND EXTREMELY DANGEROUS""/>
|
|
-->
|
|
<bullet bulletName="dopplerTOR" bulletText="Doppler radar indicated" bulletGroup="radioset1" parseString=""RADAR INDICATED","-SQUALL","-METEOROLOGISTS DETECTED""/>
|
|
<bullet bulletName="dopplerSquallTOR" bulletText="Squall line w/ embedded tornadoes" bulletGroup="radioset1" parseString=""SQUALL LINE","-METEOROLOGISTS DETECTED""/>
|
|
<bullet bulletName="confirmedDopplerTOR" bulletText="Confirmed tornado (WSR-88D was tracking a tornado)" bulletGroup="radioset1" parseString=""DOPPLER RADAR WAS TRACKING A CONFIRMED TORNADO","-METEOROLOGISTS DETECTED""/>
|
|
<bullet bulletName="confirmedLargeTOR" bulletText="Confirmed LARGE TORNADO" bulletGroup="radioset1" parseString=""-METEOROLOGISTS DETECTED","LARGE AND EXTREMELY DANGEROUS TORNADO""/>
|
|
<bullet bulletName="spotterTOR" bulletText="Weather spotters reported a tornado" bulletGroup="radioset1" parseString="TRAINED WEATHER SPOTTERS REPORTED"/>
|
|
<bullet bulletName="lawEnforcementTOR" bulletText="Law enforcement reported a tornado" bulletGroup="radioset1" parseString="LOCAL LAW ENFORCEMENT REPORTED"/>
|
|
<bullet bulletName="emergencyManagementTOR" bulletText="Emergency management reported a tornado" bulletGroup="radioset1" parseString="EMERGENCY MANAGEMENT REPORTED"/>
|
|
<bullet bulletName="publicTOR" bulletText="Public reported a tornado" bulletGroup="radioset1" parseString="THE PUBLIC REPORTED"/>
|
|
<bullet bulletName="spotterFunnelCloud" bulletText="Spotters reported a funnel cloud" bulletGroup="radioset1" parseString="REPORTED A FUNNEL CLOUD"/>
|
|
<!-- HAIL THREATS FOR TESTBED OFFICES UNCOMMENT IF NEEDED -->
|
|
<!--
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="******* SELECT HAIL THREAT (CHOOSE UP TO 1) ******" bulletType="title"/>
|
|
<bullet bulletName="pennyHail" bulletText="Penny size hail (3/4")" bulletGroup="radioset2" parseString="PENNY SIZE"/>
|
|
<bullet bulletName="nickelHail" bulletText="Nickel size hail (7/8")" bulletGroup="radioset2" parseString="NICKEL SIZE"/>
|
|
<bullet bulletName="quarterHail" bulletText="Quarter size hail (1")" bulletGroup="radioset2" parseString="QUARTER SIZE"/>
|
|
<bullet bulletName="halfdollarHail" bulletText="Half Dollar size hail (1 1/4")" bulletGroup="radioset2" parseString="HALF DOLLAR SIZE"/>
|
|
<bullet bulletName="pingpongHail" bulletText="Ping pong size hail (1 1/2")" bulletGroup="radioset2" parseString="PING PONG BALL SIZE"/>
|
|
<bullet bulletName="golfballHail" bulletText="Golf ball size hail (1 3/4")" bulletGroup="radioset2" parseString="GOLF BALL SIZE"/>
|
|
<bullet bulletName="twoinchHail" bulletText="Two Inch hail (2")" bulletGroup="radioset2" parseString="TWO INCH DIAMETER"/>
|
|
<bullet bulletName="tennisBallHail" bulletText="Tennis ball hail (2 1/2")" bulletGroup="radioset2" parseString="TENNIS BALL SIZE"/>
|
|
<bullet bulletName="baseballHail" bulletText="Baseball size hail (2 3/4")" bulletGroup="radioset2" parseString="BASEBALL SIZE"/>
|
|
<bullet bulletName="threeinchHail" bulletText="Three inch hail (3")" bulletGroup="radioset2" parseString="THREE INCH DIAMETER"/>
|
|
<bullet bulletName="grapefruitHail" bulletText="Grapefruit size hail (4")" bulletGroup="radioset2" parseString="GRAPEFRUIT SIZE"/>
|
|
<bullet bulletName="softballHail" bulletText="Softball size hail (4 1/4")" bulletGroup="radioset2" parseString="SOFTBALL SIZE"/>
|
|
-->
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="******** ADDITIONAL REPORTS ********" bulletType="title"/>
|
|
<bullet bulletName="addlTorInfo" bulletText="Select to include additional tornado information..."/>
|
|
<bullet bulletName="addlHailRpt" bulletText="Select to include additional hail report..." bulletGroup="radioset3"/>
|
|
<bullet bulletName="addlWindRpt" bulletText="Select to include additional wind report..." bulletGroup="radioset3"/>
|
|
<bullet bulletName="addlHailWindRpt" bulletText="Select to include additional hail and wind reports..." bulletGroup="radioset3"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="********* LOCATIONS IMPACTED **********" bulletType="title"/>
|
|
<bullet bulletName="pathcast" bulletText="Select for pathcast" bulletGroup="pcast" parseString="WILL BE NEAR..."/>
|
|
<bullet bulletName="listofcities" bulletText="Select for a list of cities" bulletGroup="pcast" parseString=""LOCATIONS","INCLUDE...""/>
|
|
<bullet bulletName="listofcities" bulletText="Select for a list of cities" 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"/>
|
|
<!-- There are two "default" safety rules. The first...which will probably be used by most offices...includes safety rules for mobile homes. The second...which is commented out...is for large urban areas that do not have mobile homes. If you wish to switch defaults or provide both options, remove comment tags as necessary and adjust the bulletDefault="true" as appropriate if both options are allowed -->
|
|
<bullet bulletName="torEmergencyCTA" bulletText="**TOR EMERGENCY CTA**" parseString="TORNADO EMERGENCY"/>
|
|
<bullet bulletName="defaultMobileCTA" bulletText="Default safety rules -- includes mobile homes" parseString="IF YOU ARE IN A MOBILE HOME OR OUTDOORS" bulletGroup="cta1"/>
|
|
<bullet bulletName="defaultUrbanCTA" bulletText="Default safety rules for urban -- no mobile homes" parseString="IF YOU ARE IN A VEHICLE OR OUTDOORS" bulletGroup="cta1"/>
|
|
<bullet bulletName="motoristsCTA" bulletText="Safety rules for motorists" parseString="MOTORISTS SHOULD NOT"/>
|
|
<bullet bulletName="rainWrappedCTA" bulletText="Rain wrapped tornado" parseString="HEAVY RAINFALL MAY OBSCURE THIS TORNADO"/>
|
|
<bullet bulletName="nighttimeCTA" bulletText="Tornadoes at night" parseString="TORNADOES ARE EXTREMELY DIFFICULT TO SEE AND CONFIRM AT NIGHT"/>
|
|
<bullet bulletName="largeTORCTA" bulletText="Large/Violent tornado" parseString="A LARGE AND EXTREMELY DANGEROUS TORNADO IS ON THE GROUND"/>
|
|
<bullet bulletName="lawEnforcementTORCTA" bulletText="Report to NWS or Law Enforcement" parseString="LAW ENFORCEMENT AGENCY"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="**** SPECIAL CASE CALLS TO ACTION *****" bulletType="title"/>
|
|
<bullet bulletName="squallCTA" bulletText="Thunderstorm line tornadoes" parseString="TORNADOES AND WIDESPREAD SIGNIFICANT WIND DAMAGE"/>
|
|
<bullet bulletName="waterCTA" bulletText="Over water - boaters seek shelter" parseString="GET OUT OF THE WATER"/>
|
|
</bullets>
|
|
</bulletActionGroup>
|
|
<!-- FOLLOW UP FOR SVR TSTM WARNING (CON) BULLETS -->
|
|
<bulletActionGroup action="CON" phen="SV" sig="W">
|
|
<bullets>
|
|
<bullet bulletText="*********** BASIS FOR WARNING (CHOOSE 1) **********" bulletType="title"/>
|
|
<!--
|
|
<bullet bulletName="meteorologistsSVR" bulletText="NWS Meteorologists detected" bulletGroup="radioset1" parseString="METEOROLOGISTS"/>
|
|
-->
|
|
<bullet bulletName="dopplerSVR" bulletText="Doppler radar indicated" bulletGroup="radioset1" parseString="DOPPLER RADAR INDICATED"/>
|
|
<bullet bulletName="trainedSpottersSVR" bulletText="Trained spotters reported" bulletGroup="radioset1" parseString="TRAINED WEATHER SPOTTERS REPORTED"/>
|
|
<bullet bulletName="lawEnforcementSVR" bulletText="Law Enforcement reported" bulletGroup="radioset1" parseString="LOCAL LAW ENFORCEMENT REPORTED"/>
|
|
<bullet bulletName="emergencyManagementSVR" bulletText="Emergency management reported" bulletGroup="radioset1" parseString="EMERGENCY MANAGEMENT REPORTED"/>
|
|
<bullet bulletName="publicSVR" bulletText="Public Reported" bulletGroup="radioset1" parseString="THE PUBLIC REPORTED"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="*********** THREAT (CHOOSE 1 each wind/hail) **********" bulletType="title"/>
|
|
<bullet bulletName="60mphWind" bulletText="60 mph wind" bulletGroup="radioset2" parseString="60 MPH"/>
|
|
<bullet bulletName="70mphWind" bulletText="70 mph wind" bulletGroup="radioset2" parseString="70 MPH"/>
|
|
<bullet bulletName="80mphWind" bulletText="80 mph wind" bulletGroup="radioset2" parseString="80 MPH"/>
|
|
<bullet bulletName="90mphWind" bulletText="90 mph wind" bulletGroup="radioset2" parseString="90 MPH"/>
|
|
<bullet bulletName="100mphWind" bulletText="100 mph wind" bulletGroup="radioset2" parseString="100 MPH"/>
|
|
<bullet bulletName="pennyHail" bulletText="Penny size hail (3/4")" bulletGroup="radioset3" parseString="PENNY SIZE"/>
|
|
<bullet bulletName="nickelHail" bulletText="Nickel size hail (7/8")" bulletGroup="radioset3" parseString="NICKEL SIZE"/>
|
|
<bullet bulletName="quarterHail" bulletText="Quarter size hail (1")" bulletGroup="radioset3" parseString="QUARTER SIZE"/>
|
|
<bullet bulletName="halfdollarHail" bulletText="Half dollar size hail (1 1/4")" bulletGroup="radioset3" parseString="HALF DOLLAR SIZE"/>
|
|
<bullet bulletName="pingpongHail" bulletText="Ping pong size hail (1 1/2")" bulletGroup="radioset3" parseString="PING PONG BALL SIZE"/>
|
|
<bullet bulletName="golfballHail" bulletText="Golf ball size hail (1 3/4")" bulletGroup="radioset3" parseString="GOLF BALL SIZE"/>
|
|
<bullet bulletName="twoinchHail" bulletText="Two Inch hail (2")" bulletGroup="radioset3" parseString="TWO INCHES IN DIAMETER"/>
|
|
<bullet bulletName="tennisBallHail" bulletText="Tennis ball hail (2 1/2")" bulletGroup="radioset3" parseString="TENNIS BALL SIZE"/>
|
|
<bullet bulletName="baseballHail" bulletText="Baseball size hail (2 3/4")" bulletGroup="radioset3" parseString="BASEBALL SIZE"/>
|
|
<bullet bulletName="threeinchHail" bulletText="Three inch hail (3")" bulletGroup="radioset3" parseString="THREE INCH DIAMETER"/>
|
|
<bullet bulletName="grapefruitHail" bulletText="Grapefruit size hail (4")" bulletGroup="radioset3" parseString="GRAPEFRUIT SIZE"/>
|
|
<bullet bulletName="softballHail" bulletText="Softball size hail (4 1/4")" bulletGroup="radioset3" parseString="SOFTBALL SIZE"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="******** ADDITIONAL REPORTS ********" bulletType="title"/>
|
|
<bullet bulletName="addlHailRpt" bulletText="Select to include additional hail report..." bulletGroup="radioset4"/>
|
|
<bullet bulletName="addlWindRpt" bulletText="Select to include additional wind report..." bulletGroup="radioset4"/>
|
|
<bullet bulletName="addlHailWindRpt" bulletText="Select to include additional hail and wind reports..." bulletGroup="radioset4"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="********* LOCATIONS IMPACTED **********" bulletType="title"/>
|
|
<bullet bulletName="pathcast" bulletText="Select for pathcast" bulletGroup="pcast" parseString="WILL BE NEAR..."/>
|
|
<bullet bulletName="listofcities" bulletText="Select for a list of cities" bulletGroup="pcast" parseString=""LOCATIONS","INCLUDE...""/>
|
|
<bullet bulletName="listofcities" bulletText="Select for a list of cities" 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="******** CALL TO ACTIONS (CHOOSE 1 OR MORE) *********" bulletType="title"/>
|
|
<bullet bulletName="torWatchRemainsInEffectCTA" bulletText="TOR WATCH IN EFFECT...If a tornado is spotted" parseString="TORNADO WATCH REMAINS IN EFFECT"/>
|
|
<bullet bulletName="genericCTA" bulletText="Generic threat - standard CTA" parseString="SEVERE THUNDERSTORMS PRODUCE"/>
|
|
<bullet bulletName="canProduceTornadoesCTA" bulletText="Svr t-storms can produce tornadoes (no TOR watch)" parseString="SOME WEAK ROTATION"/>
|
|
<bullet bulletName="largeHailCTA" bulletText="Large Hail and Deadly Lightning" parseString="PREPARE IMMEDIATELY FOR LARGE HAIL AND DEADLY"/>
|
|
<bullet bulletName="veryLargeHailCTA" bulletText="Large DESTRUCTIVE Hail" parseString="LARGE DESTRUCTIVE HAIL"/>
|
|
<bullet bulletName="largeHailWindCTA" bulletText="Large Hail and Damaging Wind" parseString="LARGE HAIL AND DAMAGING WINDS"/>
|
|
<bullet bulletName="historyHailCTA" bulletText="History of Large Hail" parseString="HISTORY OF PRODUCING LARGE HAIL"/>
|
|
<bullet bulletName="historyWindCTA" bulletText="History of Wind Damage" parseString="HISTORY OF PRODUCING WIND DAMAGE"/>
|
|
<bullet bulletName="historyWindHailCTA" bulletText="History of Dmgg Winds and Large Hail" parseString="HISTORY OF PRODUCING DESTRUCTIVE WINDS AND LARGE HAIL"/>
|
|
<bullet bulletName="lawEnforcementCTA" bulletText="Report to NWS or Law Enforcement" parseString="LAW ENFORCEMENT AGENCY"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="******** SPECIAL CASE CALLS TO ACTION **********" bulletType="title"/>
|
|
<bullet bulletName="squallLineCTA" bulletText="Thunderstorm lines can produce tornadoes (no TOR watch)" parseString="TORNADOES AND WIDESPREAD SIGNIFICANT WIND DAMAGE"/>
|
|
<bullet bulletName="superCellsCTA" bulletText="Supercells can product all types of svr...includes tornado" parseString="SUPERCELL THUNDERSTORM"/>
|
|
<bullet bulletName="gustFrontOutflowCTA" bulletText="Preceding svr gust front/outflow...no rain/thunder expected" parseString="WILL OCCUR WELL AHEAD"/>
|
|
<bullet bulletName="extremeWindsCTA" bulletText="Extreme damaging winds expected" parseString="TORNADO LIKE WIND SPEEDS"/>
|
|
<bullet bulletName="lightningCTA" bulletText="Lightning in addition to hail/winds" parseString="CONTINUOUS CLOUD TO GROUND LIGHTNING IS OCCURRING"/>
|
|
<bullet bulletName="boatersCTA" bulletText="Over Lake - Boaters seek shelter" parseString="GET OUT OF THE WATER AND MOVE INDOORS"/>
|
|
<bullet bulletName="torrentialRainfallCTA" bulletText="Torrential rainfall" parseString="TORRENTIAL RAINFALL IS ALSO OCCURRING"/>
|
|
</bullets>
|
|
</bulletActionGroup>
|
|
<bulletActionGroup action="COR" phen="TO" sig="W">
|
|
<bullets>
|
|
<bullet bulletName="torEmergency" bulletText="** SELECT FOR TORNADO EMERGENCY **" bulletGroup="torEMER" parseString="TORNADO EMERGENCY"/>
|
|
<bullet bulletText="*********** BASIS FOR WARNING (CHOOSE 1) **********" bulletType="title"/>
|
|
<!--
|
|
<bullet bulletName="meteorologistsTOR" bulletText="NWS Meteorologists detected" bulletGroup="radioset1" parseString=""METEOROLOGISTS DETECTED","-SQUALL","-LARGE AND EXTREMELY DANGEROUS""/>
|
|
<bullet bulletName="meteorologistsSquallTOR" bulletText="NWS Meteorologists detected a Squall line w/embedded tornadoes" bulletGroup="radioset1" parseString=""METEOROLOGISTS DETECTED","SQUALL LINE""/>
|
|
<bullet bulletName="meteorologistsLargeTOR" bulletText="NWS Meteorologists detected a Large Tornado" bulletGroup="radioset1" parseString=""METEOROLOGISTS DETECTED","LARGE AND EXTREMELY DANGEROUS""/>
|
|
-->
|
|
<bullet bulletName="dopplerTOR" bulletText="Doppler radar indicated" bulletGroup="radioset1" parseString=""RADAR INDICATED","-SQUALL","-METEOROLOGISTS DETECTED""/>
|
|
<bullet bulletName="dopplerSquallTOR" bulletText="Squall line w/ embedded tornadoes" bulletGroup="radioset1" parseString=""SQUALL LINE","-METEOROLOGISTS DETECTED""/>
|
|
<bullet bulletName="confirmedDopplerTOR" bulletText="Confirmed tornado (WSR-88D was tracking a tornado)" bulletGroup="radioset1" parseString=""DOPPLER RADAR WAS TRACKING A CONFIRMED TORNADO","-METEOROLOGISTS DETECTED""/>
|
|
<bullet bulletName="confirmedLargeTOR" bulletText="Confirmed LARGE TORNADO" bulletGroup="radioset1" parseString=""LARGE AND EXTREMELY DANGEROUS TORNADO","-METEOROLOGISTS DETECTED""/>
|
|
<bullet bulletName="spotterTOR" bulletText="Weather spotters reported a tornado" bulletGroup="radioset1" parseString="TRAINED WEATHER SPOTTERS REPORTED"/>
|
|
<bullet bulletName="lawEnforcementTOR" bulletText="Law enforcement reported a tornado" bulletGroup="radioset1" parseString="LOCAL LAW ENFORCEMENT REPORTED"/>
|
|
<bullet bulletName="emergencyManagementTOR" bulletText="Emergency management reported a tornado" bulletGroup="radioset1" parseString="EMERGENCY MANAGEMENT REPORTED"/>
|
|
<bullet bulletName="publicTOR" bulletText="Public reported a tornado" bulletGroup="radioset1" parseString="THE PUBLIC REPORTED"/>
|
|
<bullet bulletName="spotterFunnelCloud" bulletText="Spotters reported a funnel cloud" bulletGroup="radioset1" parseString="REPORTED A FUNNEL CLOUD"/>
|
|
<!-- HAIL THREATS FOR TESTBED OFFICES UNCOMMENT IF NEEDED -->
|
|
<!--
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="******* SELECT HAIL THREAT (CHOOSE UP TO 1) ******" bulletType="title"/>
|
|
<bullet bulletName="pennyHail" bulletText="Penny size hail (3/4")" bulletGroup="radioset2" parseString="PENNY SIZE"/>
|
|
<bullet bulletName="nickelHail" bulletText="Nickel size hail (7/8")" bulletGroup="radioset2" parseString="NICKEL SIZE"/>
|
|
<bullet bulletName="quarterHail" bulletText="Quarter size hail (1")" bulletGroup="radioset2" parseString="QUARTER SIZE"/>
|
|
<bullet bulletName="halfdollarHail" bulletText="Half Dollar size hail (1 1/4")" bulletGroup="radioset2" parseString="HALF DOLLAR SIZE"/>
|
|
<bullet bulletName="pingpongHail" bulletText="Ping pong size hail (1 1/2")" bulletGroup="radioset2" parseString="PING PONG BALL SIZE"/>
|
|
<bullet bulletName="golfballHail" bulletText="Golf ball size hail (1 3/4")" bulletGroup="radioset2" parseString="GOLF BALL SIZE"/>
|
|
<bullet bulletName="twoinchHail" bulletText="Two Inch hail (2")" bulletGroup="radioset2" parseString="TWO INCH DIAMETER"/>
|
|
<bullet bulletName="tennisBallHail" bulletText="Tennis ball hail (2 1/2")" bulletGroup="radioset2" parseString="TENNIS BALL SIZE"/>
|
|
<bullet bulletName="baseballHail" bulletText="Baseball size hail (2 3/4")" bulletGroup="radioset2" parseString="BASEBALL SIZE"/>
|
|
<bullet bulletName="threeinchHail" bulletText="Three inch hail (3")" bulletGroup="radioset2" parseString="THREE INCH DIAMETER"/>
|
|
<bullet bulletName="grapefruitHail" bulletText="Grapefruit size hail (4")" bulletGroup="radioset2" parseString="GRAPEFRUIT SIZE"/>
|
|
<bullet bulletName="softballHail" bulletText="Softball size hail (4 1/4")" bulletGroup="radioset2" parseString="SOFTBALL SIZE"/>
|
|
-->
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="******** ADDITIONAL REPORTS ********" bulletType="title"/>
|
|
<bullet bulletName="addlTorInfo" bulletText="Select to include additional tornado information..."/>
|
|
<bullet bulletName="addlHailRpt" bulletText="Select to include additional hail report..." bulletGroup="radioset3"/>
|
|
<bullet bulletName="addlWindRpt" bulletText="Select to include additional wind report..." bulletGroup="radioset3"/>
|
|
<bullet bulletName="addlHailWindRpt" bulletText="Select to include additional hail and wind reports..." bulletGroup="radioset3"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="********* LOCATIONS IMPACTED **********" bulletType="title"/>
|
|
<bullet bulletName="pathcast" bulletText="Select for pathcast" bulletGroup="pcast" parseString="WILL BE NEAR..."/>
|
|
<bullet bulletName="listofcities" bulletText="Select for a list of cities" bulletGroup="pcast" parseString=""LOCATIONS","INCLUDE...""/>
|
|
<bullet bulletName="listofcities" bulletText="Select for a list of cities" 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"/>
|
|
<!-- There are two "default" safety rules. The first...which will probably be used by most offices...includes safety rules for mobile homes. The second...which is commented out...is for large urban areas that do not have mobile homes. If you wish to switch defaults or provide both options, remove comment tags as necessary and adjust the bulletDefault="true" as appropriate if both options are allowed -->
|
|
<bullet bulletName="torEmergencyCTA" bulletText="**TOR EMERGENCY CTA**" parseString="TORNADO EMERGENCY"/>
|
|
<bullet bulletName="defaultMobileCTA" bulletText="Default safety rules -- includes mobile homes" parseString="IF YOU ARE IN A MOBILE HOME OR OUTDOORS" bulletGroup="cta1"/>
|
|
<bullet bulletName="defaultUrbanCTA" bulletText="Default safety rules for urban -- no mobile homes" parseString="IF YOU ARE IN A VEHICLE OR OUTDOORS" bulletGroup="cta1"/>
|
|
<bullet bulletName="motoristsCTA" bulletText="Safety rules for motorists" parseString="MOTORISTS SHOULD NOT"/>
|
|
<bullet bulletName="rainWrappedCTA" bulletText="Rain wrapped tornado" parseString="HEAVY RAINFALL MAY OBSCURE THIS TORNADO"/>
|
|
<bullet bulletName="nighttimeCTA" bulletText="Tornadoes at night" parseString="TORNADOES ARE EXTREMELY DIFFICULT TO SEE AND CONFIRM AT NIGHT"/>
|
|
<bullet bulletName="largeTORCTA" bulletText="Large/Violent tornado" parseString="A LARGE AND EXTREMELY DANGEROUS TORNADO IS ON THE GROUND"/>
|
|
<bullet bulletName="lawEnforcementTORCTA" bulletText="Report to NWS or Law Enforcement" parseString="LAW ENFORCEMENT AGENCY"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="**** SPECIAL CASE CALLS TO ACTION *****" bulletType="title"/>
|
|
<bullet bulletName="squallCTA" bulletText="Thunderstorm line tornadoes" parseString="TORNADOES AND WIDESPREAD SIGNIFICANT WIND DAMAGE"/>
|
|
<bullet bulletName="waterCTA" bulletText="Over water - boaters seek shelter" parseString="GET OUT OF THE WATER"/>
|
|
</bullets>
|
|
</bulletActionGroup>
|
|
<bulletActionGroup action="COR" phen="SV" sig="W">
|
|
<bullets>
|
|
<bullet bulletText="*********** BASIS FOR WARNING (CHOOSE 1) **********" bulletType="title"/>
|
|
<!--
|
|
<bullet bulletName="meteorologistsSVR" bulletText="NWS Meteorologists detected" bulletGroup="radioset1" parseString="METEOROLOGISTS DETECTED"/>
|
|
-->
|
|
<bullet bulletName="dopplerSVR" bulletText="Doppler radar indicated" bulletGroup="radioset1" parseString="DOPPLER RADAR INDICATED"/>
|
|
<bullet bulletName="trainedSpottersSVR" bulletText="Trained spotters reported" bulletGroup="radioset1" parseString="TRAINED WEATHER SPOTTERS REPORTED"/>
|
|
<bullet bulletName="lawEnforcementSVR" bulletText="Law Enforcement reported" bulletGroup="radioset1" parseString="LOCAL LAW ENFORCEMENT REPORTED"/>
|
|
<bullet bulletName="emergencyManagementSVR" bulletText="Emergency Management reported" bulletGroup="radioset1" parseString="EMERGENCY MANAGEMENT REPORTED"/>
|
|
<bullet bulletName="publicSVR" bulletText="Public Reported" bulletGroup="radioset1" parseString="THE PUBLIC REPORTED"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="*********** THREAT (CHOOSE 1 each wind/hail) **********" bulletType="title"/>
|
|
<bullet bulletName="60mphWind" bulletText="60 mph wind" bulletGroup="radioset2" parseString="60 MPH"/>
|
|
<bullet bulletName="70mphWind" bulletText="70 mph wind" bulletGroup="radioset2" parseString="70 MPH"/>
|
|
<bullet bulletName="80mphWind" bulletText="80 mph wind" bulletGroup="radioset2" parseString="80 MPH"/>
|
|
<bullet bulletName="90mphWind" bulletText="90 mph wind" bulletGroup="radioset2" parseString="90 MPH"/>
|
|
<bullet bulletName="100mphWind" bulletText="100 mph wind" bulletGroup="radioset2" parseString="100 MPH"/>
|
|
<bullet bulletName="pennyHail" bulletText="Penny size hail (3/4")" bulletGroup="radioset3" parseString="PENNY SIZE"/>
|
|
<bullet bulletName="nickelHail" bulletText="Nickel size hail (7/8")" bulletGroup="radioset3" parseString="NICKEL SIZE"/>
|
|
<bullet bulletName="quarterHail" bulletText="Quarter size hail (1")" bulletGroup="radioset3" parseString="QUARTER SIZE"/>
|
|
<bullet bulletName="halfdollarHail" bulletText="Half dollar size hail (1 1/4")" bulletGroup="radioset3" parseString="HALF DOLLAR SIZE"/>
|
|
<bullet bulletName="pingpongHail" bulletText="Ping pong size hail (1 1/2")" bulletGroup="radioset3" parseString="PING PONG BALL SIZE"/>
|
|
<bullet bulletName="golfballHail" bulletText="Golf ball size hail (1 3/4")" bulletGroup="radioset3" parseString="GOLF BALL SIZE"/>
|
|
<bullet bulletName="twoinchHail" bulletText="Two Inch hail (2")" bulletGroup="radioset3" parseString="TWO INCH DIAMETER"/>
|
|
<bullet bulletName="tennisBallHail" bulletText="Tennis ball hail (2 1/2")" bulletGroup="radioset3" parseString="TENNIS BALL SIZE"/>
|
|
<bullet bulletName="baseballHail" bulletText="Baseball size hail (2 3/4")" bulletGroup="radioset3" parseString="BASEBALL SIZE"/>
|
|
<bullet bulletName="threeinchHail" bulletText="Three inch hail (3")" bulletGroup="radioset3" parseString="THREE INCH DIAMETER"/>
|
|
<bullet bulletName="grapefruitHail" bulletText="Grapefruit size hail (4")" bulletGroup="radioset3" parseString="GRAPEFRUIT SIZE"/>
|
|
<bullet bulletName="softballHail" bulletText="Softball size hail (4 1/4")" bulletGroup="radioset3" parseString="SOFTBALL SIZE"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="******** ADDITIONAL REPORTS ********" bulletType="title"/>
|
|
<bullet bulletName="addlHailRpt" bulletText="Select to include additional hail report..." bulletGroup="radioset4"/>
|
|
<bullet bulletName="addlWindRpt" bulletText="Select to include additional wind report..." bulletGroup="radioset4"/>
|
|
<bullet bulletName="addlHailWindRpt" bulletText="Select to include additional hail and wind reports..." bulletGroup="radioset4"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="********* LOCATIONS IMPACTED **********" bulletType="title"/>
|
|
<bullet bulletName="pathcast" bulletText="Select for pathcast" bulletGroup="pcast" parseString="WILL BE NEAR..."/>
|
|
<bullet bulletName="listofcities" bulletText="Select for a list of cities" bulletGroup="pcast" parseString=""LOCATIONS","INCLUDE...""/>
|
|
<bullet bulletName="listofcities" bulletText="Select for a list of cities" 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="******** CALL TO ACTIONS (CHOOSE 1 OR MORE) *********" bulletType="title"/>
|
|
<bullet bulletName="torWatchRemainsInEffectCTA" bulletText="TOR WATCH IN EFFECT...If a tornado is spotted" parseString="TORNADO WATCH REMAINS IN EFFECT"/>
|
|
<bullet bulletName="genericCTA" bulletText="Generic threat - standard CTA" parseString="SEVERE THUNDERSTORMS PRODUCT"/>
|
|
<bullet bulletName="canProduceTornadoesCTA" bulletText="Svr t-storms can produce tornadoes (no TOR watch)" parseString="SOME WEAK ROTATION"/>
|
|
<bullet bulletName="largeHailCTA" bulletText="Large Hail and Deadly Lightning" parseString="PREPARE IMMEDIATELY FOR LARGE HAIL AND DEADLY"/>
|
|
<bullet bulletName="veryLargeHailCTA" bulletText="Large DESTRUCTIVE Hail" parseString="LARGE DESTRUCTIVE HAIL"/>
|
|
<bullet bulletName="largeHailWindCTA" bulletText="Large Hail and Damaging Wind" parseString="LARGE HAIL AND DAMAGING WINDS"/>
|
|
<bullet bulletName="historyHailCTA" bulletText="History of Large Hail" parseString="HISTORY OF PRODUCING LARGE HAIL"/>
|
|
<bullet bulletName="historyWindCTA" bulletText="History of Wind Damage" parseString="HISTORY OF PRODUCING WIND DAMAGE"/>
|
|
<bullet bulletName="historyWindHailCTA" bulletText="History of Dmgg Winds and Large Hail" parseString="HISTORY OF PRODUCING DESTRUCTIVE WINDS AND LARGE HAIL"/>
|
|
<bullet bulletName="lawEnforcementCTA" bulletText="Report to NWS or Law Enforcement" parseString="LAW ENFORCEMENT AGENCY"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="******** SPECIAL CASE CALLS TO ACTION **********" bulletType="title"/>
|
|
<bullet bulletName="squallLineCTA" bulletText="Thunderstorm lines can produce tornadoes (no TOR watch)" parseString="TORNADOES AND WIDESPREAD SIGNIFICANT WIND DAMAGE"/>
|
|
<bullet bulletName="superCellsCTA" bulletText="Supercells can product all types of svr...includes tornado" parseString="SUPERCELL THUNDERSTORM"/>
|
|
<bullet bulletName="gustFrontOutflowCTA" bulletText="Preceding svr gust front/outflow...no rain/thunder expected" parseString="WILL OCCUR WELL AHEAD"/>
|
|
<bullet bulletName="extremeWindsCTA" bulletText="Extreme damaging winds expected" parseString="TORNADO LIKE WIND SPEEDS"/>
|
|
<bullet bulletName="lightningCTA" bulletText="Lightning in addition to hail/winds" parseString="CONTINUOUS CLOUD TO GROUND LIGHTNING IS OCCURRING"/>
|
|
<bullet bulletName="boatersCTA" bulletText="Over Lake - Boaters seek shelter" parseString="GET OUT OF THE WATER AND MOVE INDOORS"/>
|
|
<bullet bulletName="torrentialRainfallCTA" bulletText="Torrential rainfall" parseString="TORRENTIAL RAINFALL IS ALSO OCCURRING"/>
|
|
</bullets>
|
|
</bulletActionGroup>
|
|
</bulletActionGroups>
|
|
|
|
</warngenConfig>
|