diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/arealFloodAdvisory.xml b/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/arealFloodAdvisory.xml
index f982b6bd06..e03b89afd1 100755
--- a/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/arealFloodAdvisory.xml
+++ b/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/arealFloodAdvisory.xml
@@ -17,6 +17,7 @@
to determine what warning they are following up!)
Fixed Gauge reports source selection
Mike Dangelo 10-20-2015 Standard CTAs
+ Evan Bookbinder 12-7-2015 Fixed ambiguity with arroyo CTA and product type parse strings, and added satellite source
-->
@@ -120,7 +121,7 @@ Must be paired with proper vm code (which are commented out in arealFloodAdvisor
-
+
@@ -165,7 +166,7 @@ Must be paired with proper vm code (which are commented out in arealFloodAdvisor
-
+
@@ -178,7 +179,7 @@ Must be paired with proper vm code (which are commented out in arealFloodAdvisor
-
+
@@ -197,6 +198,7 @@ Must be paired with proper vm code (which are commented out in arealFloodAdvisor
+
@@ -223,7 +225,7 @@ Must be paired with proper vm code (which are commented out in arealFloodAdvisor
-
+
@@ -236,7 +238,7 @@ Must be paired with proper vm code (which are commented out in arealFloodAdvisor
-
+
@@ -255,6 +257,7 @@ Must be paired with proper vm code (which are commented out in arealFloodAdvisor
+
@@ -281,7 +284,7 @@ Must be paired with proper vm code (which are commented out in arealFloodAdvisor
-
+
diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/arealFloodAdvisoryFollowup.vm b/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/arealFloodAdvisoryFollowup.vm
index 45a64bf120..63173dfbb5 100755
--- a/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/arealFloodAdvisoryFollowup.vm
+++ b/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/arealFloodAdvisoryFollowup.vm
@@ -14,7 +14,8 @@
## Evan Bookbinder 9-4-2015 Fixed line of storms grammar ##
## Mike Dangelo 10-20-2015 Standard CTAs ##
## Phil Kurimski 10-21-2015 Back to the future day! Insert default end stmt ##
-## Phil/Dave 10-20-2015 Added Canned statement for CAN
+## Phil/Dave 10-20-2015 Added Canned statement for CAN ##
+## Evan Bookbinder 12-7-2015 Added missing satellite source ##
#########################################################################################
#parse("config.vm")
#if(${action} == "EXT")
@@ -151,6 +152,12 @@
#if(${list.contains(${bullets}, "public")} && ${list.contains(${bullets}, "plainRain")})
#set ($report = "the public reported ${cause} in !** LOCATION **! that will cause ${advTypeShort}${report2}")
#end
+#if(${list.contains(${bullets}, "satelliteEstimates")})
+ #set($report = "satellite estimates indicate ${cause} in !** LOCATION **! that will cause ${advTypeShort}${report2}.")
+#end
+#if(${list.contains(${bullets}, "satelliteEstimates")} && ${list.contains(${bullets}, "thunder")})
+ #set($report = "satellite estimates indicate ${cause} from thunderstorms over !** LOCATION **! that will cause ${advTypeShort}${report2}.")
+#end
#### added by GP
#if(${list.contains(${bullets}, "onlyGauge")})
#set ($report = "gauge reports indicated !**EVENT TYPE**!." )
diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/arealFloodAdvisoryFollowup.xml b/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/arealFloodAdvisoryFollowup.xml
index 83c7a08148..17851c01dd 100755
--- a/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/arealFloodAdvisoryFollowup.xml
+++ b/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/arealFloodAdvisoryFollowup.xml
@@ -17,6 +17,7 @@
to determine what warning they are following up!)
Mike Dangelo 10-20-2015 Standard CTAs
Phil/Dave 10-20-2015 Added Canned statement for CAN
+ Evan Bookbinder 12-7-2015 Fixed ambiguity with arroyo CTA and product type parse strings, and added satellite source
-->
@@ -105,7 +106,7 @@ Must be paired with proper vm code (also commented out in arealFloodAdvisoryFoll
-
+
@@ -128,7 +129,7 @@ Must be paired with proper vm code (also commented out in arealFloodAdvisoryFoll
-
+
@@ -151,7 +152,7 @@ Must be paired with proper vm code (also commented out in arealFloodAdvisoryFoll
-
+
@@ -170,6 +171,7 @@ Must be paired with proper vm code (also commented out in arealFloodAdvisoryFoll
+
@@ -196,7 +198,7 @@ Must be paired with proper vm code (also commented out in arealFloodAdvisoryFoll
-
+
@@ -209,7 +211,7 @@ Must be paired with proper vm code (also commented out in arealFloodAdvisoryFoll
-
+
@@ -225,6 +227,7 @@ Must be paired with proper vm code (also commented out in arealFloodAdvisoryFoll
+
@@ -253,7 +256,7 @@ Must be paired with proper vm code (also commented out in arealFloodAdvisoryFoll
-
+
diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/impactSpecialMarineWarningFollowup.xml b/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/impactSpecialMarineWarningFollowup.xml
index 9e12670c7a..3fe5552ecf 100755
--- a/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/impactSpecialMarineWarningFollowup.xml
+++ b/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/impactSpecialMarineWarningFollowup.xml
@@ -6,6 +6,7 @@
Phil Kurimski 09-19-2013 added geospatialConfig.xml
Phil Kurimski 06-26-2014 added DSS Events
Phil Kurimski 02-18-2015 Updated CTA section
+ Evan Bookbinder 12/07/15 Updated CTA to remove ellipses in parseString to match product.
-->
@@ -210,7 +210,7 @@ do not have mobile homes. If you wish to switch defaults or provide a single opt
-
+
diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/nonConvectiveFlashFloodWarningFollowup.vm b/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/nonConvectiveFlashFloodWarningFollowup.vm
index beea4acfe8..5b457ed205 100755
--- a/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/nonConvectiveFlashFloodWarningFollowup.vm
+++ b/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/nonConvectiveFlashFloodWarningFollowup.vm
@@ -1,20 +1,21 @@
-#####################################################
-## DAM BREAK FFW FOLLOW-UP ##
-## CREATED BY PHIL KURIMSKI - WFO DTX ##
-## VERSION AWIPS II 1.0 -- APR 14 2011 OB11.4 ##
-## -- JUL 14 2011 OB11.7 ##
-## -- AUG 18 2011 OB11.0.8-4 ##
-## Evan Bookbinder -- SEP 16 2011 OB11.0.8-8 ##
-## Phil Kurimski -- SEP 23 2011 OB11.0.8-8 ##
-## Mike Rega -- MAY 03 2012 DR 14885 MND ##
-## Phil Kurimski -- FEB 08 2013 CTA stmnts ##
-## Phil Kurimski -- SEP 17 2013 FFW Emerg ##
-## Mike Rega -- JAN 18 2014 14.2.1 ##
-## added Alaska GP changes ##
-## Evan Bookbinder -- Oct 24 2014 Fixed floodSeverity code
-## Phil Kurimski -- Mar 25 2015 Mixed Case ##
-## Mike Dangelo -- 10-21-2015 added SM-only option
-#####################################################
+##################################################################
+## DAM BREAK FFW FOLLOW-UP ##
+## CREATED BY PHIL KURIMSKI - WFO GRB ##
+## VERSION AWIPS II 1.0 -- APR 14 2011 OB11.4 ##
+## -- JUL 14 2011 OB11.7 ##
+## -- AUG 18 2011 OB11.0.8-4 ##
+## Evan Bookbinder -- SEP 16 2011 OB11.0.8-8 ##
+## Phil Kurimski -- SEP 23 2011 OB11.0.8-8 ##
+## Mike Rega -- MAY 03 2012 DR 14885 MND ##
+## Phil Kurimski -- FEB 08 2013 CTA stmnts ##
+## Phil Kurimski -- SEP 17 2013 FFW Emerg ##
+## Mike Rega -- JAN 18 2014 14.2.1 ##
+## added Alaska GP changes ##
+## Evan Bookbinder -- Oct 24 2014 Fixed floodSeverity code ##
+## Phil Kurimski -- Mar 25 2015 Mixed Case ##
+## Mike Dangelo -- 10-21-2015 added SM-only option ##
+## Evan Bookbinder -- 12-7-2015 Baselined CTAs ##
+##################################################################
##
#parse("config.vm")
#set($headline = "")
@@ -366,29 +367,37 @@ Move to higher ground now! This is an extremely dangerous and life-threatening s
!** YOU SELECTED THE FLASH FLOOD EMERGENCY CTA WITHOUT SELECTING THE FLASH FLOOD EMERGENCY HEADER. PLEASE CLOSE THIS WINDOW AND RE-GENERATE THIS WARNING **!
#end
+#end
+#if(${list.contains(${bullets}, "TADD_CTA")})
+Turn around, don't drown when encountering flooded roads. Most flood deaths occur in vehicles.
+
#end
#if(${list.contains(${bullets}, "actQuicklyCTA")})
-Move to higher ground now! Act quickly to protect your life.
+Move to higher ground now. Act quickly to protect your life.
#end
#if(${list.contains(${bullets}, "childSafetyCTA")})
-Keep children away from storm drains, culverts, creeks, and streams. Water levels can rise rapidly and sweep children away.
+Keep children away from storm drains, culverts, creeks and streams. Water levels can rise rapidly and sweep children away.
#end
#if(${list.contains(${bullets}, "nighttimeCTA")})
Be especially cautious at night when it is harder to recognize the dangers of flooding.
#end
-#if(${list.contains(${bullets}, "safetyCTA")})
-Do not enter or cross flowing water or water of unknown depth.
+#if(${list.contains(${bullets}, "urbanCTA")})
+Excessive runoff from heavy rainfall will cause flooding of small creeks and streams, urban areas, highways, streets and underpasses as well as other drainage areas and low lying spots.
+
+#end
+#if(${list.contains(${bullets}, "ruralCTA")})
+Excessive runoff from heavy rainfall will cause flooding of small creeks and streams, country roads, farmland, and other low lying spots.
#end
#if(${list.contains(${bullets}, "stayAwayCTA")})
Stay away or be swept away. River banks and culverts can become unstable and unsafe.
#end
-#if(${list.contains(${bullets}, "turnAroundCTA")})
-If you encounter flooded roads, Turn Around, Don't Drown! Most flood deaths occur in vehicles.
+#if(${list.contains(${bullets}, "lowSpotsCTA")})
+In hilly terrain there are hundreds of low water crossings which are potentially dangerous in heavy rain. Do not attempt to cross flooded roads. Find an alternate route.
#end
#if(${list.contains(${bullets}, "arroyosCTA")})
@@ -396,15 +405,24 @@ Remain alert for flooding even in locations not receiving rain. Arroyos, streams
#end
#if(${list.contains(${bullets}, "burnAreasCTA")})
-Move away from recently burned areas. Life-threatening flooding of creeks, roads, and normally dry arroyos is likely. The heavy rains will likely trigger rockslides...mudslides and debris flows in steep terrain...especially in and around these areas.
+Move away from recently burned areas. Life-threatening flooding of creeks, roads and normally dry arroyos is likely. The heavy rains will likely trigger rockslides, mudslides and debris flows in steep terrain, especially in and around these areas.
+
+#end
+#if(${list.contains(${bullets}, "camperSafetyCTA")})
+Flooding is occurring or is imminent. It is important to know where you are relative to streams, rivers, or creeks which can become killers in heavy rains. Campers and hikers should avoid streams or creeks.
#end
#if(${list.contains(${bullets}, "reportFloodingCTA")})
-Please report to your local law enforcement agency when you can do so safely.
+Please report flooding to your local law enforcement agency when you can do so safely.
#end
-#if(${ctaSelected} == "YES")
+#if(${list.contains(${bullets}, "ffwMeansCTA")})
+A Flash Flood Warning means that flooding is imminent or occurring. If you are in the warned area move to higher ground immediately. Residents living along streams and creeks should take immediate precautions to protect life and property.
+
+#end
+#if(${ctaSelected} == "YES")
&&
+
#end
#end
@@ -626,29 +644,37 @@ Move to higher ground now! This is an extremely dangerous and life-threatening s
!** YOU SELECTED THE FLASH FLOOD EMERGENCY CTA WITHOUT SELECTING THE FLASH FLOOD EMERGENCY HEADER. PLEASE CLOSE THIS WINDOW AND RE-GENERATE THIS WARNING **!
#end
+#end
+#if(${list.contains(${bullets}, "TADD_CTA")})
+Turn around, don't drown when encountering flooded roads. Most flood deaths occur in vehicles.
+
#end
#if(${list.contains(${bullets}, "actQuicklyCTA")})
-Move to higher ground now! Act quickly to protect your life.
+Move to higher ground now. Act quickly to protect your life.
#end
#if(${list.contains(${bullets}, "childSafetyCTA")})
-Keep children away from storm drains, culverts, creeks, and streams. Water levels can rise rapidly and sweep children away.
+Keep children away from storm drains, culverts, creeks and streams. Water levels can rise rapidly and sweep children away.
#end
#if(${list.contains(${bullets}, "nighttimeCTA")})
Be especially cautious at night when it is harder to recognize the dangers of flooding.
#end
-#if(${list.contains(${bullets}, "safetyCTA")})
-Do not enter or cross flowing water or water of unknown depth.
+#if(${list.contains(${bullets}, "urbanCTA")})
+Excessive runoff from heavy rainfall will cause flooding of small creeks and streams, urban areas, highways, streets and underpasses as well as other drainage areas and low lying spots.
+
+#end
+#if(${list.contains(${bullets}, "ruralCTA")})
+Excessive runoff from heavy rainfall will cause flooding of small creeks and streams, country roads, farmland, and other low lying spots.
#end
#if(${list.contains(${bullets}, "stayAwayCTA")})
Stay away or be swept away. River banks and culverts can become unstable and unsafe.
#end
-#if(${list.contains(${bullets}, "turnAroundCTA")})
-If you encounter flooded roads, Turn Around, Don't Drown! Most flood deaths occur in vehicles.
+#if(${list.contains(${bullets}, "lowSpotsCTA")})
+In hilly terrain there are hundreds of low water crossings which are potentially dangerous in heavy rain. Do not attempt to cross flooded roads. Find an alternate route.
#end
#if(${list.contains(${bullets}, "arroyosCTA")})
@@ -656,15 +682,24 @@ Remain alert for flooding even in locations not receiving rain. Arroyos, streams
#end
#if(${list.contains(${bullets}, "burnAreasCTA")})
-Move away from recently burned areas. Life-threatening flooding of creeks, roads, and normally dry arroyos is likely. The heavy rains will likely trigger rockslides...mudslides and debris flows in steep terrain...especially in and around these areas.
+Move away from recently burned areas. Life-threatening flooding of creeks, roads and normally dry arroyos is likely. The heavy rains will likely trigger rockslides, mudslides and debris flows in steep terrain, especially in and around these areas.
+
+#end
+#if(${list.contains(${bullets}, "camperSafetyCTA")})
+Flooding is occurring or is imminent. It is important to know where you are relative to streams, rivers, or creeks which can become killers in heavy rains. Campers and hikers should avoid streams or creeks.
#end
#if(${list.contains(${bullets}, "reportFloodingCTA")})
-Please report to your local law enforcement agency when you can do so safely.
+Please report flooding to your local law enforcement agency when you can do so safely.
#end
-#if(${ctaSelected} == "YES")
+#if(${list.contains(${bullets}, "ffwMeansCTA")})
+A Flash Flood Warning means that flooding is imminent or occurring. If you are in the warned area move to higher ground immediately. Residents living along streams and creeks should take immediate precautions to protect life and property.
+
+#end
+#if(${ctaSelected} == "YES")
&&
+
#end
#elseif(${CORCAN}=="true")
@@ -866,29 +901,37 @@ Move to higher ground now! This is an extremely dangerous and life-threatening s
!** YOU SELECTED THE FLASH FLOOD EMERGENCY CTA WITHOUT SELECTING THE FLASH FLOOD EMERGENCY HEADER. PLEASE CLOSE THIS WINDOW AND RE-GENERATE THIS WARNING **!
#end
+#end
+#if(${list.contains(${bullets}, "TADD_CTA")})
+Turn around, don't drown when encountering flooded roads. Most flood deaths occur in vehicles.
+
#end
#if(${list.contains(${bullets}, "actQuicklyCTA")})
-Move to higher ground now! Act quickly to protect your life.
+Move to higher ground now. Act quickly to protect your life.
#end
#if(${list.contains(${bullets}, "childSafetyCTA")})
-Keep children away from storm drains, culverts, creeks, and streams. Water levels can rise rapidly and sweep children away.
+Keep children away from storm drains, culverts, creeks and streams. Water levels can rise rapidly and sweep children away.
#end
#if(${list.contains(${bullets}, "nighttimeCTA")})
Be especially cautious at night when it is harder to recognize the dangers of flooding.
#end
-#if(${list.contains(${bullets}, "safetyCTA")})
-Do not enter or cross flowing water or water of unknown depth.
+#if(${list.contains(${bullets}, "urbanCTA")})
+Excessive runoff from heavy rainfall will cause flooding of small creeks and streams, urban areas, highways, streets and underpasses as well as other drainage areas and low lying spots.
+
+#end
+#if(${list.contains(${bullets}, "ruralCTA")})
+Excessive runoff from heavy rainfall will cause flooding of small creeks and streams, country roads, farmland, and other low lying spots.
#end
#if(${list.contains(${bullets}, "stayAwayCTA")})
Stay away or be swept away. River banks and culverts can become unstable and unsafe.
#end
-#if(${list.contains(${bullets}, "turnAroundCTA")})
-If you encounter flooded roads, Turn Around, Don't Drown! Most flood deaths occur in vehicles.
+#if(${list.contains(${bullets}, "lowSpotsCTA")})
+In hilly terrain there are hundreds of low water crossings which are potentially dangerous in heavy rain. Do not attempt to cross flooded roads. Find an alternate route.
#end
#if(${list.contains(${bullets}, "arroyosCTA")})
@@ -896,15 +939,24 @@ Remain alert for flooding even in locations not receiving rain. Arroyos, streams
#end
#if(${list.contains(${bullets}, "burnAreasCTA")})
-Move away from recently burned areas. Life-threatening flooding of creeks, roads, and normally dry arroyos is likely. The heavy rains will likely trigger rockslides...mudslides and debris flows in steep terrain...especially in and around these areas.
+Move away from recently burned areas. Life-threatening flooding of creeks, roads and normally dry arroyos is likely. The heavy rains will likely trigger rockslides, mudslides and debris flows in steep terrain, especially in and around these areas.
+
+#end
+#if(${list.contains(${bullets}, "camperSafetyCTA")})
+Flooding is occurring or is imminent. It is important to know where you are relative to streams, rivers, or creeks which can become killers in heavy rains. Campers and hikers should avoid streams or creeks.
#end
#if(${list.contains(${bullets}, "reportFloodingCTA")})
-Please report to your local law enforcement agency when you can do so safely.
+Please report flooding to your local law enforcement agency when you can do so safely.
#end
-#if(${ctaSelected} == "YES")
+#if(${list.contains(${bullets}, "ffwMeansCTA")})
+A Flash Flood Warning means that flooding is imminent or occurring. If you are in the warned area move to higher ground immediately. Residents living along streams and creeks should take immediate precautions to protect life and property.
+
+#end
+#if(${ctaSelected} == "YES")
&&
+
#end
#end
diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/severeWeatherStatement.vm b/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/severeWeatherStatement.vm
index bdb8850f30..007efd706f 100755
--- a/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/severeWeatherStatement.vm
+++ b/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/severeWeatherStatement.vm
@@ -18,6 +18,7 @@
## Mike Dangelo 26 Mar 2015 Mixed Case edits ##
## Evan Bookbinder 9/4/2015 fixed line of storms grammar as well as ##
## softball/grapefruit hail sizes (& MMD 10/20/15) ##
+## Evan Bookbinder 12/7/2015 fixed typo in 'law enforcement' ##
################################################################################
##
###################################################################
@@ -778,7 +779,7 @@ A large and extremely dangerous tornado is on the ground. Take immediate tornado
#end
#if(${list.contains(${bullets}, "lawEnforcementTORCTA")})
-If a tornado or other severe weather is spotted report it to the National Weather Service or your nearest law enforecement agency who will relay your report. This act may save the lives of others in the path of dangerous weather.
+If a tornado or other severe weather is spotted report it to the National Weather Service or your nearest law enforcement agency who will relay your report. This act may save the lives of others in the path of dangerous weather.
#end
#if(${list.contains(${bullets}, "squallCTA")} && ${stormType} == "line")
diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/tornadoWarning.vm b/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/tornadoWarning.vm
index 775482f2d0..c5d718b958 100755
--- a/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/tornadoWarning.vm
+++ b/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/tornadoWarning.vm
@@ -1,6 +1,6 @@
################################################################################
## TORNADO WARNING TEMPLATE ##
-## VERSION AWIPS II ##
+## VERSION AWIPS II ##
## RECENT CHANGES ##
## Mike Dangelo 9-13-2012 minor tweaks to ${variables} ##
## Mike Dangelo 2-4-2013 NWS Mets detected a svr ##
@@ -14,11 +14,12 @@
## SVS parseString, prevented largeTORCTA ##
## if confirmedLarge not selected as type. ##
## Phil Kurimski 6-26-2014 fixed large tornado cta ##
-## Evan Bookbinder 9-5-2014 fixed law enf cta ##
-## MMD/DT/EB 3/26/2015 mixedCase Changes ##
+## Evan Bookbinder 9-5-2014 fixed law enf cta ##
+## MMD/DT/EB 3/26/2015 mixedCase Changes ##
## Evan Bookbinder 6-15-2015 fixed incorrect softball/grapefruit hail ##
## Evan Bookbinder 9-4-2015 cleaned up line-of-storm grammar ##
-###############################################################################
+## Evan Bookbinder 12-07-15 fixed default preAmble var (extra space) ##
+################################################################################
## ESTABLISH SOME INITIAL VARIABLES
#parse("config.vm")
#set($hailSize = 0)
@@ -26,7 +27,7 @@
#set($reportType = "A Tornado was reported")
#set($pathcastLead = "This tornadic storm")
#set($moveLead = " Doppler radar showed this tornado moving")
-#set($preAmble = " TAKE COVER NOW! ")
+#set($preAmble = "TAKE COVER NOW! ")
#if(${stormType} == "line")
#set($reportType = "Tornado producing storms were reported")
#set($pathcastLead = "These tornadic storms")
diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/tornadoWarning.xml b/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/tornadoWarning.xml
index 1f3cc1e1f6..0c9a32a286 100755
--- a/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/tornadoWarning.xml
+++ b/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/tornadoWarning.xml
@@ -13,6 +13,7 @@
Richard Barnhill 10-28-2013 Changed/added torEMER bulletGroup to keep it locked on followups
Mike Dangelo 1-23-2014 Changed parseStrings for default safety rules CTAs and law enf CTA
Evan Bookbinder 9-5-2014 Fixed law enf CTA parse strings to match
+ Evan Bookbinder 12-7-2015 Added TOR EMER CTA back into cta1 bullet group (undid 1/23/2014 change)
-->
@@ -189,7 +190,7 @@ turned on unless the corresponding .vm file is turned on in a given template's .
-
+