2013-07-18 12:07:22 -04:00
######################################################
## DAM BREAK FFW TEMPLATE ##
## CREATED BY PHIL KURIMSKI - WFO DTX ##
2013-09-30 13:05:31 -04:00
## RECENT VERSION HISTORY:
2013-07-18 12:07:22 -04:00
## VERSION AWIPS II 1.4 - SEP 13 2012 OB12.9.1-12 ##
## to add Flash Flood Emergency Headline ##
## VERSION AWIPS II 1.5 - FEB 08 2013 OB13.2.1-5 ##
## to update CTA statements ##
## VERSION AWIPS II 1.6 - JUN 26 2013 OB13.4.1 ##
## to add "U" Unknown servity ##
2013-09-30 13:05:31 -04:00
## VERSION AWIPS II 1.7 - SEP 17 2013 OB13.5.2-4 ##
## Phil Kurimski - Added FFW Emergency Headline ##
2014-02-04 17:05:12 -05:00
## Gene Petrescu - SEP 20 2013 ##
## added AK modifications ##
## VERSION AWIPS II 1.8 - JAN 18 2014 OB14.2.1 ##
## Mike Rega - added Alaska GP changes ##
## Mike Dangelo 1/24/2014 tweaks to hycTypes to match 10-922
2015-06-08 14:14:55 -05:00
## Phil Kurimski - MAR 24 2015 Mixed Case ##
2015-10-30 12:08:43 +00:00
## Mike Dangelo 10/20/2015 Standard CTAs ##
2013-07-18 12:07:22 -04:00
######################################################
2012-01-06 08:55:05 -06:00
##
2013-09-30 13:05:31 -04:00
#parse("config.vm")
2012-01-06 08:55:05 -06:00
#if(${action} == "EXT")
#set($starttime = "000000T0000Z")
#set($extend = true)
#else
#set($starttime = ${dateUtil.format(${start}, ${timeFormat.ymdthmz})})
#set($extend = false)
#end
2014-02-04 17:05:12 -05:00
#if(${list.contains(${bullets}, "sev3")} || ${list.contains(${bullets}, "ffwEmergency")})
#set($sev = "3")
#elseif(${list.contains(${bullets}, "sev1")})
2012-01-06 08:55:05 -06:00
#set($sev = "1")
2013-07-18 12:07:22 -04:00
#elseif(${list.contains(${bullets}, "sev2")})
2012-01-06 08:55:05 -06:00
#set($sev = "2")
2013-07-18 12:07:22 -04:00
#elseif(${list.contains(${bullets}, "sevUnk")})
#set($sev = "U")
2012-01-06 08:55:05 -06:00
#else
#set($sev = "0")
#end
##
## set reportType2 to a default value in case nothing is selected for site specific
2015-06-08 14:14:55 -05:00
#set($reportType2 = "The failure of")
2012-01-06 08:55:05 -06:00
#####################################################################
## set variables to be used in site specific dam break selections
#####################################################################
#set($addInfo = "")
#set($scenario = "")
#set($ruleofthumb = "")
#set($sitespecCTA = "")
#set($volcanoCTA = "")
2014-02-04 17:05:12 -05:00
### added by GP
#set($glacierCTA = "")
### GP end
2015-10-30 12:08:43 +00:00
#set($emergencyHeadline = "!** EDIT LOCATION(S) **!")
#set($emergencyText = "!** Edit Location(s) **!")
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "levee")})
2012-01-06 08:55:05 -06:00
#set($ic = "DM")
2015-06-08 14:14:55 -05:00
#set($hycType = "A Levee Failure")
2015-10-30 12:08:43 +00:00
#set($reportType1 = "a levee on the !** **! River at !** **! failed causing flash flooding of immediately surrounding areas")
2013-07-18 12:07:22 -04:00
#elseif(${list.contains(${bullets}, "floodgate")})
2012-01-06 08:55:05 -06:00
#set($ic = "DR")
2015-06-08 14:14:55 -05:00
#set($hycType = "A Dam Floodgate Release")
2015-10-30 12:08:43 +00:00
#set($reportType1 = "the floodgates on the !** **! Dam were opened causing flash flooding downstream on the !** **! River")
2013-07-18 12:07:22 -04:00
#elseif(${list.contains(${bullets}, "glacier")})
2012-01-06 08:55:05 -06:00
#set($ic = "GO")
2014-02-04 17:05:12 -05:00
### modified by GP
2015-06-08 14:14:55 -05:00
#set($hycType = "A Glacier-Dammed Lake Outburst")
2014-02-04 17:05:12 -05:00
#set($ctaSelected = "YES")
2015-06-08 14:14:55 -05:00
#set($reportType1 = "a glacier-dammed lake at !** **! is rapidly releasing large quantities of impounded water resulting in flash flooding !** **!")
#set($glacierCTA = "Stay away from impacted waterways. Water levels can rise very rapidly even in dry weather. Very cold glacial melt water increases the risk for hypothermia.")
2014-02-04 17:05:12 -05:00
### GP end
2013-07-18 12:07:22 -04:00
#elseif(${list.contains(${bullets}, "icejam")})
2012-01-06 08:55:05 -06:00
#set($ic = "IJ")
2015-06-08 14:14:55 -05:00
#set($hycType = "An Ice Jam")
2015-10-30 12:08:43 +00:00
#set($reportType1 = "an ice jam on the !** **! River at !** **! broke causing flash flooding downstream")
2013-07-18 12:07:22 -04:00
#elseif(${list.contains(${bullets}, "rain")})
2012-01-06 08:55:05 -06:00
#set($ic = "RS")
2015-10-30 12:08:43 +00:00
#set($hycType = "Rain and Snowmelt")
2015-06-08 14:14:55 -05:00
#set($reportType1 = "rain falling on existing snowpack was generating flash flooding from excessive runoff")
2015-10-30 12:08:43 +00:00
#elseif(${list.contains(${bullets}, "onlyMelt")})
#set($ic = "SM")
#set($hycType = "Extremely Rapid Snowmelt")
#set($ctaSelected = "YES")
#set($reportType1 = "extremely rapid snowmelt was occurring and generating flash flooding")
#set($volcanoCTA = "Head to higher ground immediately. Floods due to extremely rapid snowmelt can occur very quickly and impact areas well away from normal waterway channels.")
2013-07-18 12:07:22 -04:00
#elseif(${list.contains(${bullets}, "volcano")})
2012-01-06 08:55:05 -06:00
#set($ic = "SM")
2014-02-04 17:05:12 -05:00
### modified by GP
2015-06-08 14:14:55 -05:00
#set($hycType = "Extremely Rapid Snowmelt caused by Volcanic Eruption")
2014-02-04 17:05:12 -05:00
#set($ctaSelected = "YES")
2015-06-08 14:14:55 -05:00
#set($reportType1 = "activity of the !** **! volcano was causing rapid snowmelt on its slopes and generating flash flooding")
#set($volcanoCTA = "Persons in the vicinity of !** DRAINAGE **! should head to higher ground immediately. Floods due to volcano induced snowmelt can occur very rapidly and impact areas well away from normal waterway channels.")
2014-02-04 17:05:12 -05:00
### end GP
2013-07-18 12:07:22 -04:00
#elseif(${list.contains(${bullets}, "volcanoLahar")})
2012-01-06 08:55:05 -06:00
#set($ic = "SM")
2014-02-04 17:05:12 -05:00
### modified by GP
2015-06-08 14:14:55 -05:00
#set($hycType = "Volcanic Induced Debris Flow")
2012-01-06 08:55:05 -06:00
#set($ctaSelected = "YES")
2015-06-08 14:14:55 -05:00
#set($reportType1 = "activity of the !** **! volcano was causing rapid melting of snow and ice on the mountain. This will result in a torrent of mud...ash...rock and hot water to flow down the mountain through !** DRAINAGE **! and generate flash flooding")
#set($volcanoCTA = "Persons in the vicinity of !** DRAINAGE **! should head to higher ground immediately. Volcanic debris flows are extremely dangerous. Volcanic debris flows can impact areas well away from normal waterway channels.")
2014-02-04 17:05:12 -05:00
### end GP
2013-07-18 12:07:22 -04:00
#elseif(${list.contains(${bullets}, "dam")})
2012-01-06 08:55:05 -06:00
#set($ic = "DM")
2015-06-08 14:14:55 -05:00
#set($hycType = "A Dam Failure")
2015-10-30 12:08:43 +00:00
#set($reportType1 = "the !** **! Dam failed causing flash flooding downstream on the !** **! River")
#set($addInfo = "!** **! Dam on the !** **! River upstream from !** **! has given way and high waters are now moving toward !** **!. Areas downstream from the dam along the !** **! River should be prepared for flooding. Take necessary precautions immediately")
2013-07-18 12:07:22 -04:00
#elseif(${list.contains(${bullets}, "siteimminent")})
2012-01-06 08:55:05 -06:00
#set($ic = "DM")
2015-06-08 14:14:55 -05:00
#set($hycType = "A Dam Break")
2015-10-30 12:08:43 +00:00
#set($reportType1 = "the imminent failure of !** **! Dam")
2015-06-08 14:14:55 -05:00
#set($reportType2 = "the imminent failure of")
2015-10-30 12:08:43 +00:00
#set($addInfo = "!** **! Dam on the !** **! River upstream from !** **! has given way and high waters are now moving toward !** **!. Areas downstream from the dam along the !** **! River should be prepared for flooding. Take necessary precautions immediately")
2013-07-18 12:07:22 -04:00
#elseif(${list.contains(${bullets}, "sitefailed")})
2012-01-06 08:55:05 -06:00
#set($ic = "DM")
2015-06-08 14:14:55 -05:00
#set($hycType = "A Dam Break")
2015-10-30 12:08:43 +00:00
#set($reportType1 = "the failure of !** **! Dam")
2015-06-08 14:14:55 -05:00
#set($reportType2 = "the failure of")
2015-10-30 12:08:43 +00:00
#set($addInfo = "!** **! Dam on the !** **! River upstream from !** **! has given way and high waters are now moving toward !** **!. Areas downstream from the dam along the !** **! River should be prepared for flooding. Take necessary precautions immediately")
2012-01-06 08:55:05 -06:00
#else
#set($ic = "ER")
2015-06-08 14:14:55 -05:00
#set($hycType = "Excessive Rain")
#set($reportType1 = "excessive rain causing flash flooding was occuring over the warned area")
2012-01-06 08:55:05 -06:00
#end
#########################################################################
## Parse command to include a damInfo.vm file with site specific dam
2013-09-30 13:05:31 -04:00
## information. Sites can include their information in this file.
2012-01-06 08:55:05 -06:00
#########################################################################
2014-02-04 17:05:12 -05:00
#parse ("damInfo.vm")
2012-01-06 08:55:05 -06:00
##
${WMOId} ${vtecOffice} 000000 ${BBBId}
FFW${siteId}
${ugcline}
/${productClass}.${action}.${vtecOffice}.FF.W.${etn}.${starttime}-${dateUtil.format(${expire}, ${timeFormat.ymdthmz}, 15)}/
/00000.${sev}.${ic}.000000T0000Z.000000T0000Z.000000T0000Z.OO/
BULLETIN - EAS ACTIVATION REQUESTED
#if(${productClass}=="T")
2015-06-24 14:42:53 -05:00
TEST...Flash Flood Warning...TEST
2012-01-06 08:55:05 -06:00
#else
2015-06-24 14:42:53 -05:00
Flash Flood Warning
2012-01-06 08:55:05 -06:00
#end
2015-06-24 14:42:53 -05:00
National Weather Service ${officeShort}
2012-01-06 08:55:05 -06:00
#backupText(${backupSite})
2015-06-24 14:42:53 -05:00
${dateUtil.format(${now}, ${timeFormat.header}, ${localtimezone})}
2015-06-08 14:14:55 -05:00
2012-01-06 08:55:05 -06:00
#if(${productClass}=="T")
...THIS MESSAGE IS FOR TEST PURPOSES ONLY...
#end
2013-09-30 13:05:31 -04:00
####################################
## Flash Flood Emergency Headline #
####################################
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "ffwEmergency")} )
2013-09-30 13:05:31 -04:00
...FLASH FLOOD EMERGENCY FOR ${emergencyHeadline}...
2013-07-18 12:07:22 -04:00
#end
2013-09-30 13:05:31 -04:00
2012-01-06 08:55:05 -06:00
#headlineext(${officeLoc}, ${backupSite}, ${extend})
* ##
#if(${productClass}=="T")
THIS IS A TEST MESSAGE. ##
#end
#######################################################################
## Put the hycType variable on the next line and included the word 'IN'
## to come in line with the 10-922 directive
#######################################################################
2015-06-08 14:14:55 -05:00
Flash Flood Warning for...
2014-02-04 17:05:12 -05:00
#### added by GP
#if(${alaska}=="true")
${hycType} ON THE...
2015-06-08 14:14:55 -05:00
!**INSERT RIVER/STREAM OR AREA**! in !**INSERT GEO AREA**!
2014-02-04 17:05:12 -05:00
#elseif(${wrZoneCounty}=="true")
2015-06-08 14:14:55 -05:00
${hycType} in...
2014-02-04 17:05:12 -05:00
#firstBullet(${affectedCounties})
#else
2015-06-08 14:14:55 -05:00
${hycType} in...
2012-01-06 08:55:05 -06:00
#firstBullet(${areas})
2014-02-04 17:05:12 -05:00
#end
### GP end
2012-01-06 08:55:05 -06:00
* ##
#if(${productClass}=="T")
THIS IS A TEST MESSAGE. ##
#end
#secondBullet(${dateUtil},${expire},${timeFormat},${localtimezone},${secondtimezone})
2013-07-18 12:07:22 -04:00
#set($report = "${reportType1}")
#if(${list.contains(${bullets}, "county")})
2015-06-08 14:14:55 -05:00
#set($report = "county dispatch reported ${reportType1}")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "lawEnforcement")})
2015-06-08 14:14:55 -05:00
#set($report = "local law enforcement reported ${reportType1}")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "corps")})
2015-06-08 14:14:55 -05:00
#set($report = "Corps of Engineers reported ${reportType1}")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "damop")})
2015-06-08 14:14:55 -05:00
#set($report = "dam operators reported ${reportType1}")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "bureau")})
2015-06-08 14:14:55 -05:00
#set($report = "Bureau of Reclamation reported ${reportType1}")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "public")})
2015-06-08 14:14:55 -05:00
#set($report = "the public reported ${reportType1}")
2012-01-06 08:55:05 -06:00
#end
2014-02-04 17:05:12 -05:00
### added by GP
#if(${list.contains(${bullets}, "onlyGauge")})
2015-06-08 14:14:55 -05:00
#set($report = "gauges indicated ${reportType1}")
2014-02-04 17:05:12 -05:00
#end
#if(${list.contains(${bullets}, "CAP")})
2015-06-08 14:14:55 -05:00
#set($report = "the Civil Air Patrol reported ${reportType1}")
2014-02-04 17:05:12 -05:00
#end
#if(${list.contains(${bullets}, "alaskaVoc")})
2015-06-08 14:14:55 -05:00
#set($report = "the Alaska Volcano Observatory reported ${reportType1}")
2014-02-04 17:05:12 -05:00
#end
#if(${list.contains(${bullets}, "cascadeVoc")})
2015-06-08 14:14:55 -05:00
#set($report = "the Cascades Volcano Observatory reported ${reportType1}")
2014-02-04 17:05:12 -05:00
#end
### GP end
2012-01-06 08:55:05 -06:00
* ##
#if(${productClass}=="T")
THIS IS A TEST MESSAGE. ##
#end
2015-06-08 14:14:55 -05:00
#thirdBullet(${dateUtil},${event},${timeFormat},${localtimezone},${secondtimezone}), ${report}.
2012-01-06 08:55:05 -06:00
##########################################################################
## Flash Flood Emergency per NWS 10-922 Directive goes with third bullet #
##########################################################################
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "ffwEmergency")})
2015-10-30 12:08:43 +00:00
#wrapText("This is a FLASH FLOOD EMERGENCY for ${emergencyText}. SEEK HIGHER GROUND NOW!" 2 2)
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#set($phenomena = "FLASH FLOOD")
#set($warningType = "WARNING")
2015-10-30 12:08:43 +00:00
2012-01-06 08:55:05 -06:00
##########################################################################
## Optional 4th bullet...comment out if not needed.
##########################################################################
## This first if loop will override the locations impacted statement
## with the site specific information in the 4th bullet.
##########################################################################
2013-07-18 12:07:22 -04:00
#if(${sitespecSelected} == "YES")
2012-01-06 08:55:05 -06:00
* ##
${addInfo}
${scenario}
${ruleofthumb}
##########################################################################
## Continue with the regular 4th bullet information
##########################################################################
2013-07-18 12:07:22 -04:00
#elseif(${list.contains(${bullets}, "pathcast")})
2012-01-06 08:55:05 -06:00
* ##
#if(${productClass}=="T")
THIS IS A TEST MESSAGE. ##
#end
2015-06-08 14:14:55 -05:00
#pathCast("The flood will be near..." "This flooding" ${pathCast} ${otherPoints} ${areas} ${dateUtil} ${timeFormat} 0)
2012-01-06 08:55:05 -06:00
2013-07-18 12:07:22 -04:00
#elseif(${list.contains(${bullets}, "listofcities")})
2012-01-06 08:55:05 -06:00
* ##
#if(${productClass}=="T")
THIS IS A TEST MESSAGE. ##
#end
#### THE THIRD ARGUMENT IS A NUMBER SPECIFYING THE NUMBER OF COLUMNS TO OUTPUT THE CITIES LIST IN
#### 0 IS A ... SEPARATED LIST, 1 IS ONE PER LINE, >1 IS A COLUMN FORMAT
#### IF YOU USE SOMETHING OTHER THAN "LOCATIONS IMPACTED INCLUDE" LEAD IN BELOW, MAKE SURE THE
#### ACCOMPANYING XML FILE PARSE STRING IS CHANGED TO MATCH!
2015-06-08 14:14:55 -05:00
#locationsList("Locations impacted include..." "This flooding" 0 ${cityList} ${otherPoints} ${areas} ${dateUtil} ${timeFormat} 0)
2012-01-06 08:55:05 -06:00
#end
############################ End of Optional 4th Bullet ###########################
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "drainages")})
2012-01-06 08:55:05 -06:00
#drainages(${riverdrainages})
#end
2012-02-22 11:14:43 -06:00
## parse file command here is to pull in mile marker info
## #parse("mileMarkers.vm")
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "floodMoving")})
2015-06-08 14:14:55 -05:00
Flood waters are moving down !**NAME OF CHANNEL**! from !**LOCATION**! to !**LOCATION**!. The flood crest is expected to reach !**LOCATION(S)**! by !**TIME(S)**!.
2012-02-22 11:14:43 -06:00
#end
2012-01-06 08:55:05 -06:00
#####################
## CALL TO ACTIONS ##
#####################
#######################################################################
2013-07-18 12:07:22 -04:00
## Check to see if we've selected any calls to action. In our .xml file
2012-01-06 08:55:05 -06:00
## we ended each CTA bullet ID with "CTA" for this reason as a 'trip'
#######################################################################
2013-07-18 12:07:22 -04:00
#foreach (${bullet} in ${bullets})
#if(${bullet.endsWith("CTA")})
#set($ctaSelected = "YES")
2012-01-06 08:55:05 -06:00
#end
#end
##
2013-07-18 12:07:22 -04:00
#if(${ctaSelected} == "YES")
2012-01-06 08:55:05 -06:00
PRECAUTIONARY/PREPAREDNESS ACTIONS...
#end
##
${sitespecCTA}
${volcanoCTA}
2014-02-04 17:05:12 -05:00
${glacierCTA}
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "ffwEmergencyCTA")} || ${list.contains(${bullets}, "ffwEmergency")})
#if(${list.contains(${bullets}, "ffwEmergency")})
2015-10-30 12:08:43 +00:00
Move to higher ground now. This is an extremely dangerous and life-threatening situation. Do not attempt to travel unless you are fleeing an area subject to flooding or under an evacuation order.
2013-07-18 12:07:22 -04:00
#else
!** YOU SELECTED THE FLASH FLOOD EMERGENCY CTA WITHOUT SELECTING THE FLASH FLOOD EMERGENCY HEADER. PLEASE CLOSE THIS WINDOW AND RE-GENERATE THIS WARNING **!
#end
2015-10-30 12:08:43 +00:00
#end
#if(${list.contains(${bullets}, "TADD_CTA")})
Turn around, don't drown when encountering flooded roads. Most flood deaths occur in vehicles.
2013-07-18 12:07:22 -04:00
#end
#if(${list.contains(${bullets}, "actQuicklyCTA")})
2015-10-30 12:08:43 +00:00
Move to higher ground now. Act quickly to protect your life.
2013-07-18 12:07:22 -04:00
#end
#if(${list.contains(${bullets}, "childSafetyCTA")})
2015-10-30 12:08:43 +00:00
Keep children away from storm drains, culverts, creeks and streams. Water levels can rise rapidly and sweep children away.
2013-07-18 12:07:22 -04:00
#end
#if(${list.contains(${bullets}, "nighttimeCTA")})
2015-06-08 14:14:55 -05:00
Be especially cautious at night when it is harder to recognize the dangers of flooding.
2013-07-18 12:07:22 -04:00
#end
2015-10-30 12:08:43 +00:00
#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.
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "stayAwayCTA")})
2015-06-08 14:14:55 -05:00
Stay away or be swept away. River banks and culverts can become unstable and unsafe.
2012-01-06 08:55:05 -06:00
#end
2015-10-30 12:08:43 +00:00
#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.
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "arroyosCTA")})
2015-06-08 14:14:55 -05:00
Remain alert for flooding even in locations not receiving rain. Arroyos, streams, and rivers can become raging killer currents in a matter of minutes, even from distant rainfall.
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "burnAreasCTA")})
2015-10-30 12:08:43 +00:00
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.
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "reportFloodingCTA")})
2015-10-30 12:08:43 +00:00
Please report flooding to your local law enforcement agency when you can do so safely.
#end
#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.
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${ctaSelected} == "YES")
2012-01-06 08:55:05 -06:00
&&
#end
#if(${productClass}=="T")
THIS IS A TEST MESSAGE. DO NOT TAKE ACTION BASED ON THIS MESSAGE.
#end
#printcoords(${areaPoly}, ${list})
$$
2013-07-18 12:07:22 -04:00
#parse("forecasterName.vm")