2012-01-06 08:55:05 -06:00
####################
## FLOOD ADVISORY ##
####################
2013-09-30 13:05:31 -04:00
###################################################################################
## Edited by Phil Kurimski 08-17-2011 for OB11.8.0-4 ##
## Evan Bookbinder 09-16-2011 for OB11.8.0-8 ##
## Mike Dangelo 09-19-2011 at Alaska TIM ##
## Mike Dangelo 01-25-2012 at CRH TIM ##
## Evan Bookbinder 02-24-2012 ##
## Phil Kurimski 02-28-2012 for OB 12.2.1-3 ##
## Evan Bookbinder 04-25-2012 for OB 12.3.1 (MND) ##
## Mike Dangelo 09-13-2012 minor tweaks to ${variables} ##
## Phil Kurimski 09-13-2012 for OB 12.9.1-12 ##
## Phil Kurimski 02-05-2013 for OB13.2.1-3 Added rain so far section ##
## Mike Dangelo 09-18-2013 added code for init pos & pathcasting ##
2014-02-04 17:05:12 -05:00
## Evan Bookbinder 09-18-2013 implemented config.vm ##
2014-03-07 14:53:54 -05:00
## Mike Rega 01-17-2014 added GP Alaska changes 14.2.1 ##
## Mike Dangelo 1/24/2014 made many changes for first bullet to match 10-922 ##
## Mike Rega 02-27-2014 changed hycType IJ to match 10-922 ##
2014-09-19 15:02:23 -04:00
## Phil Kurimski 06-24-2014 altered urbanCTA for more succinct words ##
## and poor drainage wording OB14.2.2-9 ##
## Evan Bookbinder 09-5-2014 added automated guage verbiage ##
2015-06-08 14:14:55 -05:00
## Mike Dangelo 03-26-2015 Mixed Case changes ##
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
##
2015-06-08 14:14:55 -05:00
#set($advType = "Flood Advisory for...")
#set($advTypeShort = "minor flooding")
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "general")})
2015-06-08 14:14:55 -05:00
#set($advType = "Flood Advisory for...")
#set($advTypeShort = "minor flooding")
2013-07-18 12:07:22 -04:00
#elseif(${list.contains(${bullets}, "small")})
2015-06-08 14:14:55 -05:00
#set($advType = "Small Stream Flood Advisory for...")
#set($advTypeShort = "small stream flooding")
2013-07-18 12:07:22 -04:00
#elseif(${list.contains(${bullets}, "uss")})
2015-06-08 14:14:55 -05:00
#set($advType = "Urban and Small Stream Flood Advisory for...")
#set($advTypeShort = "urban and small stream flooding")
2012-01-06 08:55:05 -06:00
#set($extend = false)
2013-07-18 12:07:22 -04:00
#elseif(${list.contains(${bullets}, "arroyo")})
2015-06-08 14:14:55 -05:00
#set($advType = "Arroyo and Small Stream Flood Advisory for...")
#set($advTypeShort = "arroyo and small stream flooding")
2012-01-06 08:55:05 -06:00
#set($extend = false)
2013-07-18 12:07:22 -04:00
#elseif(${list.contains(${bullets}, "hydrologic")})
2015-06-08 14:14:55 -05:00
#set($advType = "Hydrologic Advisory for...")
#set($advTypeShort = "minor flooding")
2012-01-06 08:55:05 -06:00
#set($extend = false)
#end
##
#set($ic = "ER")
#set($hycType = "")
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "ER")})
#set($ic = "ER")
#set($hycType = "")
#elseif(${list.contains(${bullets}, "SM")})
2012-01-06 08:55:05 -06:00
#set($ic = "SM")
2015-06-08 14:14:55 -05:00
#set($hycType = "Snowmelt")
2013-07-18 12:07:22 -04:00
#elseif(${list.contains(${bullets}, "RS")})
2012-01-06 08:55:05 -06:00
#set($ic = "RS")
2015-06-08 14:14:55 -05:00
#set($hycType = "Rain and Snowmelt")
2013-07-18 12:07:22 -04:00
#elseif(${list.contains(${bullets}, "IJ")})
2012-01-06 08:55:05 -06:00
#set($ic = "IJ")
2015-06-08 14:14:55 -05:00
#set($hycType = "An Ice Jam")
2013-07-18 12:07:22 -04:00
#elseif(${list.contains(${bullets}, "IC")})
2012-01-06 08:55:05 -06:00
#set($ic = "IC")
2014-02-04 17:05:12 -05:00
#set($hycType = "")
2013-07-18 12:07:22 -04:00
#elseif(${list.contains(${bullets}, "DR")})
2012-03-27 17:20:30 -05:00
#set($ic = "DR")
2015-06-08 14:14:55 -05:00
#set($hycType = "A Dam Floodgate Release")
2013-07-18 12:07:22 -04:00
#elseif(${list.contains(${bullets}, "GO")})
2012-03-27 17:20:30 -05:00
#set($ic = "GO")
2015-06-08 14:14:55 -05:00
#set($hycType = "A Glacier-Dammed Lake Outburst")
2013-07-18 12:07:22 -04:00
#elseif(${list.contains(${bullets}, "OT")})
2012-03-27 17:20:30 -05:00
#set($ic = "OT")
2015-06-08 14:14:55 -05:00
#set($hycType = "Ground Water Flooding")
2014-02-04 17:05:12 -05:00
#end
#if(${list.contains(${bullets}, "rapidRises")})
2015-06-08 14:14:55 -05:00
#set($advType = "Flood Advisory for Rapid Rises for...")
2014-02-04 17:05:12 -05:00
#if(${list.contains(${bullets}, "small")})
2015-06-08 14:14:55 -05:00
#set($advType = "Small Stream Flood Advisory for Rapid Rises for...")
2014-02-04 17:05:12 -05:00
#end
#if(${list.contains(${bullets}, "uss")})
2015-06-08 14:14:55 -05:00
#set($advType = "Urban and Small Stream Flood Advisory for Rapid Rises for...")
2014-02-04 17:05:12 -05:00
#end
#if(${list.contains(${bullets}, "arroyo")})
2015-06-08 14:14:55 -05:00
#set($advType = "Arroyo and Small Stream Flood Advisory for Rapid Rises for...")
2014-02-04 17:05:12 -05:00
#end
#if(${list.contains(${bullets}, "hydrologic")})
2015-06-08 14:14:55 -05:00
#set($advType = "Hydrologic Advisory for Rapid Rises for...")
2014-02-04 17:05:12 -05:00
#end
2013-07-18 12:07:22 -04:00
#elseif(${list.contains(${bullets}, "poorDrainage")})
2015-06-08 14:14:55 -05:00
#set($advType = "Flood Advisory for Minor Flooding in Poor Drainage Areas for...")
2014-02-04 17:05:12 -05:00
#if(${list.contains(${bullets}, "small")})
2015-06-08 14:14:55 -05:00
#set($advType = "Small Stream Flood Advisory for Poor Drainage Areas for...")
2014-02-04 17:05:12 -05:00
#end
#if(${list.contains(${bullets}, "uss")})
2015-06-08 14:14:55 -05:00
#set($advType = "Urban and Small Stream Flood Advisory for Poor Drainage Areas for...")
2014-02-04 17:05:12 -05:00
#end
#if(${list.contains(${bullets}, "arroyo")})
2015-06-08 14:14:55 -05:00
#set($advType = "Arroyo and Small Stream Flood Advisory for Poor Drainage Areas for...")
2014-02-04 17:05:12 -05:00
#end
#if(${list.contains(${bullets}, "hydrologic")})
2015-06-08 14:14:55 -05:00
#set($advType = "Hydrologic Advisory for Poor Drainage Areas for...")
2014-02-04 17:05:12 -05:00
#end
2012-01-06 08:55:05 -06:00
#end
##
${WMOId} ${vtecOffice} 000000 ${BBBId}
FLS${siteId}
2012-06-08 13:20:42 -05:00
2012-01-06 08:55:05 -06:00
#if(${productClass}=="T")
2015-06-24 14:42:53 -05:00
TEST...Flood Advisory...TEST
2012-01-06 08:55:05 -06:00
#else
2015-06-24 14:42:53 -05:00
Flood Advisory
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
${ugcline}
/${productClass}.${action}.${vtecOffice}.FA.Y.${etn}.${starttime}-${dateUtil.format(${expire}, ${timeFormat.ymdthmz}, 15)}/
/00000.N.${ic}.000000T0000Z.000000T0000Z.000000T0000Z.OO/
#foreach (${area} in ${areas})
2015-06-08 14:14:55 -05:00
#capitalize(${area.name} "ALL")
2013-09-30 13:05:31 -04:00
#if(${includeStateAbbreviation}==true)
${area.stateabbr}##
#end
-##
2012-01-06 08:55:05 -06:00
#end
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
#headlineext(${officeLoc}, ${backupSite}, ${extend})
* ##
#if(${productClass}=="T")
THIS IS A TEST MESSAGE. ##
#end
2014-02-04 17:05:12 -05:00
${advType}
#### modified by GP
#if(${hycType} != "" && ${alaska} != "true")
2015-06-08 14:14:55 -05:00
<L>${hycType} in...</L>
2014-02-04 17:05:12 -05:00
#end
#if(${hycType} != "" && ${alaska} == "true")
<L>${hycType}</L> ##
2012-01-06 08:55:05 -06:00
#end
2014-02-04 17:05:12 -05:00
#if(${alaska}=="true")
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")
#firstBullet(${affectedCounties})
#else
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
2013-07-18 12:07:22 -04:00
#set($report = "!** warning basis **!")
#set($report2 = "")
2015-06-08 14:14:55 -05:00
#set($cause = "heavy rain")
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "SM")})
2015-06-08 14:14:55 -05:00
#set($cause = "snowmelt")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "RS")})
2015-06-08 14:14:55 -05:00
#set($cause = "heavy rain and snowmelt")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "IJ")})
2015-06-08 14:14:55 -05:00
#set($cause = "an ice jam")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "IC")})
2015-06-08 14:14:55 -05:00
#set($cause = "an ice jam and heavy rain")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains($bullets, "DR")})
2015-06-08 14:14:55 -05:00
#set ($cause = "a dam floodgate release")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "rapidRiver")})
2015-06-08 14:14:55 -05:00
#set($report2 = ". Rapid river rises will result in minor flooding")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "poorDrainage")})
2015-06-08 14:14:55 -05:00
#set($report2 = ". Overflowing poor drainage areas will result in minor flooding")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#set($rainAmount = "")
#if(${list.contains(${bullets}, "rain1")} )
2015-06-08 14:14:55 -05:00
#set($rainAmount = "Up to one inch of rain has already fallen.")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "rain2")} )
2015-06-08 14:14:55 -05:00
#set($rainAmount = "Up to two inches of rain have already fallen.")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "rain3")} )
2015-06-08 14:14:55 -05:00
#set($rainAmount = "Up to three inches of rain have already fallen.")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "rainEdit")} )
2015-06-08 14:14:55 -05:00
#set($rainAmount = "!** RAINFALL AMOUNTS **! inches of rain have fallen.")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "doppler")})
2015-06-08 14:14:55 -05:00
#set($report = "Doppler radar indicated ${cause} that will cause ${advTypeShort}${report2} in the advisory area.")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "doppler")} && ${list.contains(${bullets}, "actual")})
2015-06-08 14:14:55 -05:00
#set($report = "Doppler radar indicated ${cause} causing ${advTypeShort}${report2} in the advisory area.")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "doppler")} && ${list.contains(${bullets}, "thunder")})
2015-06-08 14:14:55 -05:00
#set($report = "Doppler radar indicated ${cause} due to thunderstorms. This will cause ${advTypeShort}${report2} in the advisory area.")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "dopplerGauge")})
2015-06-08 14:14:55 -05:00
#set($report = "Doppler radar and automated rain gauges indicated ${cause} which will cause ${advTypeShort}${report2} in the advisory area.")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "dopplerGauge")} && ${list.contains(${bullets}, "actual")})
2015-06-08 14:14:55 -05:00
#set($report = "Doppler radar and automated rain gauges indicated ${cause} causing ${advTypeShort}${report2} in the advisory area.")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "dopplerGauge")} && ${list.contains(${bullets}, "thunder")})
2015-06-08 14:14:55 -05:00
#set($report = "Doppler radar and automated rain gauges indicated ${cause} due to thunderstorms. This will cause ${advTypeShort}${report2} in the advisory area.")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "trainedSpotters")})
2015-06-08 14:14:55 -05:00
#set($report = "trained weather spotters reported ${cause} causing ${advTypeShort} in !** LOCATION **!${report2}.")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "trainedSpotters")} && ${list.contains(${bullets}, "thunder")})
2015-06-08 14:14:55 -05:00
#set($report = "trained weather spotters reported ${cause} in !** LOCATION **! due to thunderstorms. this will cause ${advTypeShort}${report2}.")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "trainedSpotters")} && ${list.contains(${bullets}, "actual")})
2015-06-08 14:14:55 -05:00
#set($report = "trained weather spotters reported ${cause} causing ${advTypeShort} in !** LOCATION **!${report2}.")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "trainedSpotters")} && ${list.contains(${bullets}, "plainRain")})
2015-06-08 14:14:55 -05:00
#set($report = "trained weather spotters reported ${cause} in !** LOCATION **! that will cause ${advTypeShort}${report2}.")
2012-03-27 17:20:30 -05: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 ${cause} causing ${advTypeShort} in !** LOCATION **!${report2}.")
2012-03-27 17:20:30 -05:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "lawEnforcement")} && ${list.contains(${bullets}, "thunder")})
2015-06-08 14:14:55 -05:00
#set($report = "local law enforcement reported ${cause} in !** LOCATION **! due to thunderstorms. This will cause ${advTypeShort}${report2}.")
2012-03-27 17:20:30 -05:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "lawEnforcement")} && ${list.contains(${bullets}, "actual")})
2015-06-08 14:14:55 -05:00
#set($report = "local law enforcement reported ${cause} causing ${advTypeShort} in !** LOCATION **!${report2}.")
2012-03-27 17:20:30 -05:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "lawEnforcement")} && ${list.contains(${bullets}, "plainRain")})
2015-06-08 14:14:55 -05:00
#set($report = "local law enforcement reported ${cause} in !** LOCATION **! that will cause ${advTypeShort}${report2}.")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "emergencyManagement")})
2015-06-08 14:14:55 -05:00
#set($report = "emergency management reported ${cause} causing ${advTypeShort} in !** LOCATION **!${report2}.")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "emergencyManagement")} && ${list.contains(${bullets}, "thunder")})
2015-06-08 14:14:55 -05:00
#set($report = "emergency management reported ${cause} in !** LOCATION **! due to thunderstorms. This will cause ${advTypeShort}${report2}.")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "emergencyManagement")} && ${list.contains(${bullets}, "actual")})
2015-06-08 14:14:55 -05:00
#set($report = "emergency management reported ${cause} causing ${advTypeShort} in !** LOCATION **!${report2}.")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "emergencyManagement")} && ${list.contains(${bullets}, "plainRain")})
2015-06-08 14:14:55 -05:00
#set($report = "emergency management reported ${cause} in !** LOCATION **! that will cause ${advTypeShort}${report2}.")
2013-07-18 12:07:22 -04:00
#end
#if(${list.contains(${bullets}, "public")})
2015-06-08 14:14:55 -05:00
#set($report = "the public reported ${cause} causing ${advTypeShort} in !** LOCATION **!${report2}.")
2013-07-18 12:07:22 -04:00
#end
#if(${list.contains(${bullets}, "public")} && ${list.contains(${bullets}, "thunder")})
2015-06-08 14:14:55 -05:00
#set($report = "the public reported ${cause} in !** LOCATION **! due to thunderstorms. This will cause ${advTypeShort}${report2}.")
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "public")} && ${list.contains(${bullets}, "actual")})
2015-06-08 14:14:55 -05:00
#set($report = "the public reported ${cause} causing ${advTypeShort} in !** LOCATION **!${report2}.")
2013-07-18 12:07:22 -04:00
#end
#if(${list.contains(${bullets}, "public")} && ${list.contains(${bullets}, "plainRain")})
2015-06-08 14:14:55 -05:00
#set($report = "the public reported ${cause} in !** LOCATION **! that will cause ${advTypeShort}${report2}.")
2013-07-18 12:07:22 -04:00
#end
#if(${list.contains(${bullets}, "satelliteEstimates")})
2015-06-08 14:14:55 -05:00
#set($report = "satellite estimates indicate ${cause} in !** LOCATION **! that will cause ${advTypeShort}${report2}.")
2013-07-18 12:07:22 -04:00
#end
#if(${list.contains(${bullets}, "satelliteEstimates")} && ${list.contains(${bullets}, "thunder")})
2015-06-08 14:14:55 -05:00
#set($report = "satellite estimates indicate ${cause} from thunderstorms over !** LOCATION **! that will cause ${advTypeShort}${report2}.")
2013-07-18 12:07:22 -04: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 = "gauge reports indicated !**EVENT TYPE**!." )
2014-02-04 17:05:12 -05:00
#end
### GP end
2012-02-22 11:14:43 -06:00
* ##
#if(${productClass}=="T")
THIS IS A TEST MESSAGE. ##
#end
#secondBullet(${dateUtil},${expire},${timeFormat},${localtimezone},${secondtimezone})
###Leave two blank lines here#########
2013-09-30 13:05:31 -04:00
#################################
######## THIRD BULLET ###########
#################################
2012-01-06 08:55:05 -06:00
* ##
#if(${productClass}=="T")
THIS IS A TEST MESSAGE. ##
#end
2013-09-30 13:05:31 -04:00
############# IF TRACK IS ENABLED AND stormPosition SELECTED ###############################################
#if(${list.contains(${bullets},"stormPosition")})
2013-07-18 12:07:22 -04:00
#thirdBullet(${dateUtil},${event},${timeFormat},${localtimezone},${secondtimezone})
2014-09-19 15:02:23 -04:00
#set($phenom="")
#if(${stormType} == "line" && ${list.contains(${bullets}, "thunder")})
2015-06-08 14:14:55 -05:00
#set($phenom="A line of thunderstorms producing ")
2014-09-19 15:02:23 -04:00
#elseif(${list.contains(${bullets}, "thunder")})
2015-06-08 14:14:55 -05:00
#set($phenom="A thunderstorm producing ")
2013-09-30 13:05:31 -04:00
#end
2015-06-08 14:14:55 -05:00
, ${phenom}heavy rain was located ##
2014-09-19 15:02:23 -04:00
#handleClosestPoints(${list}, ${closestPoints}, ${otherClosestPoints}, ${stormType}, ${nearPhrase} , ${maxLandNearDistance}, ${overPhrase}, ${maxLandOverDistance}, ${landDistanceUnits}, ${useSecondReferenceLine})
2013-09-30 13:05:31 -04:00
#if(${movementSpeed} < ${landStationary} || ${stationary})
2015-06-08 14:14:55 -05:00
, and is stationary. ##
2013-09-30 13:05:31 -04:00
#else
#if(${stormType} == "line")
2015-06-08 14:14:55 -05:00
, and moving ##
2013-09-30 13:05:31 -04:00
#else
2015-06-08 14:14:55 -05:00
, moving ##
2013-09-30 13:05:31 -04:00
#end
2015-06-08 14:14:55 -05:00
#direction(${movementDirectionRounded}) at ${mathUtil.roundTo5(${movementSpeed})} mph. ##
2013-09-30 13:05:31 -04:00
#end
${rainAmount}
#else
###############IF TRACK IS NOT ENABLED OR stormPosition IS NOT SELECTED #######################################
#thirdBullet(${dateUtil},${event},${timeFormat},${localtimezone},${secondtimezone})
2015-06-08 14:14:55 -05:00
, ${report} ${rainAmount}
2013-09-30 13:05:31 -04:00
#end
2012-01-06 08:55:05 -06:00
2013-09-30 13:05:31 -04:00
#############################################################
######## FOURTH BULLET (OPTIONAL IN FLOOD PRODUCTS) #########
#############################################################
############# IF TRACK IS ENABLED AND pathcast AND stormPosition BOTH SELECTED ###############################################
#if(${list.contains(${bullets},"pathcast")} && ${list.contains(${bullets}, "stormPosition")})
2012-01-06 08:55:05 -06:00
* ##
#if(${productClass}=="T")
THIS IS A TEST MESSAGE. ##
#end
2013-09-30 13:05:31 -04:00
#if($movementSpeed < 3 )
2015-06-08 14:14:55 -05:00
#pathCast("Heavy rain will continue over the following locations..." "heavy rain" ${pathCast} ${otherPoints} ${areas} ${dateUtil} ${timeFormat} 0)
2013-09-30 13:05:31 -04:00
#else
2015-06-08 14:14:55 -05:00
#pathCast("Heavy rain will move over the following locations..." "heavy rain" ${pathCast} ${otherPoints} ${areas} ${dateUtil} ${timeFormat} 0)
2013-09-30 13:05:31 -04:00
#end
#end
################
#if(${list.contains(${bullets}, "listofcities")})
* ##
#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("Some locations that will experience flooding include..." "flooding" 0 ${cityList} ${otherPoints} ${areas} ${dateUtil} ${timeFormat} 0)
2013-09-30 13:05:31 -04:00
#end
2012-01-06 08:55:05 -06:00
2013-09-30 13:05:31 -04:00
########################################## END OF FOURTH BULLET ##############################
######################################
###### WHERE ADD INFO GOES ###########
######################################
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "addRainfall")})
2015-06-08 14:14:55 -05:00
Additional rainfall of !** EDIT AMOUNT **! inches is expected over the area. This additional rain will make minor flooding.
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "specificPlace")})
2015-06-08 14:14:55 -05:00
!** ENTER LOCATION **! is the most likely place to experience minor flooding.
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "drainages")})
2012-01-06 08:55:05 -06:00
#drainages(${riverdrainages})
2013-07-18 12:07:22 -04:00
#end
2013-09-30 13:05:31 -04:00
## parse file commands here pull in mile marker and/or point marker info
2012-02-22 11:14:43 -06:00
## #parse("mileMarkers.vm")
2013-09-30 13:05:31 -04:00
## #parse("pointMarkers.vm")
2012-02-22 11:14:43 -06:00
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
#if(${ctaSelected} == "YES")
PRECAUTIONARY/PREPAREDNESS ACTIONS...
#end
##
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "dontdrownCTA")})
2015-06-08 14:14:55 -05:00
Most flood deaths occur in automobiles. Never drive your vehicle into areas where the water covers the roadway. Flood waters are usually deeper than they appear. Just one foot of flowing water is powerful enough to sweep vehicles off the road. When encountering flooded roads make the smart choice, Turn Around, Don't Drown!
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "urbanCTA")})
2015-06-08 14:14:55 -05:00
Excessive runoff from heavy rainfall will cause ponding of water in urban areas, highways, streets and underpasses as well as other poor drainage areas and low lying spots. Do not attempt to travel across flooded roads. Find alternate routes.
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "ruralCTA")})
2015-06-08 14:14:55 -05:00
Excessive runoff from heavy rainfall will cause flooding of small creeks and streams, as well as farm and country roads. Do not attempt to travel across flooded roads. Find alternate routes.
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "donotdriveCTA")})
2015-06-08 14:14:55 -05:00
Do not drive your vehicle into areas where the water covers the roadway. The water depth may be too great to allow your car to cross safely. Move to higher ground.
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "lowspotsCTA")})
2015-06-08 14:14:55 -05:00
In hilly terrain there are hundreds of low water crossings which are potentially dangerous in heavy rain. Do not attempt to travel across flooded roads. Find alternate routes. It takes only a few inches of swiftly flowing water to carry vehicles away.
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "powerCTA")})
2015-06-08 14:14:55 -05:00
Do not underestimate the power of flood waters. Only a few inches of rapidly flowing water can quickly carry away your vehicle.
2012-01-06 08:55:05 -06:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "reportFloodingCTA")})
2015-06-08 14:14:55 -05:00
To report flooding, have the nearest law enforcement agency relay your report to the National Weather Service forecast.
2012-01-06 08:55:05 -06:00
2012-03-27 17:20:30 -05:00
#end
2013-07-18 12:07:22 -04:00
#if(${list.contains(${bullets}, "advisoryMeansCTA")})
2015-06-08 14:14:55 -05:00
A Flood Advisory means river or stream flows are elevated, or ponding of water in urban or other areas is occurring or is imminent. Do not attempt to travel across flooded roads. Find alternate routes. It takes only a few inches of swiftly flowing water to carry vehicles away.
2012-03-27 17:20:30 -05:00
2012-01-06 08:55:05 -06:00
#end
#if(${ctaSelected} == "YES")
&&
#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")