Updated warngen templates for impact based severe/tornado/flash flooding
Originally I had copied in everything from the vlab_20.2.3 branch, but was getting "Generated Warning is null" which I wasn't sure why. I then copied back in the original templates that we were using on edex1, then copied in the following impact based templates: -impactSevereThunderstormWarning* -impactSevereWeatherStatement.* -impactSignificantWeatherAdvisory.* -impactTornadoWarning.* And updated the config.xml file to use these impact based templates. NOTE: I did not include the non-convective flash flood warning because that doesn't work since we don't have the dam information.
This commit is contained in:
parent
851dda01fd
commit
8f3c4ab181
79 changed files with 516 additions and 4814 deletions
|
@ -43,8 +43,6 @@
|
|||
##### Evan Bookbinder 1-30-2017 Added period after 2nd bullet (NWS Directives finally corrected) DR 19345
|
||||
##### Evan Bookbinder 2-03-2017 Backed out obselete commaOrEllipses() macro here and in all templates
|
||||
##### Evan Bookbinder 9-13-2017 Fixed WordWrap macro subsequent line spacing
|
||||
##### Evan Bookbinder 3-19-2018 DR 19650 TOR Watch Phrasing
|
||||
##### Michael Rega 1-30-2019 DR20914 Format error in list of drainage basins
|
||||
##############################################################################################################
|
||||
#*
|
||||
Mile Marker Test Code
|
||||
|
@ -218,14 +216,14 @@ ${item.name}, ##
|
|||
#set($size = ${list.size($riverdrainages)})
|
||||
#if($size > 0)
|
||||
#set($count = 0)
|
||||
This includes the following streams and drainages...
|
||||
This includes the following streams and drainages...##
|
||||
#foreach (${drainage} in ${riverdrainages})
|
||||
${drainage.name}##
|
||||
#set($count = $count + 1)
|
||||
#if($count == $size - 1)
|
||||
and ##
|
||||
#elseif($count < $size)
|
||||
, ##
|
||||
...##
|
||||
#end
|
||||
#end
|
||||
.
|
||||
|
@ -234,13 +232,10 @@ ${drainage.name}##
|
|||
#end
|
||||
########END MACRO
|
||||
|
||||
#macro(inserttorwatches $watches $list $secondtimezone $dateUtil $timeFormat $watchPhrase)
|
||||
#macro(inserttorwatches $watches $list $secondtimezone $dateUtil $timeFormat)
|
||||
#set($tornadoWatches = [])
|
||||
#set($ALSO = "")
|
||||
|
||||
#if(${list.size($watches)} > 0 && ${watchPhrase} == 'GENERIC')
|
||||
A Tornado Watch remains in effect for the warned area.
|
||||
#else
|
||||
#foreach(${watch} in ${watches})
|
||||
#if(${watch.getPhenSig()} == 'TO.A')
|
||||
#set($success = $tornadoWatches.add($watch))
|
||||
|
@ -288,7 +283,6 @@ ${currTime}##
|
|||
.
|
||||
#end
|
||||
#end
|
||||
#end
|
||||
########END MACRO
|
||||
|
||||
#macro(until $endTime $timeFormat $secondtimezone $watch)
|
||||
|
@ -297,13 +291,10 @@ ${currTime}##
|
|||
until #formatTwoTimes($time1, $time2) for ##
|
||||
#end
|
||||
|
||||
#macro(insertsvrwatches $watches $list $secondtimezone $dateUtil $timeFormat $watchPhrase)
|
||||
#macro(insertsvrwatches $watches $list $secondtimezone $dateUtil $timeFormat)
|
||||
#set($svrWatches = [])
|
||||
#set($ALSO = "")
|
||||
|
||||
#if(${list.size($watches)} > 0 && ${watchPhrase} == 'GENERIC')
|
||||
A Severe Thunderstorm Watch remains in effect for the warned area.
|
||||
#else
|
||||
#foreach(${watch} in ${watches})
|
||||
#if(${watch.getPhenSig()} == 'SV.A')
|
||||
#set($success = $svrWatches.add($watch))
|
||||
|
@ -351,7 +342,6 @@ ${currTime}##
|
|||
.
|
||||
#end
|
||||
#end
|
||||
#end
|
||||
########END MACRO
|
||||
|
||||
#macro(formatMarineArea $marineArea)
|
||||
|
@ -1607,7 +1597,7 @@ ${location}##
|
|||
#capitalize(${otherLead}, 'FIRST') will remain over mainly open waters.
|
||||
#else
|
||||
#capitalize(${otherLead}, 'FIRST') will remain over ${noLocPhrase} of ##
|
||||
#headlineLocList(${areas} true true true false 'AS' 'COMMAS')##
|
||||
#headlineLocList(${areas} true true true false)##
|
||||
###NOW SEARCH FOR OTHER POINTS (PRESUMABLY 3s) AND LIST THEM HERE
|
||||
### NEED TO CODE THIS ONCE SECTION IS ADDED
|
||||
#set($numOtherPoints = ${list.size($otherPoints)})
|
||||
|
@ -1842,7 +1832,7 @@ and ${strOutput}
|
|||
#capitalize(${ruralPhrase}, 'FIRSTONLY') will remain over mainly open waters.
|
||||
#else
|
||||
## NO MAJOR POINTS FOUND. LIST RURAL AREAS
|
||||
#capitalize(${ruralPhrase}, 'FIRSTONLY') will remain over ${noLocPhrase} of #headlineLocList(${areas} true true true false 'AS' 'COMMAS')##
|
||||
#capitalize(${ruralPhrase}, 'FIRSTONLY') will remain over ${noLocPhrase} of #headlineLocList(${areas} true true true false)##
|
||||
#set($numMinorPoints = ${list.size($otherLocList)})
|
||||
#if(${numMinorPoints} == 1)
|
||||
, which includes ##
|
||||
|
@ -1883,4 +1873,4 @@ ${time1}##
|
|||
#if($time2 && $time1 != $time2)
|
||||
/${time2}/##
|
||||
#end
|
||||
#end
|
||||
#end
|
|
@ -10,7 +10,6 @@
|
|||
## Evan Bookbinder 1-30-2017 Modified example below to work with static ##
|
||||
## polygon examples in XML file; DCS20237 ##
|
||||
## Ron Anderson 10-05-2017 Updates to AWW templates to generate correct PIL ##
|
||||
## Mike Dangelo 03-19-2018 Changes for TO.A/SV.A inclusion DR 19650 ##
|
||||
####################################################################################
|
||||
## This is an absolute override file, indicating that a higher priority ##
|
||||
## version of the file will completely replace a lower priority version ##
|
||||
|
@ -42,10 +41,6 @@
|
|||
#set ($site = "Another Airport /ANT/.")
|
||||
#set ($awwId = "ANT")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "TST")})
|
||||
#set ($site = "Test Airport /TST/.")
|
||||
#set ($awwId = "TST")
|
||||
#end
|
||||
|
||||
${WMOId} ${vtecOffice} 000000 ${BBBId}
|
||||
${productId}${awwId}
|
||||
|
@ -65,7 +60,7 @@ ${dateUtil.format(${now}, ${timeFormat.header}, ${localtimezone})}
|
|||
...THIS MESSAGE IS FOR TEST PURPOSES ONLY...
|
||||
#end
|
||||
|
||||
#######################################################
|
||||
######################################################
|
||||
###### Storm current location description ##########
|
||||
######################################################
|
||||
...AIRPORT WEATHER WARNING${cancel}...
|
||||
|
@ -118,16 +113,16 @@ The onset of accumulating sleet or snow.
|
|||
## If sites do not want watches in their AWW product comment out the
|
||||
## section below
|
||||
#######################################################################
|
||||
#if(${list.contains(${includedWatches}, "TO.A")})
|
||||
#inserttorwatches(${watches}, ${list}, ${secondtimezone}, ${dateUtil}, ${timeFormat}, ${watchPhrase})
|
||||
#if(${list.contains(${includedWatches}, "TO.A")} && ${list.contains(${bullets}, "includeTorWatches")})
|
||||
#inserttorwatches(${watches}, ${list}, ${secondtimezone}, ${dateUtil}, ${timeFormat})
|
||||
|
||||
#end
|
||||
#if(${list.contains(${includedWatches}, "SV.A")})
|
||||
#insertsvrwatches(${watches}, ${list}, ${secondtimezone}, ${dateUtil}, ${timeFormat}, ${watchPhrase})
|
||||
#if(${list.contains(${includedWatches}, "SV.A")} && ${list.contains(${bullets}, "includeSvrWatches")})
|
||||
#insertsvrwatches(${watches}, ${list}, ${secondtimezone}, ${dateUtil}, ${timeFormat})
|
||||
|
||||
#end
|
||||
|
||||
#printcoords(${areaPoly}, ${list})
|
||||
## #printcoords(${areaPoly}, ${list})
|
||||
|
||||
$$
|
||||
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
Phil Kurimski 09-19-2013 added geospatialConfig.xml - used ZONE as default
|
||||
Bookbinder 01-30-2017 Pulled dam; DCS20237
|
||||
R.Anderson 10-05-2017 Updates to AWW templates to generate correct PIL, DCS19361
|
||||
Mike Dangelo 03-19-2018 Added third preset-area for testing TO.A & SV.A inclusion, DR 19650
|
||||
-->
|
||||
<warngenConfig>
|
||||
|
||||
|
@ -84,13 +83,13 @@ turned on unless the corresponding .vm file is turned on in a given template's .
|
|||
</durations>
|
||||
|
||||
<!-- Enables/disables the 'Dam Break Threat Area' button -->
|
||||
<enableDamBreakThreat>true</enableDamBreakThreat>
|
||||
<enablePresetThreat>true</enablePresetThreat>
|
||||
|
||||
|
||||
<!-- TO ENABLE A PRE-SET POLYGON FOR YOUR AIRPORT, THE FOLLOWING MUST OCCUR
|
||||
1.) enableDamBreakThreat attribute above must be included and set to true
|
||||
2.) Airports must be contained in a damInfoBullets section, with each
|
||||
airport set within an damInfoBullet group.
|
||||
1.) enablePresetThreat attribute above must be included and set to true
|
||||
2.) Airports must be contained in a presetInfoBullets section, with each
|
||||
airport set within an presetInfoBullet group.
|
||||
3.) The radio button bulletGroup attribute must be set to "dam".
|
||||
4.) coords= section must appear exactly as the polygon would appear in WarnGen text
|
||||
|
||||
|
@ -105,18 +104,15 @@ to get this button label changed.
|
|||
|
||||
<bulletActionGroups>
|
||||
<bulletActionGroup action="NEW">
|
||||
<damInfoBullets>
|
||||
<damInfoBullet bulletText="*****Choose Airport*****...(Choose 1) " bulletType="title"/>
|
||||
<damInfoBullet bulletName="SUM" bulletText="Some Airport (SUM)" bulletGroup="dam" coords="LAT...LON 2982 9279 2984 9303 2997 9300 2999 9278"/>
|
||||
<damInfoBullet bulletName="ANT" bulletText="Another Airport (ANT)" bulletGroup="dam" coords="LAT...LON 3057 9329 3058 9346 3069 9345 3070 9329"/>
|
||||
<damInfoBullet bulletName="TST" bulletText="Test Airport (TST)" bulletGroup="dam" coords="LAT...LON 2981 9225 3009 9244 3022 9183 2999 9166"/>"
|
||||
<presetInfoBullets>
|
||||
<presetInfoBullet bulletText="*****Choose Airport*****...(Choose 1) " bulletType="title"/>
|
||||
<presetInfoBullet bulletName="SUM" bulletText="Some Airport (SUM)" bulletGroup="dam" coords="LAT...LON 2982 9279 2984 9303 2997 9300 2999 9278"/>
|
||||
<presetInfoBullet bulletName="ANT" bulletText="Another Airport (ANT)" bulletGroup="dam" coords="LAT...LON 3057 9329 3058 9346 3069 9345 3070 9329"/>
|
||||
<!-- You can add additional airports using the same format above -->
|
||||
</damInfoBullets>
|
||||
</presetInfoBullets>
|
||||
<bullets>
|
||||
<bullet bulletText="SELECT AN AIRPORT (LIST AT BOTTOM)" bulletType="title"/>
|
||||
<bullet bulletText=" THEN CLICK" bulletType="title"/>
|
||||
<bullet bulletText="DAM BREAK THREAT AREA" bulletType="title"/>
|
||||
<bullet bulletText=" BUTTON ON WARNGEN" bulletType="title"/>
|
||||
<bullet bulletText="SELECT AIRPORT AT BOTTOM AND THEN CLICK" bulletType="title"/>
|
||||
<bullet bulletText="DAM THREAT AREA BUTTON IN WARNGEN" bulletType="title"/>
|
||||
<bullet bulletText=" ****Choose Specific Threats****" bulletType="title"/>
|
||||
<bullet bulletName="wind" bulletText="Convective Wind Gusts"/>
|
||||
<bullet bulletName="lightning" bulletText="Cloud to ground lightning"/>
|
||||
|
@ -129,13 +125,12 @@ to get this button label changed.
|
|||
</bullets>
|
||||
</bulletActionGroup>
|
||||
<bulletActionGroup action="COR">
|
||||
<damInfoBullets>
|
||||
<damInfoBullet bulletText="*****Choose Airport*****...(Choose 1) " bulletType="title"/>
|
||||
<damInfoBullet bulletName="SUM" bulletText="Some Airport (SUM)" bulletGroup="dam" coords="LAT...LON 2982 9279 2984 9303 2997 9300 2999 9278"/>
|
||||
<damInfoBullet bulletName="ANT" bulletText="Another Airport (ANT)" bulletGroup="dam" coords="LAT...LON 3057 9329 3058 9346 3069 9345 3070 9329"/>
|
||||
<damInfoBullet bulletName="TST" bulletText="Test Airport (TST)" bulletGroup="dam" coords="LAT...LON 2981 9225 3009 9244 3022 9183 2999 9166"/>"
|
||||
<presetInfoBullets>
|
||||
<presetInfoBullet bulletText="*****Choose Airport*****...(Choose 1) " bulletType="title"/>
|
||||
<presetInfoBullet bulletName="SUM" bulletText="Some Airport (SUM)" bulletGroup="dam" coords="LAT...LON 2982 9279 2984 9303 2997 9300 2999 9278"/>
|
||||
<presetInfoBullet bulletName="ANT" bulletText="Another Airport (ANT)" bulletGroup="dam" coords="LAT...LON 3057 9329 3058 9346 3069 9345 3070 9329"/>
|
||||
<!-- You can add additional airports using the same format above -->
|
||||
</damInfoBullets>
|
||||
</presetInfoBullets>
|
||||
<bullets>
|
||||
<!-- You can add additional airports using the same format above -->
|
||||
<bullet bulletText="****Choose Specific Threats****" bulletType="title"/>
|
||||
|
|
32
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/arealFloodAdvisory.xml
Executable file → Normal file
32
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/arealFloodAdvisory.xml
Executable file → Normal file
|
@ -46,17 +46,17 @@ turned on unless the corresponding .vm file is turned on in a given template's .
|
|||
<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. -->
|
||||
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>
|
||||
<!-- <map>FFMP Small Stream Basin Links</map> -->
|
||||
<!-- <map>Major Rivers</map> -->
|
||||
<!-- <map>FFMP Small Stream Basin Links</map> -->
|
||||
<!-- <map>Major Rivers</map> -->
|
||||
</maps>
|
||||
|
||||
<!-- Followups: VTEC actions of allowable followups when this template is selected
|
||||
Each followup will become available when the appropriate time range permits.
|
||||
Each followup will become available when the appropriate time range permits.
|
||||
-->
|
||||
<followups>
|
||||
<followup>NEW</followup>
|
||||
|
@ -108,17 +108,17 @@ Must be paired with proper vm code (which are commented out in arealFloodAdvisor
|
|||
</durations>
|
||||
|
||||
<!-- UNCOMMENT IF YOU HAVE YOUR RIVER DRAINAGE BASINS SETUP
|
||||
<pointSource variable="riverdrainages">
|
||||
<pointSource>ffmp_basins</pointSource>
|
||||
<geometryDecimationTolerance>0.064</geometryDecimationTolerance>
|
||||
<pointField>streamname</pointField>
|
||||
<filter>
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="%$warngenCWAFilter%" constraintType="LIKE" />
|
||||
</mapping>
|
||||
</filter>
|
||||
<withinPolygon>true</withinPolygon>
|
||||
</pointSource>
|
||||
<pointSource variable="riverdrainages">
|
||||
<pointSource>ffmp_basins</pointSource>
|
||||
<geometryDecimationTolerance>0.064</geometryDecimationTolerance>
|
||||
<pointField>streamname</pointField>
|
||||
<filter>
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="$warngenCWAFilter" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
</filter>
|
||||
<withinPolygon>true</withinPolygon>
|
||||
</pointSource>
|
||||
-->
|
||||
|
||||
<lockedGroupsOnFollowup>ic,advType,optType</lockedGroupsOnFollowup>
|
||||
|
|
|
@ -45,13 +45,13 @@ turned on unless the corresponding .vm file is turned on in a given template's .
|
|||
<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. -->
|
||||
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>
|
||||
<!-- <map>FFMP Small Stream Basin Links</map> -->
|
||||
<!-- <map>Major Rivers</map> -->
|
||||
<!-- <map>FFMP Small Stream Basin Links</map> -->
|
||||
<!-- <map>Major Rivers</map> -->
|
||||
</maps>
|
||||
|
||||
<!-- Followups: VTEC actions of allowable followups when this template is selected -->
|
||||
|
@ -89,17 +89,17 @@ Must be paired with proper vm code (also commented out in arealFloodAdvisoryFoll
|
|||
</durations>
|
||||
|
||||
<!-- UNCOMMENT IF YOU HAVE YOUR RIVER DRAINAGE BASINS SETUP
|
||||
<pointSource variable="riverdrainages">
|
||||
<pointSource>ffmp_basins</pointSource>
|
||||
<geometryDecimationTolerance>0.064</geometryDecimationTolerance>
|
||||
<pointField>streamname</pointField>
|
||||
<filter>
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="%$warngenCWAFilter%" constraintType="LIKE" />
|
||||
</mapping>
|
||||
</filter>
|
||||
<withinPolygon>true</withinPolygon>
|
||||
</pointSource>
|
||||
<pointSource variable="riverdrainages">
|
||||
<pointSource>ffmp_basins</pointSource>
|
||||
<geometryDecimationTolerance>0.064</geometryDecimationTolerance>
|
||||
<pointField>streamname</pointField>
|
||||
<filter>
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="$warngenCWAFilter" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
</filter>
|
||||
<withinPolygon>true</withinPolygon>
|
||||
</pointSource>
|
||||
-->
|
||||
|
||||
<lockedGroupsOnFollowup>ic,advType,optType</lockedGroupsOnFollowup>
|
||||
|
|
|
@ -47,17 +47,17 @@ turned on unless the corresponding .vm file is turned on in a given template's .
|
|||
<unitSpeed>mph</unitSpeed>
|
||||
|
||||
<!-- OPTIONAL: 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. -->
|
||||
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>
|
||||
<!-- <map>FFMP Small Stream Basin Links</map> -->
|
||||
<!-- <map>Major Rivers</map> -->
|
||||
<!-- <map>FFMP Small Stream Basin Links</map> -->
|
||||
<!-- <map>Major Rivers</map> -->
|
||||
</maps>
|
||||
|
||||
<!-- Followups: VTEC actions of allowable followups when this template is selected
|
||||
Each followup will become available when the appropriate time range permits.
|
||||
Each followup will become available when the appropriate time range permits.
|
||||
-->
|
||||
<followups>
|
||||
<followup>NEW</followup>
|
||||
|
@ -105,18 +105,18 @@ Must be paired with proper vm code (also commented out in arealFloodWarning.vm)!
|
|||
<duration>10080</duration>
|
||||
</durations>
|
||||
|
||||
<!-- UNCOMMENT IF YOU HAVE YOUR RIVER DRAINAGE BASINS SETUP
|
||||
<pointSource variable="riverdrainages">
|
||||
<pointSource>ffmp_basins</pointSource>
|
||||
<geometryDecimationTolerance>0.064</geometryDecimationTolerance>
|
||||
<pointField>streamname</pointField>
|
||||
<filter>
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="%$warngenCWAFilter%" constraintType="LIKE" />
|
||||
</mapping>
|
||||
</filter>
|
||||
<withinPolygon>true</withinPolygon>
|
||||
</pointSource>
|
||||
<!-- UNCOMMENT IF YOU HAVE YOUR RIVER DRAINAGE BASINS SETUP
|
||||
<pointSource variable="riverdrainages">
|
||||
<pointSource>ffmp_basins</pointSource>
|
||||
<geometryDecimationTolerance>0.064</geometryDecimationTolerance>
|
||||
<pointField>streamname</pointField>
|
||||
<filter>
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="$warngenCWAFilter" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
</filter>
|
||||
<withinPolygon>true</withinPolygon>
|
||||
</pointSource>
|
||||
-->
|
||||
|
||||
<lockedGroupsOnFollowup>ic,ttt,tipe,exttype</lockedGroupsOnFollowup>
|
||||
|
|
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/arealFloodWarningFollowup.vm
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/arealFloodWarningFollowup.vm
Executable file → Normal file
|
@ -47,17 +47,17 @@ turned on unless the corresponding .vm file is turned on in a given template's .
|
|||
<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. -->
|
||||
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>
|
||||
<!-- <map>FFMP Small Stream Basin Links</map> -->
|
||||
<!-- <map>Major Rivers</map> -->
|
||||
<!-- <map>FFMP Small Stream Basin Links</map> -->
|
||||
<!-- <map>Major Rivers</map> -->
|
||||
</maps>
|
||||
|
||||
<!-- Followups: VTEC actions of allowable followups when this template is selected
|
||||
Each followup will become available when the appropriate time range permits.
|
||||
Each followup will become available when the appropriate time range permits.
|
||||
-->
|
||||
<followups>
|
||||
<followup>COR</followup>
|
||||
|
@ -92,18 +92,18 @@ Must be paired with proper vm code (which are commented out in arealFloodWarning
|
|||
<duration>30</duration>
|
||||
</durations>
|
||||
|
||||
<!-- UNCOMMENT IF YOU HAVE YOUR RIVER DRAINAGE BASINS SETUP
|
||||
<pointSource variable="riverdrainages">
|
||||
<pointSource>ffmp_basins</pointSource>
|
||||
<geometryDecimationTolerance>0.064</geometryDecimationTolerance>
|
||||
<pointField>streamname</pointField>
|
||||
<filter>
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="%$warngenCWAFilter%" constraintType="LIKE" />
|
||||
</mapping>
|
||||
</filter>
|
||||
<withinPolygon>true</withinPolygon>
|
||||
</pointSource>
|
||||
<!-- UNCOMMENT IF YOU HAVE YOUR RIVER DRAINAGE BASINS SETUP
|
||||
<pointSource variable="riverdrainages">
|
||||
<pointSource>ffmp_basins</pointSource>
|
||||
<geometryDecimationTolerance>0.064</geometryDecimationTolerance>
|
||||
<pointField>streamname</pointField>
|
||||
<filter>
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="$warngenCWAFilter" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
</filter>
|
||||
<withinPolygon>true</withinPolygon>
|
||||
</pointSource>
|
||||
-->
|
||||
|
||||
<!-- bullets: User specified text generation options
|
||||
|
@ -111,10 +111,10 @@ Must be paired with proper vm code (which are commented out in arealFloodWarning
|
|||
is selected. This should be unique
|
||||
- bulletText: the text presented to the user in the selection list
|
||||
- bulletType: "title" makes the bullet unselectable
|
||||
"basin" correlates the item to a Geometry in the customlocations table
|
||||
"basin" correlates the item to a Geometry in the customlocations table
|
||||
- bulletGroup: Only one bullet can be selected per bulletGroup
|
||||
- parseString: this string must MATCH a unique phrase in the associated bulletText.
|
||||
This will be used to highlight the appropriate bullet on a follow up-->
|
||||
This will be used to highlight the appropriate bullet on a follow up-->
|
||||
<lockedGroupsOnFollowup>ic,ttt</lockedGroupsOnFollowup>
|
||||
<bulletActionGroups>
|
||||
<bulletActionGroup>
|
||||
|
|
|
@ -6,11 +6,10 @@
|
|||
## Evan Bookbinder 9-18-2013 Implemented config.vm
|
||||
## Mike Dangelo/Phil Kurimski 03/23-26/2015 MixEd CAse
|
||||
## Mike Dangelo 10/20/15 standard CTAs
|
||||
## Phil Kurimski 3/22/18 EMERGENCY typo DR 20671
|
||||
######################################################################
|
||||
## This template can be used for any pre-defined polygon that a site
|
||||
## needs to issue a FFW for outside of a dam break.
|
||||
########################### SET SOME VARIABLES ###########################
|
||||
#################################### SET SOME VARIABLES ###################################
|
||||
#parse("config.vm")
|
||||
#set($hycType = "")
|
||||
#set($burnDrainage = "")
|
||||
|
@ -44,11 +43,11 @@
|
|||
${WMOId} ${vtecOffice} 000000 ${BBBId}
|
||||
${productId}${siteId}
|
||||
${ugcline}
|
||||
#################################### VTEC LINE #################################
|
||||
#################################### VTEC LINE ###################################
|
||||
/${productClass}.${action}.${vtecOffice}.FF.W.${etn}.${starttime}-${dateUtil.format(${expire}, ${timeFormat.ymdthmz}, 15)}/
|
||||
/00000.0.${ic}.000000T0000Z.000000T0000Z.000000T0000Z.OO/
|
||||
|
||||
#################################### MND HEADER ################################
|
||||
#################################### MND HEADER ###################################
|
||||
BULLETIN - EAS ACTIVATION REQUESTED
|
||||
#if(${productClass}=="T")
|
||||
TEST...Flash Flood Warning...TEST
|
||||
|
@ -217,7 +216,7 @@ THIS IS A TEST MESSAGE. ##
|
|||
## Flash Flood Emergency per NWS 10-922 Directive goes with third bullet #
|
||||
##########################################################################
|
||||
#if(${list.contains(${bullets}, "ffwEmergency")} )
|
||||
#wrapText("THIS IS A FLASH FLOOD EMERGENCY FOR ${emergencyHeadline}. SEEK HIGHER GROUND NOW!" 2 2)
|
||||
#wrapText("THIS IS A FLASH FLOOD EMERGENCEY FOR ${emergencyHeadline}. SEEK HIGHER GROUND NOW!" 2 2)
|
||||
#end
|
||||
|
||||
|
||||
|
@ -261,7 +260,7 @@ Flood waters are moving down !**NAME OF CHANNEL**! from !**LOCATION**! to !**LOC
|
|||
## parse file command here is to pull in mile marker info
|
||||
## #parse("mileMarkers.vm")
|
||||
|
||||
########################### END OF ADDITIONAL STUFF ###########################
|
||||
#################################### END OF ADDITIONAL STUFF ###################################
|
||||
######################################
|
||||
####### CALL TO ACTIONS ##############
|
||||
######################################
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
to issue a FFW for outside of a dam break. -->
|
||||
<!-- Created by Phil Kurimski 02-07-2013 for OB13.2.1-5
|
||||
Phil Kurimski 09-19-2013 added geospatialConfig.xml
|
||||
Mike Dangelo 10-20-2015 standard CTAs
|
||||
Phil Kurimski 03-21-2018 Fixed FFW Emergency CTA Parse String DR 20671
|
||||
Mike Dangelo 10-20-2015 standard CTAs
|
||||
-->
|
||||
|
||||
<warngenConfig>
|
||||
|
@ -32,18 +31,18 @@ turned on unless the corresponding .vm file is turned on in a given template's .
|
|||
<unitSpeed>mph</unitSpeed>
|
||||
|
||||
<!-- OPTIONAL: 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. -->
|
||||
The various menu items are also the different maps
|
||||
that can be loaded with each template. -->
|
||||
<maps>
|
||||
<!-- <map>FFMP Small Stream Basin Links</map> -->
|
||||
<!-- <map>FFMP Small Stream Basin Links</map> -->
|
||||
<map>County Names</map>
|
||||
<map>County Warning Areas</map>
|
||||
<map>FFMP Small Stream Basin Links</map>
|
||||
<map>Major Rivers</map>
|
||||
</maps>
|
||||
|
||||
|
||||
<!-- Followups: VTEC actions of allowable followups when this template is selected
|
||||
Each followup will become available when the appropriate time range permits.
|
||||
Each followup will become available when the appropriate time range permits.
|
||||
-->
|
||||
<followups>
|
||||
<followup>NEW</followup>
|
||||
|
@ -66,11 +65,11 @@ turned on unless the corresponding .vm file is turned on in a given template's .
|
|||
<autoLockText>true</autoLockText>
|
||||
|
||||
<!-- Enables/disables the 'Dam Break Threat Area' button -->
|
||||
<enableDamBreakThreat>true</enableDamBreakThreat>
|
||||
<enablePresetThreat>true</enablePresetThreat>
|
||||
|
||||
<!-- Included watches: If a tornado watch or severe thunderstorm watch is to be
|
||||
included with the warning product include TO.A and/or SV.A,
|
||||
respectively. Please refer to 'includedWatchAreaBuffer' in <areaConfig/>.
|
||||
included with the warning product include TO.A and/or SV.A,
|
||||
respectively. Please refer to 'includedWatchAreaBuffer' in <areaConfig/>.
|
||||
<includedWatches>
|
||||
<includedWatch>TO.A</includedWatch>
|
||||
<includedWatch>SV.A</includedWatch>
|
||||
|
@ -92,17 +91,17 @@ turned on unless the corresponding .vm file is turned on in a given template's .
|
|||
</durations>
|
||||
|
||||
<!-- UNCOMMENT IF YOU HAVE YOUR RIVER DRAINAGE BASINS SETUP
|
||||
<pointSource variable="riverdrainages">
|
||||
<pointSource>ffmp_basins</pointSource>
|
||||
<geometryDecimationTolerance>0.064</geometryDecimationTolerance>
|
||||
<pointField>streamname</pointField>
|
||||
<filter>
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="%$warngenCWAFilter%" constraintType="LIKE" />
|
||||
</mapping>
|
||||
</filter>
|
||||
<withinPolygon>true</withinPolygon>
|
||||
</pointSource>
|
||||
<pointSource variable="riverdrainages">
|
||||
<pointSource>ffmp_basins</pointSource>
|
||||
<geometryDecimationTolerance>0.064</geometryDecimationTolerance>
|
||||
<pointField>streamname</pointField>
|
||||
<filter>
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="$warngenCWAFilter" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
</filter>
|
||||
<withinPolygon>true</withinPolygon>
|
||||
</pointSource>
|
||||
-->
|
||||
|
||||
<lockedGroupsOnFollowup>ic</lockedGroupsOnFollowup>
|
||||
|
@ -143,7 +142,7 @@ turned on unless the corresponding .vm file is turned on in a given template's .
|
|||
-->
|
||||
<bullet bulletText="**** CALL TO ACTIONS (CHOOSE 1 OR MORE) ****" bulletType="title"/>
|
||||
<!-- end all call to action bullets with "CTA" ex: "obviousNameCTA" -->
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString="AREA SUBJECT TO FLOODING OR UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString=" DO NOT ATTEMPT TO TRAVEL UNLESS YOU ARE FLEEING AN AREA SUBJECT TO FLOODING OR ARE UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="burnAreasCTA" bulletText="Burn Areas" bulletDefault="true" parseString="RECENTLY BURNED AREAS"/>
|
||||
<bullet bulletName="TADD_CTA" bulletText="Turn around, don't drown" parseString=""TURN AROUND","DON'T DROWN""/>
|
||||
<bullet bulletName="actQuicklyCTA" bulletText="Act Quickly" parseString="ACT QUICKLY TO PROTECT YOUR LIFE"/>
|
||||
|
@ -158,9 +157,9 @@ turned on unless the corresponding .vm file is turned on in a given template's .
|
|||
<bullet bulletName="reportFloodingCTA" bulletText="Report flooding to law enforcement" parseString="REPORT FLOODING TO YOUR LOCAL LAW ENFORCEMENT"/>
|
||||
<bullet bulletName="ffwMeansCTA" bulletText="Flash Flood Warning means" parseString="A FLASH FLOOD WARNING MEANS"/>
|
||||
<bullet bulletText="************************************************************" bulletType="title"/>
|
||||
<bullet bulletText="* The next section is for sites to load pre-configured *" bulletType="title"/>
|
||||
<bullet bulletText="* polygons for burn scars and other scenarios needing *" bulletType="title"/>
|
||||
<bullet bulletText="* a flash flood warning. *" bulletType="title"/>
|
||||
<bullet bulletText="* The next section is for sites to load pre-configured *"/>
|
||||
<bullet bulletText="* polygons for burn scars and other scenarios needing *"/>
|
||||
<bullet bulletText="* a flash flood warning. *"/>
|
||||
<bullet bulletText="****** BURN SCAR AREA (Choose BurnArea and Scenario) ******" bulletType="title"/>
|
||||
</bullets>
|
||||
<!-- The following are examples on how to include site specific burn scars in your template
|
||||
|
@ -200,7 +199,7 @@ turned on unless the corresponding .vm file is turned on in a given template's .
|
|||
<bullet bulletName="drainages" bulletText="Automated list of drainages" parseString="THIS INCLUDES THE FOLLOWING STREAMS AND DRAINAGES" loadMap="River Drainage Basins"/>
|
||||
<bullet bulletText="**** CALL TO ACTIONS (CHOOSE 1 OR MORE) ****" bulletType="title"/>
|
||||
<!-- end all call to action bullets with "CTA" ex: "obviousNameCTA" -->
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString="AREA SUBJECT TO FLOODING OR UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString=" DO NOT ATTEMPT TO TRAVEL UNLESS YOU ARE FLEEING AN AREA SUBJECT TO FLOODING OR ARE UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="burnAreasCTA" bulletText="Burn Areas" bulletDefault="true" parseString="RECENTLY BURNED AREAS"/>
|
||||
<bullet bulletName="TADD_CTA" bulletText="Turn around, don't drown" parseString=""TURN AROUND","DON'T DROWN""/>
|
||||
<bullet bulletName="actQuicklyCTA" bulletText="Act Quickly" parseString="ACT QUICKLY TO PROTECT YOUR LIFE"/>
|
||||
|
@ -215,9 +214,9 @@ turned on unless the corresponding .vm file is turned on in a given template's .
|
|||
<bullet bulletName="reportFloodingCTA" bulletText="Report flooding to law enforcement" parseString="REPORT FLOODING TO YOUR LOCAL LAW ENFORCEMENT"/>
|
||||
<bullet bulletName="ffwMeansCTA" bulletText="Flash Flood Warning means" parseString="A FLASH FLOOD WARNING MEANS"/>
|
||||
<bullet bulletText="************************************************************" bulletType="title"/>
|
||||
<bullet bulletText="* The next section is for sites to load pre-configured *" bulletType="title"/>
|
||||
<bullet bulletText="* polygons for burn scars and other scenarios needing *" bulletType="title"/>
|
||||
<bullet bulletText="* a flash flood warning. *" bulletType="title"/>
|
||||
<bullet bulletText="* The next section is for sites to load pre-configured *"/>
|
||||
<bullet bulletText="* polygons for burn scars and other scenarios needing *"/>
|
||||
<bullet bulletText="* a flash flood warning. *"/>
|
||||
<bullet bulletText="****** BURN SCAR AREA (Choose 1) ******" bulletType="title"/>
|
||||
</bullets>
|
||||
<!-- The following are examples on how to include site specific burn scars in your template
|
||||
|
@ -262,7 +261,7 @@ turned on unless the corresponding .vm file is turned on in a given template's .
|
|||
|
||||
<bullet bulletText="**** CALL TO ACTIONS (CHOOSE 1 OR MORE) ****" bulletType="title"/>
|
||||
<!-- end all call to action bullets with "CTA" ex: "obviousNameCTA" -->
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString="AREA SUBJECT TO FLOODING OR UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString=" DO NOT ATTEMPT TO TRAVEL UNLESS YOU ARE FLEEING AN AREA SUBJECT TO FLOODING OR ARE UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="burnAreasCTA" bulletText="Burn Areas" bulletDefault="true" parseString="RECENTLY BURNED AREAS"/>
|
||||
<bullet bulletName="TADD_CTA" bulletText="Turn around, don't drown" parseString=""TURN AROUND","DON'T DROWN""/>
|
||||
<bullet bulletName="actQuicklyCTA" bulletText="Act Quickly" parseString="ACT QUICKLY TO PROTECT YOUR LIFE"/>
|
||||
|
@ -277,9 +276,9 @@ turned on unless the corresponding .vm file is turned on in a given template's .
|
|||
<bullet bulletName="reportFloodingCTA" bulletText="Report flooding to law enforcement" parseString="REPORT FLOODING TO YOUR LOCAL LAW ENFORCEMENT"/>
|
||||
<bullet bulletName="ffwMeansCTA" bulletText="Flash Flood Warning means" parseString="A FLASH FLOOD WARNING MEANS"/>
|
||||
<bullet bulletText="************************************************************" bulletType="title"/>
|
||||
<bullet bulletText="* The next section is for sites to load pre-configured *" bulletType="title"/>
|
||||
<bullet bulletText="* polygons for burn scars and other scenarios needing *" bulletType="title"/>
|
||||
<bullet bulletText="* a flash flood warning. *" bulletType="title"/>
|
||||
<bullet bulletText="* The next section is for sites to load pre-configured *"/>
|
||||
<bullet bulletText="* polygons for burn scars and other scenarios needing *"/>
|
||||
<bullet bulletText="* a flash flood warning. *"/>
|
||||
<bullet bulletText="****** BURN SCAR AREA (Choose 1) ******" bulletType="title"/>
|
||||
</bullets>
|
||||
<!-- The following are examples on how to include site specific burn scars in your template
|
||||
|
|
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/burnScarFlashFloodWarningFollowup.vm
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/burnScarFlashFloodWarningFollowup.vm
Executable file → Normal file
|
@ -8,8 +8,7 @@
|
|||
to issue a FFW for outside of a dam break. -->
|
||||
<!-- Created by Phil Kurimski 02-07-2013 for OB13.2.1-5
|
||||
Phil Kurimski 09-19-2013 added geospatialConfig.xml
|
||||
Mike Dangelo 10-20-2015 Standard CTAs
|
||||
Phil Kurimski 03-21-2018 Fixed FFW Emergency CTA Parse String DR 20671
|
||||
Mike Dangelo 10-20-2015 Standard CTAs
|
||||
-->
|
||||
|
||||
<warngenConfig>
|
||||
|
@ -32,17 +31,17 @@ turned on unless the corresponding .vm file is turned on in a given template's .
|
|||
<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. -->
|
||||
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>
|
||||
<!-- <map>FFMP Small Stream Basin Links</map> -->
|
||||
<!-- <map>Major Rivers</map> -->
|
||||
<!-- <map>FFMP Small Stream Basin Links</map> -->
|
||||
<!-- <map>Major Rivers</map> -->
|
||||
</maps>
|
||||
|
||||
<!-- Followups: VTEC actions of allowable followups when this template is selected
|
||||
Each followup will become available when the appropriate time range permits.
|
||||
Each followup will become available when the appropriate time range permits.
|
||||
-->
|
||||
<followups>
|
||||
<followup>COR</followup>
|
||||
|
@ -79,17 +78,17 @@ Must be paired with proper vm code (also commented out in flashFloodWarning.vm)!
|
|||
</durations>
|
||||
|
||||
<!-- UNCOMMENT IF YOU HAVE YOUR RIVER DRAINAGE BASINS SETUP
|
||||
<pointSource variable="riverdrainages">
|
||||
<pointSource>ffmp_basins</pointSource>
|
||||
<geometryDecimationTolerance>0.064</geometryDecimationTolerance>
|
||||
<pointField>streamname</pointField>
|
||||
<filter>
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="%$warngenCWAFilter%" constraintType="LIKE" />
|
||||
</mapping>
|
||||
</filter>
|
||||
<withinPolygon>true</withinPolygon>
|
||||
</pointSource>
|
||||
<pointSource variable="riverdrainages">
|
||||
<pointSource>ffmp_basins</pointSource>
|
||||
<geometryDecimationTolerance>0.064</geometryDecimationTolerance>
|
||||
<pointField>streamname</pointField>
|
||||
<filter>
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="$warngenCWAFilter" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
</filter>
|
||||
<withinPolygon>true</withinPolygon>
|
||||
</pointSource>
|
||||
-->
|
||||
|
||||
<lockedGroupsOnFollowup>ic,dam</lockedGroupsOnFollowup>
|
||||
|
@ -104,9 +103,9 @@ Must be paired with proper vm code (also commented out in flashFloodWarning.vm)!
|
|||
<bullet bulletName="recedingWater" bulletText="Water is receding" />
|
||||
<bullet bulletName="rainEnded" bulletText="Heavy rain ended" />
|
||||
<bullet bulletText="************************************************************" bulletType="title"/>
|
||||
<bullet bulletText="* The next section is for sites to load pre-configured *" bulletType="title"/>
|
||||
<bullet bulletText="* polygons for burn scars and other scenarios needing *" bulletType="title"/>
|
||||
<bullet bulletText="* a flash flood warning. *" bulletType="title"/>
|
||||
<bullet bulletText="* The next section is for sites to load pre-configured *"/>
|
||||
<bullet bulletText="* polygons for burn scars and other scenarios needing *"/>
|
||||
<bullet bulletText="* a flash flood warning. *"/>
|
||||
<bullet bulletText="****** BURN SCAR AREA (Choose 1) ******" bulletType="title"/>
|
||||
</bullets>
|
||||
<!-- The following are examples on how to include site specific burn scars in your template
|
||||
|
@ -122,9 +121,9 @@ Must be paired with proper vm code (also commented out in flashFloodWarning.vm)!
|
|||
<bullet bulletName="recedingWater" bulletText="Water is receding" />
|
||||
<bullet bulletName="rainEnded" bulletText="Heavy rain ended" />
|
||||
<bullet bulletText="************************************************************" bulletType="title"/>
|
||||
<bullet bulletText="* The next section is for sites to load pre-configured *" bulletType="title"/>
|
||||
<bullet bulletText="* polygons for burn scars and other scenarios needing *" bulletType="title"/>
|
||||
<bullet bulletText="* a flash flood warning. *" bulletType="title"/>
|
||||
<bullet bulletText="* The next section is for sites to load pre-configured *"/>
|
||||
<bullet bulletText="* polygons for burn scars and other scenarios needing *"/>
|
||||
<bullet bulletText="* a flash flood warning. *"/>
|
||||
<bullet bulletText="****** BURN SCAR AREA (Choose 1) ******" bulletType="title"/>
|
||||
</bullets>
|
||||
<!-- The following are examples on how to include site specific burn scars in your template
|
||||
|
@ -166,7 +165,7 @@ Must be paired with proper vm code (also commented out in flashFloodWarning.vm)!
|
|||
<bullet bulletName="drainages" bulletText="Automated list of drainages" parseString="THIS INCLUDES THE FOLLOWING STREAMS AND DRAINAGES" loadMap="River Drainage Basins"/>
|
||||
<bullet bulletText="**** CALL TO ACTIONS (CHOOSE 1 OR MORE) ****" bulletType="title"/>
|
||||
<!-- end all call to action bullets with "CTA" ex: "obviousNameCTA" -->
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString="AREA SUBJECT TO FLOODING OR UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString=" DO NOT ATTEMPT TO TRAVEL UNLESS YOU ARE FLEEING AN AREA SUBJECT TO FLOODING OR ARE UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="burnAreasCTA" bulletText="Burn Areas" bulletDefault="true" parseString="RECENTLY BURNED AREAS"/>
|
||||
<bullet bulletName="TADD_CTA" bulletText="Turn around, don't drown" parseString=""TURN AROUND","DON'T DROWN""/>
|
||||
<bullet bulletName="actQuicklyCTA" bulletText="Act Quickly" parseString="ACT QUICKLY TO PROTECT YOUR LIFE"/>
|
||||
|
@ -181,9 +180,9 @@ Must be paired with proper vm code (also commented out in flashFloodWarning.vm)!
|
|||
<bullet bulletName="reportFloodingCTA" bulletText="Report flooding to law enforcement" parseString="REPORT FLOODING TO YOUR LOCAL LAW ENFORCEMENT"/>
|
||||
<bullet bulletName="ffwMeansCTA" bulletText="Flash Flood Warning means" parseString="A FLASH FLOOD WARNING MEANS"/>
|
||||
<bullet bulletText="************************************************************" bulletType="title"/>
|
||||
<bullet bulletText="* The next section is for sites to load pre-configured *" bulletType="title"/>
|
||||
<bullet bulletText="* polygons for burn scars and other scenarios needing *" bulletType="title"/>
|
||||
<bullet bulletText="* a flash flood warning. *" bulletType="title"/>
|
||||
<bullet bulletText="* The next section is for sites to load pre-configured *"/>
|
||||
<bullet bulletText="* polygons for burn scars and other scenarios needing *"/>
|
||||
<bullet bulletText="* a flash flood warning. *"/>
|
||||
<bullet bulletText="****** BURN SCAR AREA (Choose 1) ******" bulletType="title"/>
|
||||
</bullets>
|
||||
<!-- The following are examples on how to include site specific burn scars in your template
|
||||
|
@ -224,7 +223,7 @@ Must be paired with proper vm code (also commented out in flashFloodWarning.vm)!
|
|||
<bullet bulletName="drainages" bulletText="Automated list of drainages" parseString="THIS INCLUDES THE FOLLOWING STREAMS AND DRAINAGES" loadMap="River Drainage Basins"/>
|
||||
<bullet bulletText="**** CALL TO ACTIONS (CHOOSE 1 OR MORE) ****" bulletType="title"/>
|
||||
<!-- end all call to action bullets with "CTA" ex: "obviousNameCTA" -->
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString="AREA SUBJECT TO FLOODING OR UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString=" DO NOT ATTEMPT TO TRAVEL UNLESS YOU ARE FLEEING AN AREA SUBJECT TO FLOODING OR ARE UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="burnAreasCTA" bulletText="Burn Areas" bulletDefault="true" parseString="RECENTLY BURNED AREAS"/>
|
||||
<bullet bulletName="TADD_CTA" bulletText="Turn around, don't drown" parseString=""TURN AROUND","DON'T DROWN""/>
|
||||
<bullet bulletName="actQuicklyCTA" bulletText="Act Quickly" parseString="ACT QUICKLY TO PROTECT YOUR LIFE"/>
|
||||
|
@ -239,9 +238,9 @@ Must be paired with proper vm code (also commented out in flashFloodWarning.vm)!
|
|||
<bullet bulletName="reportFloodingCTA" bulletText="Report flooding to law enforcement" parseString="REPORT FLOODING TO YOUR LOCAL LAW ENFORCEMENT"/>
|
||||
<bullet bulletName="ffwMeansCTA" bulletText="Flash Flood Warning means" parseString="A FLASH FLOOD WARNING MEANS"/>
|
||||
<bullet bulletText="************************************************************" bulletType="title"/>
|
||||
<bullet bulletText="* The next section is for sites to load pre-configured *" bulletType="title"/>
|
||||
<bullet bulletText="* polygons for burn scars and other scenarios needing *" bulletType="title"/>
|
||||
<bullet bulletText="* a flash flood warning. *" bulletType="title"/>
|
||||
<bullet bulletText="* The next section is for sites to load pre-configured *"/>
|
||||
<bullet bulletText="* polygons for burn scars and other scenarios needing *"/>
|
||||
<bullet bulletText="* a flash flood warning. *"/>
|
||||
<bullet bulletText="****** BURN SCAR AREA (Choose 1) ******" bulletType="title"/>
|
||||
</bullets>
|
||||
<!-- The following are examples on how to include site specific burn scars in your template
|
||||
|
|
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/burnScarInfo.vm
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/burnScarInfo.vm
Executable file → Normal file
10
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/burnScarInfoBullet.xml
Executable file → Normal file
10
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/burnScarInfoBullet.xml
Executable file → Normal file
|
@ -9,10 +9,10 @@
|
|||
This is done in order to get WarnGen to read in the lat/lon box.
|
||||
This process can be done for any pre-configured FFW box. -->
|
||||
<!--
|
||||
<damInfoBullets>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="FourMile Burn Area" bulletName="FourMileBurnArea" parseString="FOUR MILE BURN AREA" showString="FOUR MILE BURN AREA" coords="LAT...LON 4006 10542 4008 10537 4005 10535 4002 10540"/>
|
||||
<damInfoBullet bulletGroup="burnscenario" bulletName="fourmilelowimpact" bulletText="scenario - low impact" parseString="RAINFALL WILL CAUSE FLASH" showString="FOUR MILE BURN AREA"/>
|
||||
<damInfoBullet bulletGroup="burnscenario" bulletName="fourmilehighimpact" bulletText="scenario - high impact" parseString="SEVERE FLASH FLOODING OF CREEKS...STREAMS" showString="FOUR MILE BURN AREA"/>
|
||||
</damInfoBullets>
|
||||
<presetInfoBullets>
|
||||
<presetInfoBullet bulletGroup="dam" bulletText="FourMile Burn Area" bulletName="FourMileBurnArea" parseString="FOUR MILE BURN AREA" showString="FOUR MILE BURN AREA" coords="LAT...LON 4006 10542 4008 10537 4005 10535 4002 10540"/>
|
||||
<presetInfoBullet bulletGroup="burnscenario" bulletName="fourmilelowimpact" bulletText="scenario - low impact" parseString="RAINFALL WILL CAUSE FLASH" showString="FOUR MILE BURN AREA"/>
|
||||
<presetInfoBullet bulletGroup="burnscenario" bulletName="fourmilehighimpact" bulletText="scenario - high impact" parseString="SEVERE FLASH FLOODING OF CREEKS...STREAMS" showString="FOUR MILE BURN AREA"/>
|
||||
</presetInfoBullets>
|
||||
-->
|
||||
<!-- End of example. Begin your site specific information here. -->
|
6
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/burnScarInfoBulletName.xml
Executable file → Normal file
6
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/burnScarInfoBulletName.xml
Executable file → Normal file
|
@ -10,8 +10,8 @@
|
|||
This is done in order to get WarnGen to read in the lat/lon box.
|
||||
This process can be done for any pre-configured FFW box. -->
|
||||
<!--
|
||||
<damInfoBullets>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="FourMile Burn Area" bulletName="FourMileBurnArea" parseString="FOURMILE BURN AREA" showString="FOURMILE BURN AREA" coords="LAT...LON 4006 10542 4008 10537 4005 10535 4002 10540"/>
|
||||
</damInfoBullets>
|
||||
<presetInfoBullets>
|
||||
<presetInfoBullet bulletGroup="dam" bulletText="FourMile Burn Area" bulletName="FourMileBurnArea" parseString="FOURMILE BURN AREA" showString="FOURMILE BURN AREA" coords="LAT...LON 4006 10542 4008 10537 4005 10535 4002 10540"/>
|
||||
</presetInfoBullets>
|
||||
-->
|
||||
<!-- End of example. Begin your site specific information here. -->
|
|
@ -5,7 +5,6 @@
|
|||
## Edited by Mike Rega 01-17-2014 added Alaska changes for 14.12.1
|
||||
## Edited by Evan Bookbinder 03-23-2015 Changes for mixed-case!
|
||||
## Edited by Evan Bookbinder 10-23-2015 Changes for 2016 Impact-based warnings
|
||||
## Evan Bookbinder 3-19-2018 DR 19650 TOR Watch Phrasing
|
||||
## SITES WILL NEED TO MERGE OVERRIDES
|
||||
############################################################################
|
||||
### SET LAND REFERENCE DISTANCE UNITS (UNIT is in ALL CAPS)
|
||||
|
@ -76,8 +75,3 @@
|
|||
#set($svrHailConsiderableThreshold = 2.75)
|
||||
#set($svrWindConsiderableThreshold = 80)
|
||||
#set($svrDamageThreat = "SEVERE DAMAGE THREAT...CONSIDERABLE")
|
||||
###
|
||||
### OPTION FOR WATCH INCLUSION PHRASING
|
||||
### 1.) watchPhrase = GENERIC -- yields "A severe thunderstorm/tornado watch remains in effect for the warned area."
|
||||
### 2.) watchPhrase = DETAILED -- yields "A severe thunderstorm/tornado watch remain in effect until XX AM/PM for [portions of state(s)]."
|
||||
#set($watchPhrase = "DETAILED")
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<siteNode>OMA</siteNode>
|
||||
<defaultTemplate>impactSevereThunderstormWarning</defaultTemplate>
|
||||
<mainWarngenProducts>Tornado/impactTornadoWarning,Severe Thunderstorm/impactSevereThunderstormWarning,Severe Weather Statement/impactSevereWeatherStatement,Significant Weather Advisory/impactSignificantWeatherAdvisory,Flash Flood Warning/impactFlashFloodWarning</mainWarngenProducts>
|
||||
<otherWarngenProducts>Flash Flood Statement/impactFlashFloodWarningFollowup,Non-Convective FFW (incl. Dam Break)/impactNonConvectiveFlashFloodWarning,Non-Convective Flash Flood Statement/impactNonConvectiveFlashFloodWarningFollowup,Areal Flood Warning/arealFloodWarning,Areal Flood Warning Followup/arealFloodWarningFollowup,Areal Flood Advisory/arealFloodAdvisory,Areal Flood Advisory Followup/arealFloodAdvisoryFollowup,Special Weather Statement/specialWeatherStatement,Short Term Forecast/shortTermForecast</otherWarngenProducts>
|
||||
<otherWarngenProducts>Flash Flood Statement/impactFlashFloodWarningFollowup,Non-Convective FFW (incl. Dam Break)/nonConvectiveFlashFloodWarning,Non-Convective Flash Flood Statement/nonConvectiveFlashFloodWarningFollowup,Areal Flood Warning/arealFloodWarning,Areal Flood Warning Followup/arealFloodWarningFollowup,Areal Flood Advisory/arealFloodAdvisory,Areal Flood Advisory Followup/arealFloodAdvisoryFollowup,Special Weather Statement/specialWeatherStatement,Short Term Forecast/shortTermForecast</otherWarngenProducts>
|
||||
<!-- Sites should override nx, ny with the values found in their site .gelt file -->
|
||||
<gridSpacing>
|
||||
<nx>600</nx>
|
||||
|
|
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/countyTypes.txt
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/countyTypes.txt
Executable file → Normal file
|
@ -1,78 +0,0 @@
|
|||
#########################################################################
|
||||
## The next section is for site specific dams. Each site should take the
|
||||
## example below and customize it for their dams with the information
|
||||
## from the LLL-damInfo.txt file in AWIPS 1. If you have any questions
|
||||
## please contact Phil Kurimski - WFO DTX
|
||||
#########################################################################
|
||||
#*
|
||||
#if(${list.contains(${bullets}, "BigRockDam")})
|
||||
#set($riverName = "Phil River")
|
||||
#set($damName = "Big Rock Dam")
|
||||
#set($cityInfo = "Evan, located about 3 miles")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "BigRockhighfast")})
|
||||
#set($scenario = "If a complete failure of the dam occurs, the water depth at Evan could exceed 18 feet in 16 minutes.")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "BigRockhighnormal")})
|
||||
#set($scenario = "If a complete failure of the dam occurs, the water depth at Evan could exceed 23 feet in 31 minutes.")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "BigRockmediumfast")})
|
||||
#set($scenario = "If a complete failure of the dam occurs, the water depth at Evan could exceed 14 feet in 19 minutes.")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "BigRockmediumnormal")})
|
||||
#set($scenario = "If a complete failure of the dam occurs, the water depth at Evan could exceed 17 feet in 32 minutes.")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "BigRockruleofthumb")})
|
||||
#set($ruleofthumb = "Flood wave estimate based on the dam in Idaho: Flood initially half of original height behind dam and 3-4 mph; 5 miles in 1/2 hours; 10 miles in 1 hour; and 20 miles in 9 hours.")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "BranchedOakDam")})
|
||||
#set($riverName = "Kells River")
|
||||
#set($damName = "Branched Oak Dam")
|
||||
#set($cityInfo = "Dangelo, located about 6 miles")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "BranchedOakhighfast")})
|
||||
#set($scenario = "If a complete failure of the dam occurs, the water depth at Dangelo could exceed 19 feet in 32 minutes.")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "BranchedOakhighnormal")})
|
||||
#set($scenario = "If a complete failure of the dam occurs, the water depth at Dangelo could exceed 26 feet in 56 minutes.")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "BranchedOakmediumfast")})
|
||||
#set($scenario = "If a complete failure of the dam occurs, the water depth at Dangelo could exceed 14 feet in 33 minutes.")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "BranchedOakmediumnormal")})
|
||||
#set($scenario = "If a complete failure of the dam occurs, the water depth at Dangelo could exceed 20 feet in 60 minutes.")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "BranchedOakruleofthumb")})
|
||||
#set($ruleofthumb = "Flood wave estimate based on the dam in Idaho: Flood initially half of original height behind dam and 3-4 mph; 5 miles in 1/2 hours; 10 miles in 1 hour; and 20 miles in 9 hours.")
|
||||
#end
|
||||
*#
|
||||
#########################################################
|
||||
## End of example
|
||||
#########################################################
|
||||
#######################################################################
|
||||
## Look for site specific selections to override the 4th bullet and
|
||||
## to set up the headlines and additional info used in the product.
|
||||
## This loop assumes you end each site specific selection with
|
||||
## the word "Dam". If you end with a different word you will need
|
||||
## to modify the loop below.
|
||||
########################################################################
|
||||
#foreach ($bullet in $bullets)
|
||||
#if ($bullet.endsWith("Dam"))
|
||||
#set($ctaSelected = "YES")
|
||||
#set($sitespecSelected = "YES")
|
||||
#set($hycType = "The ${riverName} below ${damName}")
|
||||
#set($emergencyText = "towns and cities immediately below ${damName} on the ${riverName}")
|
||||
#set($emergencyHeadline = "#capitalize(${emergencyText} 'ALL')")
|
||||
#set($headline = "For ${reportType2} ${damName} on the ${riverName} ")
|
||||
## The following line will capitalize the headline in the product.
|
||||
## If the headline will be mixed case just comment out the line below.
|
||||
#set($headline = "#capitalize(${headline} 'ALL')")
|
||||
#set($reportType1 = "${reportType2} ${damName} on the ${riverName}")
|
||||
## #set($reportType1 = "${reportType2} ${damName} ON THE ${riverName}${reportInfo}")
|
||||
#set($addInfo = "The nearest downstream town is ${cityInfo} from the dam. Areas downstream from the ${damName} along the ${riverName} should be prepared for flooding.")
|
||||
#set($sitespecCTA = "If you are in low lying areas below the ${damName} you should move to higher ground immediately. Follow evacuation instructions provided by your local emergency officials. Do not attempt to drive across flooded roadways.")
|
||||
#end
|
||||
#end
|
||||
#######################################################################
|
||||
## End of Site Specific Dam Information
|
||||
#######################################################################
|
|
@ -1,24 +0,0 @@
|
|||
<!--
|
||||
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.
|
||||
-->
|
||||
<!-- The following is an example on how to set up the bullets for a site
|
||||
specific dam break -->
|
||||
<!--
|
||||
<damInfoBullets>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Big Rock Dam (Ray/Lafayette Counties)" bulletName="BigRockDam" parseString="BIG ROCK" showString="BIG ROCK DAM" coords="LAT...LON 3917 9405 3923 9387 3919 9385 3913 9394 3911 9405"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BigRockhighfast" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BigRockhighnormal" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BigRockmediumfast" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BigRockmediumnormal" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BigRockruleofthumb" parseString="FLOOD WAVE ESTIMATE" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Branched Oak Dam (Buchanan County)" bulletName="BranchedOakDam" parseString="BRANCHED OAK" showString="BRANCHED OAK DAM" coords="LAT...LON 3971 9467 3957 9466 3955 9475 3970 9476"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BranchedOakhighfast" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BranchedOakhighnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BranchedOakmediumfast" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BranchedOakmediumnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BranchedOakruleofthumb" parseString="FLOOD WAVE ESTIMATE" showString="BRANCHED OAK DAM"/>
|
||||
</damInfoBullets>
|
||||
-->
|
||||
<!-- End of example. Begin your site specific information here. -->
|
|
@ -1,23 +0,0 @@
|
|||
<!--
|
||||
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.
|
||||
-->
|
||||
<!-- The following is an example on how to set up the bullets for a site
|
||||
specific dam break -->
|
||||
<!--
|
||||
<damInfoBullets>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Big Rock Dam (Ray/Lafayette Counties)" bulletName="BigRockDam" parseString="BIG ROCK" showString="BIG ROCK DAM" coords="LAT...LON 3917 9405 3923 9387 3919 9385 3913 9394 3911 9405"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BigRockhighfast" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BigRockhighnormal" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BigRockmediumfast" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BigRockmediumnormal" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BigRockruleofthumb" parseString="FLOOD WAVE ESTIMATE" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Branched Oak Dam (Buchanan County)" bulletName="BranchedOakDam" parseString="BRANCHED OAK" showString="BRANCHED OAK DAM" coords="LAT...LON 3971 9467 3957 9466 3955 9475 3970 9476"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BranchedOakhighfast" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BranchedOakhighnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BranchedOakmediumfast" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BranchedOakmediumnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BranchedOakruleofthumb" parseString="FLOOD WAVE ESTIMATE" showString="BRANCHED OAK DAM"/>
|
||||
</damInfoBullets>
|
||||
-->
|
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/dssEvents.vm
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/dssEvents.vm
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/dssEvents.xml
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/dssEvents.xml
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/dupCounties.vm
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/dupCounties.vm
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/extremeWindWarning.xml
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/extremeWindWarning.xml
Executable file → Normal file
|
@ -8,7 +8,6 @@
|
|||
## Dave Tomalak 3-25/26-2015 Mixed Case
|
||||
## Mike Dangelo 10-22-2015 checked for mixed case = passed
|
||||
## Bookbinder 1-30-2017 capitalization of emphasis phrase DR19358 ##
|
||||
## Mike Rega 4/24/2018 DR 20671 add && to end of full CON PPA
|
||||
################################################
|
||||
##
|
||||
#parse("config.vm")
|
||||
|
@ -240,10 +239,6 @@ TAKE COVER NOW! Treat these imminent extreme winds as if a tornado was approachi
|
|||
#if(${list.contains(${bullets}, "safePlacesCTA")})
|
||||
The safest place to be during a major landfalling hurricane is in a reinforced interior room away from windows. Get under a table or other piece of sturdy furniture. Use mattresses, blankets or pillows to cover your head and body. Remain in place through the passage of these life-threatening conditions.
|
||||
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "destructiveWindsCTA")} || ${list.contains(${bullets}, "takeCoverCTA")} || ${list.contains(${bullets}, "safePlacesCTA")})
|
||||
&&
|
||||
|
||||
#end
|
||||
#############
|
||||
## WATCHES ##
|
||||
|
|
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/extremeWindWarningFollowup.xml
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/extremeWindWarningFollowup.xml
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/fireWarning.vm
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/fireWarning.vm
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/fireWarning.xml
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/fireWarning.xml
Executable file → Normal file
|
@ -19,7 +19,6 @@
|
|||
## Phil Kurimski 10-20-2015 Fixed FFW Emergency wording
|
||||
## Mike Dangelo 10-20-2015 Standard CTAs
|
||||
## Evan Bookbinder 12-07-2016 Fixed inconsistencies with law enforcement/emergency management source text DR 18713
|
||||
## Mike Rega 04-20-2018 DR 20671 3rd bullet EMER mixed case fix
|
||||
#################################### SET SOME VARIABLES ###################################
|
||||
#parse("config.vm")
|
||||
#set($hycType = "")
|
||||
|
@ -335,7 +334,7 @@ ${rainAmount}${isExpected}${snowMelt}
|
|||
##########################################################################
|
||||
#if(${list.contains(${bullets}, "ffwEmergency")} )
|
||||
#set($ctaSelected = "YES")
|
||||
#wrapText("THIS IS A FLASH FLOOD EMERGENCY FOR !** Edit Location(s) **!. This is a PARTICULARLY DANGEROUS SITUATION. SEEK HIGHER GROUND NOW!" 2 2)
|
||||
#wrapText("This is a FLASH FLOOD EMERGENCY for !** Edit Location(s) **!. This is a PARTICULARLY DANGEROUS SITUATION. SEEK HIGHER GROUND NOW!" 2 2)
|
||||
#end
|
||||
|
||||
|
||||
|
|
|
@ -5,17 +5,16 @@
|
|||
-->
|
||||
<!-- Flash Flood Warning configuration for County-based products-->
|
||||
<!-- RECENT HISTORY
|
||||
Qinglu Lin 04-04-2012 DR 14691. Added <feAreaField> tag.
|
||||
Evan Bookbinder 09-12-2012 Added new areaSource objects
|
||||
Evan Bookbinder 01-07-2013 LockedGroupsOnFollowup tag
|
||||
Phil Kurimski 02-05-2013 revised CTA selections
|
||||
Mike Dangelo 09-18-2013 to optionally allow <trackEnabled>=true for pathcasting, and add pointMarker.xml 'include'
|
||||
Mike Dangelo 09-19-2013 more flexibility on third bullet and fourth bullet wording
|
||||
Phil Kurimski 09-19-2013 added geospatialConfig.xml
|
||||
Gene Petrescu 09-20-2013 added gauge only option for event
|
||||
Mike Rega 01-18-2014 added Alaska GP changes for 14.2.1
|
||||
Mike Dangelo 10-20-2015 Standard CTAs
|
||||
Phil Kurimski 03-21-2018 Fixed FFW Emergency CTA Parse String DR 20671
|
||||
Qinglu Lin 04-04-2012 DR 14691. Added <feAreaField> tag.
|
||||
Evan Bookbinder 09-12-2012 Added new areaSource objects
|
||||
Evan Bookbinder 01-07-2013 LockedGroupsOnFollowup tag
|
||||
Phil Kurimski 02-05-2013 revised CTA selections
|
||||
Mike Dangelo 09-18-2013 to optionally allow <trackEnabled>=true for pathcasting, and add pointMarker.xml 'include'
|
||||
Mike Dangelo 09-19-2013 more flexibility on third bullet and fourth bullet wording
|
||||
Phil Kurimski 09-19-2013 added geospatialConfig.xml
|
||||
Gene Petrescu 09-20-2013 added gauge only option for event
|
||||
Mike Rega 01-18-2014 added Alaska GP changes for 14.2.1
|
||||
Mike Dangelo 10-20-2015 Standard CTAs
|
||||
-->
|
||||
|
||||
<warngenConfig>
|
||||
|
@ -38,17 +37,17 @@ turned on unless the corresponding .vm file is turned on in a given template's .
|
|||
<unitSpeed>mph</unitSpeed>
|
||||
|
||||
<!-- OPTIONAL: 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. -->
|
||||
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>
|
||||
<!-- <map>FFMP Small Stream Basin Links</map> -->
|
||||
<!-- <map>Major Rivers</map> -->
|
||||
<!-- <map>FFMP Small Stream Basin Links</map> -->
|
||||
<!-- <map>Major Rivers</map> -->
|
||||
</maps>
|
||||
|
||||
<!-- Followups: VTEC actions of allowable followups when this template is selected
|
||||
Each followup will become available when the appropriate time range permits.
|
||||
Each followup will become available when the appropriate time range permits.
|
||||
-->
|
||||
<followups>
|
||||
<followup>NEW</followup>
|
||||
|
@ -77,8 +76,8 @@ Must be paired with proper vm code (also commented out in flashFloodWarning.vm)!
|
|||
<!-- <trackEnabled>true</trackEnabled> -->
|
||||
|
||||
<!-- Included watches: If a tornado watch or severe thunderstorm watch is to be
|
||||
included with the warning product include TO.A and/or SV.A,
|
||||
respectively. Please refer to 'includedWatchAreaBuffer' in <areaConfig/>. -->
|
||||
included with the warning product include TO.A and/or SV.A,
|
||||
respectively. Please refer to 'includedWatchAreaBuffer' in <areaConfig/>. -->
|
||||
<includedWatches>
|
||||
<includedWatch>TO.A</includedWatch>
|
||||
<includedWatch>SV.A</includedWatch>
|
||||
|
@ -105,17 +104,17 @@ Must be paired with proper vm code (also commented out in flashFloodWarning.vm)!
|
|||
</durations>
|
||||
|
||||
<!-- UNCOMMENT IF YOU HAVE YOUR RIVER DRAINAGE BASINS SETUP
|
||||
<pointSource variable="riverdrainages">
|
||||
<pointSource>ffmp_basins</pointSource>
|
||||
<geometryDecimationTolerance>0.064</geometryDecimationTolerance>
|
||||
<pointField>streamname</pointField>
|
||||
<filter>
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="%$warngenCWAFilter%" constraintType="LIKE" />
|
||||
</mapping>
|
||||
</filter>
|
||||
<withinPolygon>true</withinPolygon>
|
||||
</pointSource>
|
||||
<pointSource variable="riverdrainages">
|
||||
<pointSource>ffmp_basins</pointSource>
|
||||
<geometryDecimationTolerance>0.064</geometryDecimationTolerance>
|
||||
<pointField>streamname</pointField>
|
||||
<filter>
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="$warngenCWAFilter" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
</filter>
|
||||
<withinPolygon>true</withinPolygon>
|
||||
</pointSource>
|
||||
-->
|
||||
|
||||
<lockedGroupsOnFollowup>ic,ffwEMER</lockedGroupsOnFollowup>
|
||||
|
@ -156,7 +155,7 @@ Must be paired with proper vm code (also commented out in flashFloodWarning.vm)!
|
|||
<bullet bulletName="drainages" bulletText="Automated list of drainages" parseString="THIS INCLUDES THE FOLLOWING STREAMS AND DRAINAGES" loadMap="River Drainage Basins"/>
|
||||
<bullet bulletText="**** CALL TO ACTIONS (CHOOSE 1 OR MORE) ****" bulletType="title"/>
|
||||
<!-- end all call to action bullets with "CTA" ex: "obviousNameCTA" -->
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString="AREA SUBJECT TO FLOODING OR UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString=" DO NOT ATTEMPT TO TRAVEL UNLESS YOU ARE FLEEING AN AREA SUBJECT TO FLOODING OR ARE UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="TADD_CTA" bulletText="Turn around, don't drown" parseString=""TURN AROUND","DON'T DROWN""/>
|
||||
<bullet bulletName="actQuicklyCTA" bulletText="Act Quickly" parseString="ACT QUICKLY TO PROTECT YOUR LIFE"/>
|
||||
<bullet bulletName="childSafetyCTA" bulletText="Child Safety" parseString="KEEP CHILDREN AWAY"/>
|
||||
|
@ -210,7 +209,7 @@ Must be paired with proper vm code (also commented out in flashFloodWarning.vm)!
|
|||
<bullet bulletName="particularStream" bulletText="Flooding is occurring in a particular stream/river" parseString="FLOOD WATERS ARE MOVING DOWN"/>
|
||||
<bullet bulletName="drainages" bulletText="Automated list of drainages" parseString="THIS INCLUDES THE FOLLOWING STREAMS AND DRAINAGES" loadMap="River Drainage Basins"/>
|
||||
<bullet bulletText="**** CALL TO ACTIONS (CHOOSE 1 OR MORE) ****" bulletType="title"/>
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString="AREA SUBJECT TO FLOODING OR UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString=" DO NOT ATTEMPT TO TRAVEL UNLESS YOU ARE FLEEING AN AREA SUBJECT TO FLOODING OR ARE UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="TADD_CTA" bulletText="Turn around, don't drown" parseString=""TURN AROUND","DON'T DROWN""/>
|
||||
<bullet bulletName="actQuicklyCTA" bulletText="Act Quickly" parseString="ACT QUICKLY TO PROTECT YOUR LIFE"/>
|
||||
<bullet bulletName="childSafetyCTA" bulletText="Child Safety" parseString="KEEP CHILDREN AWAY"/>
|
||||
|
@ -264,7 +263,7 @@ Must be paired with proper vm code (also commented out in flashFloodWarning.vm)!
|
|||
<bullet bulletName="particularStream" bulletText="Flooding is occurring in a particular stream/river" parseString="FLOOD WATERS ARE MOVING DOWN"/>
|
||||
<bullet bulletName="drainages" bulletText="Automated list of drainages" parseString="THIS INCLUDES THE FOLLOWING STREAMS AND DRAINAGES" loadMap="River Drainage Basins"/>
|
||||
<bullet bulletText="**** CALL TO ACTIONS (CHOOSE 1 OR MORE) ****" bulletType="title"/>
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString="AREA SUBJECT TO FLOODING OR UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString=" DO NOT ATTEMPT TO TRAVEL UNLESS YOU ARE FLEEING AN AREA SUBJECT TO FLOODING OR ARE UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="TADD_CTA" bulletText="Turn around, don't drown" parseString=""TURN AROUND","DON'T DROWN""/>
|
||||
<bullet bulletName="actQuicklyCTA" bulletText="Act Quickly" parseString="ACT QUICKLY TO PROTECT YOUR LIFE"/>
|
||||
<bullet bulletName="childSafetyCTA" bulletText="Child Safety" parseString="KEEP CHILDREN AWAY"/>
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
## Evan Bookbinder 9-5-2015 fixed bad grammar in line of storms option
|
||||
## Phil Kurimski 10-20-2015 Fixed FFW Emergency wording
|
||||
## Mike Dangelo 10-20-2015 Standard CTAs
|
||||
## Mike Rega 04-20-2018 DR 20671 3rd bullet EMER mixed case fix
|
||||
#################################### SET SOME VARs ###################################
|
||||
#parse("config.vm")
|
||||
#set($hycType = "")
|
||||
|
@ -409,7 +408,7 @@ ${rainAmount} ${isExpected} ${snowMelt}
|
|||
##########################
|
||||
#if(${list.contains(${bullets}, "ffwEmergency")} )
|
||||
#set($ctaSelected = "YES")
|
||||
THIS IS A FLASH FLOOD EMERGENCY FOR !** Edit Location(s) **!. This is a PARTICULARLY DANGEROUS SITUATION. SEEK HIGHER GROUND NOW!
|
||||
This is a FLASH FLOOD EMERGENCY for !** Edit Location(s) **!. This is a PARTICULARLY DANGEROUS SITUATION. SEEK HIGHER GROUND NOW!
|
||||
#end
|
||||
|
||||
######################################################
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
Modified by Gene Petrescu 09-20-2013 added Alaska Modifications (G
|
||||
Modified by Mike Rega 01-18-2014 added Alaska GP changes for 14.2.1
|
||||
Mike Dangelo 10-20-2015 Standard CTAs
|
||||
Phil Kurimski 03-21-2018 Fixed FFW Emergency CTA Parse String DR 20671
|
||||
-->
|
||||
|
||||
<warngenConfig>
|
||||
|
@ -38,17 +37,17 @@ turned on unless the corresponding .vm file is turned on in a given template's .
|
|||
<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. -->
|
||||
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>
|
||||
<!-- <map>FFMP Small Stream Basin Links</map> -->
|
||||
<!-- <map>Major Rivers</map> -->
|
||||
<!-- <map>FFMP Small Stream Basin Links</map> -->
|
||||
<!-- <map>Major Rivers</map> -->
|
||||
</maps>
|
||||
|
||||
<!-- Followups: VTEC actions of allowable followups when this template is selected
|
||||
Each followup will become available when the appropriate time range permits.
|
||||
Each followup will become available when the appropriate time range permits.
|
||||
-->
|
||||
<followups>
|
||||
<followup>COR</followup>
|
||||
|
@ -84,17 +83,17 @@ Must be paired with proper vm code (also commented out in flashFloodWarningFollo
|
|||
<duration>30</duration>
|
||||
</durations>
|
||||
|
||||
<!-- UNCOMMENT IF YOU HAVE YOUR RIVER DRAINAGE BASINS SETUP
|
||||
<pointSource variable="riverdrainages">
|
||||
<pointSource>ffmp_basins</pointSource>
|
||||
<geometryDecimationTolerance>0.064</geometryDecimationTolerance>
|
||||
<pointField>streamname</pointField>
|
||||
<filter>
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="%$warngenCWAFilter%" constraintType="LIKE" />
|
||||
</mapping>
|
||||
</filter>
|
||||
<withinPolygon>true</withinPolygon>
|
||||
<!-- UNCOMMENT IF YOU HAVE YOUR RIVER DRAINAGE BASINS SETUP
|
||||
<pointSource variable="riverdrainages">
|
||||
<pointSource>ffmp_basins</pointSource>
|
||||
<geometryDecimationTolerance>0.064</geometryDecimationTolerance>
|
||||
<pointField>streamname</pointField>
|
||||
<filter>
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="$warngenCWAFilter" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
</filter>
|
||||
<withinPolygon>true</withinPolygon>
|
||||
</pointSource>
|
||||
-->
|
||||
|
||||
|
@ -158,7 +157,7 @@ Must be paired with proper vm code (also commented out in flashFloodWarningFollo
|
|||
<bullet bulletName="drainages" bulletText="Automated list of drainages" parseString="THIS INCLUDES THE FOLLOWING STREAMS AND DRAINAGES" loadMap="River Drainage Basins"/>
|
||||
<bullet bulletText="**** CALL TO ACTIONS (CHOOSE 1 OR MORE) ****" bulletType="title"/>
|
||||
<!-- end all call to action bullets with "CTA" ex: "obviousNameCTA" -->
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString="AREA SUBJECT TO FLOODING OR UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString=" DO NOT ATTEMPT TO TRAVEL UNLESS YOU ARE FLEEING AN AREA SUBJECT TO FLOODING OR ARE UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="TADD_CTA" bulletText="Turn around, don't drown" parseString=""TURN AROUND","DON'T DROWN""/>
|
||||
<bullet bulletName="actQuicklyCTA" bulletText="Act Quickly" parseString="ACT QUICKLY TO PROTECT YOUR LIFE"/>
|
||||
<bullet bulletName="childSafetyCTA" bulletText="Child Safety" parseString="KEEP CHILDREN AWAY"/>
|
||||
|
@ -213,7 +212,7 @@ Must be paired with proper vm code (also commented out in flashFloodWarningFollo
|
|||
<bullet bulletName="particularStream" bulletText="Flooding is occurring in a particular stream/river" parseString="FLOOD WATERS ARE MOVING DOWN"/>
|
||||
<bullet bulletName="drainages" bulletText="Automated list of drainages" parseString="THIS INCLUDES THE FOLLOWING STREAMS AND DRAINAGES" loadMap="River Drainage Basins"/>
|
||||
<bullet bulletText="**** CALL TO ACTIONS (CHOOSE 1 OR MORE) ****" bulletType="title"/>
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString="AREA SUBJECT TO FLOODING OR UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString=" DO NOT ATTEMPT TO TRAVEL UNLESS YOU ARE FLEEING AN AREA SUBJECT TO FLOODING OR ARE UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="TADD_CTA" bulletText="Turn around, don't drown" parseString=""TURN AROUND","DON'T DROWN""/>
|
||||
<bullet bulletName="actQuicklyCTA" bulletText="Act Quickly" parseString="ACT QUICKLY TO PROTECT YOUR LIFE"/>
|
||||
<bullet bulletName="childSafetyCTA" bulletText="Child Safety" parseString="KEEP CHILDREN AWAY"/>
|
||||
|
|
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/forecasterName.vm
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/forecasterName.vm
Executable file → Normal file
29
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/geospatialConfig_ALASKA_MARINE.xml
Executable file → Normal file
29
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/geospatialConfig_ALASKA_MARINE.xml
Executable file → Normal file
|
@ -19,24 +19,21 @@ SOFTWARE HISTORY
|
|||
Date Ticket# Engineer Description
|
||||
Aug 02, 2017 6362 randerso Initial creation, copied from geospatialConfig_MARINE.xml
|
||||
modified to use alaska_marine view
|
||||
Feb 20, 2020 21031 dhaines added commented-out default values for properties to
|
||||
enable coastal extensions
|
||||
Dec 17, 2020 21031 dhaines moved parentAreaSource out of geospatialConfig into areaSource(s)
|
||||
to address problems discovered during regression testing
|
||||
-->
|
||||
|
||||
<!-- CREATE DEFAULT OBJECTS. THIS SHOULD GENERALLY NOT BE TOUCHED -->
|
||||
<geospatialConfig>
|
||||
<pointSource>WarnGenLoc</pointSource>
|
||||
<areaSource>alaska_marine</areaSource>
|
||||
<parentAreaSource>alaska_marine</parentAreaSource>
|
||||
<timezoneSource>TIMEZONES</timezoneSource>
|
||||
<timezoneField>TIME_ZONE</timezoneField>
|
||||
</geospatialConfig>
|
||||
|
||||
|
||||
<!-- CREATE areaSource OBJECT TO GENERATE MARINE-BASED INFORMATION OFF WARNGEN HATCHING -->
|
||||
<areaSource variable="areas">
|
||||
<areaSource>alaska_marine</areaSource>
|
||||
<parentAreaSource>alaska_marine</parentAreaSource>
|
||||
<inclusionPercent>0</inclusionPercent>
|
||||
<inclusionAndOr>AND</inclusionAndOr>
|
||||
<inclusionArea>0</inclusionArea>
|
||||
|
@ -57,22 +54,6 @@ Dec 17, 2020 21031 dhaines moved parentAreaSource out of geospatialConfig
|
|||
<includedWatchAreaBuffer>0</includedWatchAreaBuffer>
|
||||
</areaSource>
|
||||
|
||||
<!-- UNCOMMENT to enable coastal extension functionality. Note: DO NOT change
|
||||
the value of the type property - doing this will cause the generation of the
|
||||
text product itself to fail -->
|
||||
<!-- areaSource variable="extensionAreas">
|
||||
<areaSource>Zone</areaSource>
|
||||
<parentAreaSource>States</parentAreaSource>
|
||||
<type>INTERSECT</type>
|
||||
<areaField>NAME</areaField>
|
||||
<parentAreaField>NAME</parentAreaField>
|
||||
<areaNotationField>STATE</areaNotationField>
|
||||
<fipsField>STATE_ZONE</fipsField>
|
||||
</areaSource -->
|
||||
|
||||
<!-- UNCOMMENT to enable coastal extension functionality. The values "3" and "2" are
|
||||
placeholders to be changed to better suit your local coastline's complexity -->
|
||||
<!-- extensionArea distance="3" simplification="2" /-->
|
||||
|
||||
<!-- CREATE pointSource OBJECT TO GENERATE LIST OF CLOSEST POINTS TO DOT (3RD BULLET) -->
|
||||
<!-- type = AREA allows us to use multi-polygonal shapefiles despite the pointSource misnomer -->
|
||||
|
@ -146,7 +127,7 @@ placeholders to be changed to better suit your local coastline's complexity -->
|
|||
</mapping>
|
||||
<!-- UNCOMMENT TO EXCLUDE LOCATIONS OUTSIDE THE CWA
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="%$warngenCWAFilter%" constraintType="LIKE" />
|
||||
<constraint constraintValue="$warngenCWAFilter" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
-->
|
||||
</filter>
|
||||
|
@ -174,7 +155,7 @@ placeholders to be changed to better suit your local coastline's complexity -->
|
|||
</mapping>
|
||||
<!-- UNCOMMENT TO EXCLUDE LOCATIONS OUTSIDE THE CWA
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="%$warngenCWAFilter%" constraintType="LIKE" />
|
||||
<constraint constraintValue="$warngenCWAFilter" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
-->
|
||||
</filter>
|
||||
|
@ -198,7 +179,7 @@ placeholders to be changed to better suit your local coastline's complexity -->
|
|||
</mapping>
|
||||
<!-- UNCOMMENT TO EXCLUDE LOCATIONS OUTSIDE THE CWA
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="%$warngenCWAFilter%" constraintType="LIKE" />
|
||||
<constraint constraintValue="$warngenCWAFilter" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
-->
|
||||
</filter>
|
||||
|
|
|
@ -20,26 +20,11 @@ Date Ticket# Engineer Description
|
|||
09/16/13 EBookbinder Initial creation
|
||||
06/08/17 DCS 19299 Mike Rega Add optional 4th bullet filter to exclude
|
||||
cities outside the CWA
|
||||
02/20/20 DR #21031 dhaines added commented-out default values for properties
|
||||
to enable coastal extensions, moved geospatialConfig
|
||||
node to the top to match format of other
|
||||
geospatialConfig files
|
||||
12/17/20 DR #21031 dhaines moved parentAreaSource out of geospatialConfig into areaSource(s)
|
||||
to address problems discovered during regression testing
|
||||
-->
|
||||
|
||||
<!-- CREATE DEFAULT OBJECTS. THIS SHOULD GENERALLY NOT BE TOUCHED -->
|
||||
<geospatialConfig>
|
||||
<pointSource>WarnGenLoc</pointSource>
|
||||
<areaSource>County</areaSource>
|
||||
<timezoneSource>TIMEZONES</timezoneSource>
|
||||
<timezoneField>TIME_ZONE</timezoneField>
|
||||
</geospatialConfig>
|
||||
|
||||
<!-- CREATE PRIMARY areaSource OBJECT TO GENERATE COUNTY-BASED INFORMATION OFF WARNGEN HATCHING -->
|
||||
<areaSource variable="areas">
|
||||
<areaSource>County</areaSource>
|
||||
<parentAreaSource>States</parentAreaSource>
|
||||
<inclusionPercent>0</inclusionPercent>
|
||||
<inclusionAndOr>AND</inclusionAndOr>
|
||||
<inclusionArea>0</inclusionArea>
|
||||
|
@ -69,7 +54,6 @@ Date Ticket# Engineer Description
|
|||
|
||||
<!-- areaSource variable="affectedZones">
|
||||
<areaSource>Zone</areaSource>
|
||||
<parentAreaSource>States</parentAreaSource>
|
||||
<type>INTERSECT</type>
|
||||
<inclusionPercent>0</inclusionPercent>
|
||||
<inclusionAndOr>AND</inclusionAndOr>
|
||||
|
@ -93,23 +77,6 @@ Date Ticket# Engineer Description
|
|||
<includedWatchAreaBuffer>0</includedWatchAreaBuffer>
|
||||
</areaSource -->
|
||||
|
||||
<!-- UNCOMMENT to enable coastal extension functionality. Note: DO NOT change
|
||||
the value of the type property - doing this will cause the generation of the
|
||||
text product itself to fail -->
|
||||
<!-- areaSource variable="extensionAreas">
|
||||
<areaSource>MarineZones</areaSource>
|
||||
<parentAreaSource>MarineZones</parentAreaSource>
|
||||
<type>INTERSECT</type>
|
||||
<areaField>NAME</areaField>
|
||||
<parentAreaField>NAME</parentAreaField>
|
||||
<areaNotationField>NAME</areaNotationField>
|
||||
<fipsField>ID</fipsField>
|
||||
</areaSource-->
|
||||
|
||||
<!-- UNCOMMENT to enable coastal extension functionality. The values "3" and "2" are
|
||||
placeholders to be changed to better suit your local coastline's complexity -->
|
||||
<!-- extensionArea distance="3" simplification="2" /-->
|
||||
|
||||
<!-- CREATE pointSource OBJECT TO GENERATE LIST OF CLOSEST POINTS TO DOT (3RD BULLET) -->
|
||||
<!-- type = AREA allows us to use multi-polygonal shapefiles despite the pointSource misnomer -->
|
||||
<pointSource variable="closestPoints">
|
||||
|
@ -184,7 +151,7 @@ placeholders to be changed to better suit your local coastline's complexity -->
|
|||
</mapping>
|
||||
<!-- UNCOMMENT TO EXCLUDE LOCATIONS OUTSIDE THE CWA
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="%$warngenCWAFilter%" constraintType="LIKE" />
|
||||
<constraint constraintValue="$warngenCWAFilter" constraintType="LIKE" />
|
||||
</mapping>
|
||||
-->
|
||||
</filter>
|
||||
|
@ -212,7 +179,7 @@ placeholders to be changed to better suit your local coastline's complexity -->
|
|||
</mapping>
|
||||
<!-- UNCOMMENT TO EXCLUDE LOCATIONS OUTSIDE THE CWA
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="%$warngenCWAFilter%" constraintType="LIKE" />
|
||||
<constraint constraintValue="$warngenCWAFilter" constraintType="LIKE" />
|
||||
</mapping>
|
||||
-->
|
||||
</filter>
|
||||
|
@ -236,7 +203,7 @@ placeholders to be changed to better suit your local coastline's complexity -->
|
|||
</mapping>
|
||||
<!-- UNCOMMENT TO EXCLUDE LOCATIONS OUTSIDE THE CWA
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="%$warngenCWAFilter%" constraintType="LIKE" />
|
||||
<constraint constraintValue="$warngenCWAFilter" constraintType="LIKE" />
|
||||
</mapping>
|
||||
-->
|
||||
</filter>
|
||||
|
@ -246,3 +213,12 @@ placeholders to be changed to better suit your local coastline's complexity -->
|
|||
<sort>distance</sort>
|
||||
</sortBy>
|
||||
</pointSource>
|
||||
|
||||
<!-- CREATE DEFAULT OBJECTS. THIS SHOULD GENERALLY NOT BE TOUCHED -->
|
||||
<geospatialConfig>
|
||||
<pointSource>WarnGenLoc</pointSource>
|
||||
<areaSource>County</areaSource>
|
||||
<parentAreaSource>States</parentAreaSource>
|
||||
<timezoneSource>TIMEZONES</timezoneSource>
|
||||
<timezoneField>TIME_ZONE</timezoneField>
|
||||
</geospatialConfig>
|
||||
|
|
|
@ -22,15 +22,13 @@ Date Ticket# Engineer Description
|
|||
<pointSource variable="otherPoints>, and <pointSource variable="locationList">.
|
||||
06/08/17 DCS 19299 Mike Rega Add optional 4th bullet filter to exclude locations
|
||||
outside the CWA
|
||||
02/20/20 DR #21031 dhaines added commented-out default values for properties to enable coastal extensions
|
||||
12/17/20 DR #21031 dhaines moved parentAreaSource out of geospatialConfig into areaSource(s)
|
||||
to address problems discovered during regression testing
|
||||
-->
|
||||
|
||||
<!-- CREATE DEFAULT OBJECTS. THIS SHOULD GENERALLY NOT BE TOUCHED -->
|
||||
<geospatialConfig>
|
||||
<pointSource>WarnGenLoc</pointSource>
|
||||
<areaSource>MarineZones</areaSource>
|
||||
<parentAreaSource>MarineZones</parentAreaSource>
|
||||
<timezoneSource>TIMEZONES</timezoneSource>
|
||||
<timezoneField>TIME_ZONE</timezoneField>
|
||||
</geospatialConfig>
|
||||
|
@ -39,7 +37,6 @@ Date Ticket# Engineer Description
|
|||
<!-- CREATE areaSource OBJECT TO GENERATE MARINE-BASED INFORMATION OFF WARNGEN HATCHING -->
|
||||
<areaSource variable="areas">
|
||||
<areaSource>MarineZones</areaSource>
|
||||
<parentAreaSource>MarineZones</parentAreaSource>
|
||||
<inclusionPercent>0</inclusionPercent>
|
||||
<inclusionAndOr>AND</inclusionAndOr>
|
||||
<inclusionArea>0</inclusionArea>
|
||||
|
@ -60,22 +57,6 @@ Date Ticket# Engineer Description
|
|||
<includedWatchAreaBuffer>0</includedWatchAreaBuffer>
|
||||
</areaSource>
|
||||
|
||||
<!-- UNCOMMENT to enable coastal extension functionality. Note: DO NOT change
|
||||
the value of the type property - doing this will cause the generation of the
|
||||
text product itself to fail -->
|
||||
<!--areaSource variable="extensionAreas">
|
||||
<areaSource>County</areaSource>
|
||||
<parentAreaSource>States</parentAreaSource>
|
||||
<type>INTERSECT</type>
|
||||
<areaField>COUNTYNAME</areaField>
|
||||
<parentAreaField>NAME</parentAreaField>
|
||||
<areaNotationField>STATE</areaNotationField>
|
||||
<fipsField>FIPS</fipsField>
|
||||
</areaSource-->
|
||||
|
||||
<!-- UNCOMMENT to enable coastal extension functionality. The values "3" and "2" are
|
||||
placeholders to be changed to better suit your local coastline's complexity -->
|
||||
<!-- extensionArea distance="3" simplification="2" /-->
|
||||
|
||||
<!-- CREATE pointSource OBJECT TO GENERATE LIST OF CLOSEST POINTS TO DOT (3RD BULLET) -->
|
||||
<!-- type = AREA allows us to use multi-polygonal shapefiles despite the pointSource misnomer -->
|
||||
|
@ -149,7 +130,7 @@ placeholders to be changed to better suit your local coastline's complexity -->
|
|||
</mapping>
|
||||
<!-- UNCOMMENT TO EXCLUDE LOCATIONS OUTSIDE THE CWA
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="%$warngenCWAFilter%" constraintType="LIKE" />
|
||||
<constraint constraintValue="$warngenCWAFilter" constraintType="LIKE" />
|
||||
</mapping>
|
||||
-->
|
||||
</filter>
|
||||
|
@ -177,7 +158,7 @@ placeholders to be changed to better suit your local coastline's complexity -->
|
|||
</mapping>
|
||||
<!-- UNCOMMENT TO EXCLUDE LOCATIONS OUTSIDE THE CWA
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="%$warngenCWAFilter%" constraintType="LIKE" />
|
||||
<constraint constraintValue="$warngenCWAFilter" constraintType="LIKE" />
|
||||
</mapping>
|
||||
-->
|
||||
</filter>
|
||||
|
@ -201,7 +182,7 @@ placeholders to be changed to better suit your local coastline's complexity -->
|
|||
</mapping>
|
||||
<!-- UNCOMMENT TO EXCLUDE LOCATIONS OUTSIDE THE CWA
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="%$warngenCWAFilter%" constraintType="LIKE" />
|
||||
<constraint constraintValue="$warngenCWAFilter" constraintType="LIKE" />
|
||||
</mapping>
|
||||
-->
|
||||
</filter>
|
||||
|
|
|
@ -20,25 +20,21 @@ Date Ticket# Engineer Description
|
|||
09/16/13 EBookbinder Initial creation
|
||||
06/08/17 DCS 19299 Mike Rega Add optional 4th bullet filter to exclude
|
||||
cities outside the CWA
|
||||
02/20/20 DR #21031 dhaines added commented-out default values for
|
||||
properties to enable coastal extensions
|
||||
12/17/20 DR #21031 dhaines moved parentAreaSource out of geospatialConfig into areaSource(s)
|
||||
to address problems discovered during regression testing,
|
||||
changed default coastal extension area source and clarified comment
|
||||
-->
|
||||
|
||||
<!-- CREATE DEFAULT OBJECTS. THIS SHOULD GENERALLY NOT BE TOUCHED -->
|
||||
<geospatialConfig>
|
||||
<pointSource>WarnGenLoc</pointSource>
|
||||
<areaSource>Zone</areaSource>
|
||||
<parentAreaSource>States</parentAreaSource>
|
||||
<timezoneSource>TIMEZONES</timezoneSource>
|
||||
<timezoneField>TIME_ZONE</timezoneField>
|
||||
</geospatialConfig>
|
||||
|
||||
|
||||
<!-- CREATE PRIMARY areaSource OBJECT TO GENERATE ZONE-BASED INFORMATION OFF WARNGEN HATCHING -->
|
||||
<areaSource variable="areas">
|
||||
<areaSource>Zone</areaSource>
|
||||
<parentAreaSource>States</parentAreaSource>
|
||||
<inclusionPercent>0</inclusionPercent>
|
||||
<inclusionAndOr>AND</inclusionAndOr>
|
||||
<inclusionArea>0</inclusionArea>
|
||||
|
@ -65,7 +61,6 @@ Date Ticket# Engineer Description
|
|||
used by a template that has a zone based UGC and a county-based headline -->
|
||||
<areaSource variable="affectedCounties">
|
||||
<areaSource>COUNTY</areaSource>
|
||||
<parentAreaSource>States</parentAreaSource>
|
||||
<type>INTERSECT</type>
|
||||
<inclusionPercent>0</inclusionPercent>
|
||||
<inclusionAndOr>AND</inclusionAndOr>
|
||||
|
@ -89,23 +84,6 @@ Date Ticket# Engineer Description
|
|||
<includedWatchAreaBuffer>0</includedWatchAreaBuffer>
|
||||
</areaSource>
|
||||
|
||||
<!-- UNCOMMENT to enable coastal extension functionality. Note: DO NOT change
|
||||
the value of the type property - doing this will cause the generation of the
|
||||
text product itself to fail. If your WFO is in Alaska, you may need to change
|
||||
areaSource and parentAreaSource to "alaska_marine" -->
|
||||
<!-- areaSource variable="extensionAreas">
|
||||
<areaSource>MarineZones</areaSource>
|
||||
<parentAreaSource>MarineZones</parentAreaSource>
|
||||
<type>INTERSECT</type>
|
||||
<areaField>NAME</areaField>
|
||||
<parentAreaField>NAME</parentAreaField>
|
||||
<areaNotationField>NAME</areaNotationField>
|
||||
<fipsField>ID</fipsField>
|
||||
</areaSource-->
|
||||
|
||||
<!-- UNCOMMENT to enable coastal extension functionality. The values "3" and "2" are
|
||||
placeholders to be changed to better suit your local coastline's complexity -->
|
||||
<!-- extensionArea distance="3" simplification="2" /-->
|
||||
|
||||
<!-- CREATE pointSource OBJECT TO GENERATE LIST OF CLOSEST POINTS TO DOT (3RD BULLET) -->
|
||||
<!-- type = AREA allows us to use multi-polygonal shapefiles despite the pointSource misnomer -->
|
||||
|
@ -180,7 +158,7 @@ placeholders to be changed to better suit your local coastline's complexity -->
|
|||
</mapping>
|
||||
<!-- UNCOMMENT TO EXCLUDE LOCATIONS OUTSIDE THE CWA
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="%$warngenCWAFilter%" constraintType="LIKE" />
|
||||
<constraint constraintValue="$warngenCWAFilter" constraintType="LIKE" />
|
||||
</mapping>
|
||||
-->
|
||||
</filter>
|
||||
|
@ -208,7 +186,7 @@ placeholders to be changed to better suit your local coastline's complexity -->
|
|||
</mapping>
|
||||
<!-- UNCOMMENT TO EXCLUDE LOCATIONS OUTSIDE THE CWA
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="%$warngenCWAFilter%" constraintType="LIKE" />
|
||||
<constraint constraintValue="$warngenCWAFilter" constraintType="LIKE" />
|
||||
</mapping>
|
||||
-->
|
||||
</filter>
|
||||
|
@ -232,7 +210,7 @@ placeholders to be changed to better suit your local coastline's complexity -->
|
|||
</mapping>
|
||||
<!-- UNCOMMENT TO EXCLUDE LOCATIONS OUTSIDE THE CWA
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="%$warngenCWAFilter%" constraintType="LIKE" />
|
||||
<constraint constraintValue="$warngenCWAFilter" constraintType="LIKE" />
|
||||
</mapping>
|
||||
-->
|
||||
</filter>
|
||||
|
|
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/immediateCause.txt
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/immediateCause.txt
Executable file → Normal file
|
@ -1,423 +0,0 @@
|
|||
##########################################################################
|
||||
## IBW BURN SCAR FLASH FLOOD WARNING TEMPLATE FOR COUNTY-BASED PRODUCTS ##
|
||||
##########################################################################
|
||||
## CREATED BY Phil Kurimski WFO GRB
|
||||
## Updated by Phil Kurimski 10-22-2017 FFW IBW Format/Tags for CR
|
||||
## Phil Kurimski 11-28-2017 Removed local from local law enforcement,
|
||||
## rain from automated rain gauges and modified Burn Scar CTA
|
||||
## Phil Kurimski 12-01-2017 Reconfigured flash flood wording in third bullet
|
||||
## Phil Kurimski 12-02-2017 Added Rainfall rate phrase
|
||||
## Phil Kurimski 12-07-2017 Placed FFW Emergency phrase above Hazard Section
|
||||
## Phil Kurimski 12-20-2017 Modified Considerable/Catastrophic Impact Statements
|
||||
## Phil Kurimski 03-21-2018 Made Flash Flood Emergency Statement ALL CAPS
|
||||
## Phil Kurimski 06-06-2018 Made FFW Emergency Third Bullet Mixed Case DCS 20667
|
||||
## Evan Bookbinder 06-05-2019 DR 21342 Ensure there is a default CTA selected and migrate IBW rain rate to amount/duration
|
||||
######################################################################
|
||||
## This template can be used for any pre-defined polygon that a site
|
||||
## needs to issue a FFW for outside of a dam break.
|
||||
############################## SET SOME VARIABLES #############################
|
||||
#parse("config.vm")
|
||||
#set($hycType = "")
|
||||
#set($burnDrainage = "")
|
||||
#set($burnScar = "")
|
||||
#set($burnCTA = "")
|
||||
#set($emergencyHeadline = "!** ENTER LOCATION **!")
|
||||
#set($mayLikely = "may")
|
||||
#########################################################################
|
||||
## Parse command to include a burnScarInfo.vm file with site specific
|
||||
## burn scar information. Sites can include this information in a
|
||||
## separate file or include in the template per the coding below.
|
||||
#########################################################################
|
||||
#parse ("burnScarInfo.vm")
|
||||
#############################################
|
||||
## set variables for FFW IBW Tags and format
|
||||
#############################################
|
||||
#set($FFTag = "RADAR INDICATED")
|
||||
#set($FFDamageTag = "")
|
||||
#set($RainTag = "")
|
||||
#set($ratePhrase = "")
|
||||
#set($ffwHazard = "")
|
||||
#set($source = "Radar indicated.")
|
||||
#set($hazardType = "heavy rain")
|
||||
#if(${list.contains(${bullets}, "thunder")} )
|
||||
#set($hazardType = "thunderstorms")
|
||||
#end
|
||||
#set($hazard = "Flash flooding caused by ${hazardType}")
|
||||
#set($preImpact = "Flooding of")
|
||||
#set($ffwimpact = "Flooding of small creeks and streams, urban areas, highways, streets and underpasses as well as other drainage and low lying areas.")
|
||||
#########################################################################################
|
||||
## If Considerable Flash Flooding is selected change the Damage Threat to CONSIDERABLE
|
||||
## as well as the hazard and impact statements
|
||||
#########################################################################################
|
||||
#if(${list.contains(${bullets}, "considerableFFW")} )
|
||||
#set($hazard = "Life threatening flash flooding. Heavy rain producing flash flooding")
|
||||
#set($ffwimpact = "Life threatening flash flooding of creeks and streams, urban areas, highways, streets and underpasses.")
|
||||
#set($preImpact = "Life threatening flash flooding of")
|
||||
#set($FFDamageTag = "<L>FLASH FLOOD DAMAGE THREAT...CONSIDERABLE</L>")
|
||||
#end
|
||||
###################################################################################
|
||||
## If Flash Flood Emergency is selected change the Damage Threat to CATASTROPHIC
|
||||
## as well as the hazard and impact statements
|
||||
###################################################################################
|
||||
#if(${list.contains(${bullets}, "ffwEmergency")} )
|
||||
#set($hazard = "Life threatening flash flooding. Heavy rain producing flash flooding")
|
||||
#set($ffwimpact = "This is a PARTICULARLY DANGEROUS SITUATION. SEEK HIGHER GROUND NOW! Life threatening flash flooding of low water crossings, small creeks and streams, urban areas, highways, streets and underpasses.")
|
||||
#set($preImpact = "This is a PARTICULARLY DANGEROUS SITUATION. SEEK HIGHER GROUND NOW! IMMEDIATE EVACUATION for")
|
||||
#set($FFDamageTag = "<L>FLASH FLOOD DAMAGE THREAT...CATASTROPHIC</L>")
|
||||
#end
|
||||
#################################################################
|
||||
## Check to see if a Site Specific Burn Scar was selected, if
|
||||
## so put the Burn Scar name into the hazard and impact section
|
||||
#################################################################
|
||||
#if($burnScarName.length() > 0)
|
||||
#set($hazard = "${hazard} in and around the ${burnScarName}")
|
||||
#set($ffwimpact = "${preImpact} areas in and around the ${burnScarName}.")
|
||||
##set($emergencyHeadline = "#capitalize(${emergencyHeadline} 'ALL')")
|
||||
#end
|
||||
#############################################
|
||||
## Now put a period at the end of the hazard
|
||||
#############################################
|
||||
#set($hazard = "${hazard}.")
|
||||
#############################################
|
||||
## Set the IBW Amount/Duration Expected Tag
|
||||
#############################################
|
||||
#if(${list.contains(${bullets}, "ibwrain1")} )
|
||||
#set($RainTag = "EXPECTED RAINFALL...1-2 INCHES IN 1 HOUR")
|
||||
## #set($ratePhrase = "Rain is falling at the rate of one to two inches per hour. ")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "ibwrain2")} )
|
||||
#set($RainTag = "EXPECTED RAINFALL...2-3 INCHES IN 1 HOUR")
|
||||
## #set($ratePhrase = "Rain is falling at the rate of two to three inches per hour. ")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "ibwrain3")} )
|
||||
#set($RainTag = "EXPECTED RAINFALL...1-3 INCHES IN 1 HOUR")
|
||||
## #set($ratePhrase = "Rain is falling at the rate of one to three inches per hour. ")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "ibwrainEdit")} )
|
||||
#set($RainTag = "EXPECTED RAINFALL...!** RAIN AMT **! INCHES IN !** TIME PERIOD **!")
|
||||
## #set($ratePhrase = "Rain is falling at the rate of !** RAINFALL RATES **! inches per hour. ")
|
||||
#end
|
||||
|
||||
##
|
||||
#if(${action} == "EXT")
|
||||
#set($starttime = "000000T0000Z")
|
||||
#set($extend = true)
|
||||
#else
|
||||
#set($starttime = ${dateUtil.format(${start}, ${timeFormat.ymdthmz})})
|
||||
#set($extend = false)
|
||||
#end
|
||||
##
|
||||
#set($ic = "ER")
|
||||
#set($snowMelt = "")
|
||||
#if(${list.contains(${bullets}, "icrs")})
|
||||
#set($ic = "RS")
|
||||
#set($hycType = "Rain and Snowmelt in...")
|
||||
#set($snowMelt = "Rapid snowmelt is also occurring and will add to the flooding.")
|
||||
#end
|
||||
##
|
||||
${WMOId} ${vtecOffice} 000000 ${BBBId}
|
||||
${productId}${siteId}
|
||||
${ugcline}
|
||||
#################################### VTEC LINE ###################################
|
||||
/${productClass}.${action}.${vtecOffice}.FF.W.${etn}.${starttime}-${dateUtil.format(${expire}, ${timeFormat.ymdthmz}, 15)}/
|
||||
/00000.0.${ic}.000000T0000Z.000000T0000Z.000000T0000Z.OO/
|
||||
|
||||
#################################### MND HEADER ###################################
|
||||
BULLETIN - EAS ACTIVATION REQUESTED
|
||||
#if(${productClass}=="T")
|
||||
TEST...Flash Flood Warning...TEST
|
||||
#else
|
||||
Flash Flood Warning
|
||||
#end
|
||||
National Weather Service ${officeShort}
|
||||
#backupText(${backupSite})
|
||||
${dateUtil.format(${now}, ${timeFormat.header}, ${localtimezone})}
|
||||
|
||||
|
||||
#if(${productClass}=="T")
|
||||
...THIS MESSAGE IS FOR TEST PURPOSES ONLY...
|
||||
|
||||
#end
|
||||
|
||||
#############################################################################
|
||||
## Flash Flood Emergency Headline -- Coming soon to a warning near you! #
|
||||
#############################################################################
|
||||
#if(${list.contains(${bullets}, "ffwEmergency")} )
|
||||
#set($ctaSelected = "YES")
|
||||
...FLASH FLOOD EMERGENCY FOR #capitalize(${emergencyHeadline} 'ALL')...
|
||||
|
||||
#end
|
||||
#headlineext(${officeLoc}, ${backupSite}, ${extend})
|
||||
|
||||
#################################
|
||||
######## FIRST BULLET ###########
|
||||
#################################
|
||||
* ##
|
||||
#if(${productClass}=="T")
|
||||
THIS IS A TEST MESSAGE. ##
|
||||
#end
|
||||
Flash Flood Warning for...
|
||||
#if(${hycType} != "")
|
||||
<L> ${hycType}</L>
|
||||
#end
|
||||
#firstBullet(${areas})
|
||||
|
||||
#################################
|
||||
####### SECOND BULLET ###########
|
||||
#################################
|
||||
|
||||
* ##
|
||||
#if(${productClass}=="T")
|
||||
THIS IS A TEST MESSAGE. ##
|
||||
#end
|
||||
#secondBullet(${dateUtil},${expire},${timeFormat},${localtimezone},${secondtimezone})
|
||||
|
||||
################################################
|
||||
#################################
|
||||
######## THIRD BULLET ###########
|
||||
#################################
|
||||
#set($report = "heavy rain is occurring. !** ADD MORE DETAIL HERE **!")
|
||||
#if(${list.contains(${bullets}, "flash")} )
|
||||
#set($isExpected = "Flash flooding is already occurring.")
|
||||
#else
|
||||
#set($isExpected = "Flash flooding is ongoing or expected to begin shortly.")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "burnScar")} )
|
||||
#set($burnScar = "Excessive rainfall over the burn scar will result in debris flow moving through the !** DRAINAGE **!. The debris flow can consist of rock, mud, vegetation and other loose materials.")
|
||||
#set($mayLikely = "will likely")
|
||||
## #set($burnCTA = "Persons in the vicinity of !** DRAINAGE **! should evacuate immediately.")
|
||||
## #set($ctaSelected = "YES")
|
||||
#elseif(${list.contains(${bullets}, "mudSlide")} )
|
||||
#set($burnScar = "Excessive rainfall over the warning area will cause mud slides near steep terrain. The mud slide can consist of rock, mud, vegetation and other loose materials.")
|
||||
#set($mayLikely = "will likely")
|
||||
## #set($burnCTA = "Persons in the vicinity of !** DRAINAGE **! should evacuate immediately.")
|
||||
## #set($ctaSelected = "YES")
|
||||
#else
|
||||
#set($burnScar = "")
|
||||
#set($burnCTA = "")
|
||||
#end
|
||||
#########################################################################
|
||||
#set($rainAmount = "")
|
||||
#if(${list.contains(${bullets}, "rain1")} )
|
||||
#set($rainAmount = "Up to one inch of rain has already fallen.")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "rain2")} )
|
||||
#set($rainAmount = "Up to two inches of rain have already fallen.")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "rain3")} )
|
||||
#set($rainAmount = "Up to three inches of rain have already fallen.")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "rainEdit")} )
|
||||
#set($rainAmount = "!** RAINFALL AMOUNTS **! inches of rain have fallen.")
|
||||
#end
|
||||
#set($eventType = "heavy rain falling")
|
||||
#if(${list.contains(${bullets}, "thunder")})
|
||||
#set($eventType = "thunderstorms producing heavy rain")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "doppler")})
|
||||
#set($report = "Doppler radar indicated ${eventType} across the warned area.")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "dopplerGauge")})
|
||||
#set($report = "Doppler radar and automated gauges indicated ${eventType} across the warned area.")
|
||||
#set($source = "Radar and automated gauges.")
|
||||
#set($FFTag = "RADAR AND GAUGE INDICATED")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "trainedSpotters")})
|
||||
#set($report = "trained weather spotters reported ${eventType} in !** LOCATION **!.")
|
||||
#set($source = "Trained weather spotters.")
|
||||
#set($FFTag = "OBSERVED")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "public")})
|
||||
#set($report = "the public reported ${eventType} in !** LOCATION **!.")
|
||||
#set($source = "public.")
|
||||
#set($FFTag = "OBSERVED")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "lawEnforcement")})
|
||||
#set($report = "law enforcement reported ${eventType} in !** LOCATION **!.")
|
||||
#set($source = "law enforcement.")
|
||||
#set($FFTag = "OBSERVED")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "emergencyManagement")})
|
||||
#set($report = "emergency management reported ${eventType} in !** LOCATION **!.")
|
||||
#set($source = "emergency management.")
|
||||
#set($FFTag = "OBSERVED")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "satellite")})
|
||||
#set($report = "satellite estimates indicated ${eventType} across the warned area.")
|
||||
#set($source = "Satellite indicated.")
|
||||
#set($FFTag = "SATELLITE INDICATED")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "satelliteGauge")})
|
||||
#set($report = "satellite estimates and automated gauges indicated ${eventType} across the warned area.")
|
||||
#set($source = "Satellite and automated gauges.")
|
||||
#set($FFTag = "SATELLITE AND GAUGE INDICATED")
|
||||
#end
|
||||
|
||||
* ##
|
||||
#if(${productClass}=="T")
|
||||
THIS IS A TEST MESSAGE. ##
|
||||
#end
|
||||
#thirdBullet(${dateUtil},${event},${timeFormat},${localtimezone},${secondtimezone}), ${report} ${rainAmount} ${ratePhrase}${isExpected} ${snowMelt}
|
||||
|
||||
##########################################################################
|
||||
## Flash Flood Emergency per NWS 10-922 Directive goes with third bullet #
|
||||
##########################################################################
|
||||
#if(${list.contains(${bullets}, "ffwEmergency")} )
|
||||
#wrapText("THIS IS A FLASH FLOOD EMERGENCY FOR ${emergencyHeadline}. SEEK HIGHER GROUND NOW!" 2 2)
|
||||
#end
|
||||
|
||||
####################################
|
||||
## Section for the FFW IBW format ##
|
||||
####################################
|
||||
|
||||
#wrapText("HAZARD...#capitalize(${hazard} 'FIRST')" 2 11)
|
||||
|
||||
#wrapText("SOURCE...#capitalize(${source} 'FIRST')" 2 11)
|
||||
|
||||
#wrapText("IMPACT...${ffwimpact}" 2 11)
|
||||
|
||||
#wrapText("${burnScar}" 2 2)
|
||||
|
||||
#############################################################
|
||||
######## FOURTH BULLET (OPTIONAL IN FLOOD PRODUCTS) #########
|
||||
#############################################################
|
||||
#if(${list.contains(${bullets}, "listofcities")})
|
||||
#set($phenomena = "FLASH FLOOD")
|
||||
#set($floodType = "FLASH FLOODING")
|
||||
#set($warningType = "WARNING")
|
||||
* ##
|
||||
#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!
|
||||
#locationsList("Some locations that will experience flooding include..." ${floodType} 0 ${cityList} ${otherPoints} ${areas} ${dateUtil} ${timeFormat} 0)
|
||||
#end
|
||||
########################################## END OF OPTIONAL FOURTH BULLET ##############################
|
||||
######################################
|
||||
###### WHERE ADDITIONAL INFO GOES ####
|
||||
######################################
|
||||
|
||||
#if(${list.contains(${bullets}, "addRainfall")})
|
||||
Additional rainfall mounts of !** EDIT AMOUNT **! are possible in the warned area.
|
||||
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "drainages")})
|
||||
#drainages(${riverdrainages})
|
||||
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "particularStream")})
|
||||
Flood waters are moving down !**NAME OF CHANNEL**! from !**LOCATION**! to !**LOCATION**!. The flood crest is expected to reach !**LOCATION(S)**! by !**TIME(S)**!.
|
||||
|
||||
#end
|
||||
|
||||
#wrapText("${burnDrainage}" 2 2)
|
||||
|
||||
## parse file command here is to pull in mile marker info
|
||||
## #parse("mileMarkers.vm")
|
||||
|
||||
#################################### END OF ADDITIONAL STUFF ###################################
|
||||
######################################
|
||||
####### CALL TO ACTIONS ##############
|
||||
######################################
|
||||
##Check to see if we've selected any calls to action.
|
||||
#foreach (${bullet} in ${bullets})
|
||||
#if(${bullet.endsWith("CTA")})
|
||||
#set($ctaSelected = "YES")
|
||||
#end
|
||||
#end
|
||||
##
|
||||
PRECAUTIONARY/PREPAREDNESS ACTIONS...
|
||||
|
||||
|
||||
${burnCTA}
|
||||
|
||||
#if(${list.contains(${bullets}, "ffwEmergencyCTA")} || ${list.contains(${bullets}, "ffwEmergency")})
|
||||
#if(${list.contains(${bullets}, "ffwEmergency")})
|
||||
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.
|
||||
|
||||
#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
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "burnAreasCTA")} || ${ctaSelected} != "YES")
|
||||
Move away from recently burned areas. Life-threatening flooding of creeks, roads and normally dry arroyos is likely. The heavy rains ${mayLikely} trigger rockslides, mudslides and debris flows in steep terrain, especially in and around these areas.
|
||||
|
||||
#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.
|
||||
|
||||
#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.
|
||||
|
||||
#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}, "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}, "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")})
|
||||
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.
|
||||
|
||||
#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 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.
|
||||
|
||||
#end
|
||||
&&
|
||||
|
||||
#################################### END OF CTA STUFF ###################################
|
||||
|
||||
##########################################
|
||||
########BOTTOM OF THE PRODUCT#############
|
||||
##########################################
|
||||
|
||||
#if(${productClass}=="T")
|
||||
THIS IS A TEST MESSAGE. DO NOT TAKE ACTION BASED ON THIS MESSAGE.
|
||||
|
||||
#end
|
||||
#printcoords(${areaPoly}, ${list})
|
||||
|
||||
|
||||
<L>FLASH FLOOD...${FFTag}</L>
|
||||
#if($FFDamageTag.length() > 0)
|
||||
${FFDamageTag}
|
||||
#end
|
||||
#if($RainTag.length() > 0)
|
||||
${RainTag}
|
||||
#end
|
||||
|
||||
$$
|
||||
|
||||
#parse("forecasterName.vm")
|
|
@ -1,321 +0,0 @@
|
|||
<!-- IBW Burn Scar Flash Flood Warning configuration for County-based products-->
|
||||
<!-- This template can be used for any pre-defined polygon that a site needs
|
||||
to issue a FFW for outside of a dam break. -->
|
||||
<!-- Created by Phil Kurimski 10-22-2017 FFW IBW Format and Tags
|
||||
Phil Kurimski 11-28-2017 Added River Drainages, removed local from local law enforcement and rain from automated rain gauges
|
||||
Phil Kurimski 12-02-2017 Added Events section to come in line with the FFW templates
|
||||
Phil Kurimski 03-21-2018 Fixed Fixed FFW Emergency and Urban Areas CTA Parse Strings DCS 20667
|
||||
Evan Bookbinder 06-05-2019 DR 21342 Ensure IBW Tag unlock and migrate IBW rain rate to amount/duration
|
||||
-->
|
||||
|
||||
<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>
|
||||
|
||||
<!-- OPTIONAL: 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>FFMP Small Stream Basin Links</map> -->
|
||||
<map>County Names</map>
|
||||
<map>County Warning Areas</map>
|
||||
<map>FFMP Small Stream Basin Links</map>
|
||||
<map>Major Rivers</map>
|
||||
</maps>
|
||||
|
||||
<!-- Followups: VTEC actions of allowable followups when this template is selected
|
||||
Each followup will become available when the appropriate time range permits.
|
||||
-->
|
||||
<followups>
|
||||
<followup>NEW</followup>
|
||||
<followup>COR</followup>
|
||||
<followup>EXT</followup>
|
||||
</followups>
|
||||
|
||||
<!-- Product ID: nnn id of the product -->
|
||||
<productId>FFW</productId>
|
||||
|
||||
<!-- Phensigs: The list of phenomena and significance combinations that this template applies to -->
|
||||
<phensigs>
|
||||
<phensig>FF.W</phensig>
|
||||
</phensigs>
|
||||
|
||||
<!-- Enables/disables user from selecting the Restart button the GUI -->
|
||||
<enableRestart>true</enableRestart>
|
||||
|
||||
<!-- Enable/disables the system to lock text based on various patterns -->
|
||||
<autoLockText>true</autoLockText>
|
||||
|
||||
<!-- Enables/disables the 'Dam Break Threat Area' button -->
|
||||
<enableDamBreakThreat>true</enableDamBreakThreat>
|
||||
|
||||
<!-- Included watches: If a tornado watch or severe thunderstorm watch is to be
|
||||
included with the warning product include TO.A and/or SV.A,
|
||||
respectively. Please refer to 'includedWatchAreaBuffer' in <areaConfig/>.
|
||||
<includedWatches>
|
||||
<includedWatch>TO.A</includedWatch>
|
||||
<includedWatch>SV.A</includedWatch>
|
||||
</includedWatches>
|
||||
-->
|
||||
|
||||
<!-- durations: the list of possible durations of the warning -->
|
||||
<defaultDuration>45</defaultDuration>
|
||||
<durations>
|
||||
<duration>10</duration>
|
||||
<duration>30</duration>
|
||||
<duration>45</duration>
|
||||
<duration>60</duration>
|
||||
<duration>90</duration>
|
||||
<duration>120</duration>
|
||||
<duration>180</duration>
|
||||
<duration>240</duration>
|
||||
<duration>360</duration>
|
||||
<duration>480</duration>
|
||||
</durations>
|
||||
|
||||
<pointSource variable="riverdrainages">
|
||||
<pointSource>ffmp_basins</pointSource>
|
||||
<geometryDecimationTolerance>0.064</geometryDecimationTolerance>
|
||||
<pointField>streamname</pointField>
|
||||
<filter>
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="$warngenCWAFilter" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
</filter>
|
||||
<withinPolygon>true</withinPolygon>
|
||||
</pointSource>
|
||||
|
||||
|
||||
<lockedGroupsOnFollowup>ic</lockedGroupsOnFollowup>
|
||||
<bulletActionGroups>
|
||||
<bulletActionGroup action="NEW" phen="FF" sig="W">
|
||||
<bullets>
|
||||
<bullet bulletName="ffwEmergency" bulletText="**SELECT FOR FLASH FLOOD EMERGENCY/CATASTROPHIC FLOODING**" bulletGroup="headline" parseString="FLASH FLOOD EMERGENCY"/>
|
||||
<bullet bulletName="considerableFFW" bulletText="CONSIDERABLE FLASH FLOODING" bulletGroup="headline" parseString="FLASH FLOOD DAMAGE THREAT...CONSIDERABLE"/>
|
||||
<bullet bulletName="icrs" bulletText="Also snowmelt" parseString=".RS."/>
|
||||
<bullet bulletText="*********** SOURCE (CHOOSE 1) **********" bulletType="title"/>
|
||||
<bullet bulletName="doppler" bulletText="Doppler radar indicated" bulletGroup="source" bulletDefault="true" parseString="DOPPLER RADAR INDICATED"/>
|
||||
<bullet bulletName="dopplerGauge" bulletText="Doppler radar and automated gauges" bulletGroup="source" parseString="DOPPLER RADAR AND AUTOMATED GAUGES"/>
|
||||
<bullet bulletName="trainedSpotters" bulletText="Trained spotters reported" bulletGroup="source" parseString="TRAINED WEATHER SPOTTERS REPORTED"/>
|
||||
<bullet bulletName="public" bulletText="Public reported" bulletGroup="source" parseString="THE PUBLIC REPORTED"/>
|
||||
<bullet bulletName="lawEnforcement" bulletText="Law enforcement reported" bulletGroup="source" parseString="LAW ENFORCEMENT REPORTED"/>
|
||||
<bullet bulletName="emergencyManagement" bulletText="Emergency management reported" bulletGroup="source" parseString="EMERGENCY MANAGEMENT REPORTED"/>
|
||||
<!-- The following bullets will add satellite and gauges as a source. If you would like to use this
|
||||
in your template uncomment the next few lines. -->
|
||||
<!-- <bullet bulletName="satellite" bulletText="satellite estimates" bulletGroup="source" parseString="SATELLITE ESTIMATES"/>
|
||||
<bullet bulletName="satelliteGauge" bulletText="satellite estimates and automated gauges" bulletGroup="source" parseString="SATELLITE AND "/> -->
|
||||
<bullet bulletText="*********** EVENTS (CHOOSE IF APPLICABLE) **********" bulletType="title"/>
|
||||
<bullet bulletName="thunder" bulletText="Thunderstorm(s) causing flooding" bulletGroup="event" bulletDefault="true" parseString="THUNDERSTORM"/>
|
||||
<bullet bulletName="flash" bulletText="Flash flooding occurring" parseString="FLASH FLOODING IS ALREADY OCCURRING."/>
|
||||
<bullet bulletName="stormPosition" bulletText="* USE DOT to specify initial position *" parseString="MOVING"/>
|
||||
<bullet bulletText="*********** (OPTIONAL) DEBRIS FLOW INFO **********" bulletType="title"/>
|
||||
<bullet bulletName="burnScar" bulletText="Burn scar area with debris flow" bulletGroup="addevent" parseString="BURN SCAR"/>
|
||||
<bullet bulletName="mudSlide" bulletText="Mud Slides" bulletGroup="addevent" parseString="MUD SLIDE"/>
|
||||
<bullet bulletText="*********** RAIN SO FAR (OPTIONAL) **********" bulletType="title"/>
|
||||
<bullet bulletName="rain1" bulletText="One inch so far" bulletGroup="rainAmt" parseString="ONE INCH"/>
|
||||
<bullet bulletName="rain2" bulletText="Two inches so far" bulletGroup="rainAmt" parseString="TWO INCHES"/>
|
||||
<bullet bulletName="rain3" bulletText="Three inches so far" bulletGroup="rainAmt" parseString="THREE INCHES"/>
|
||||
<bullet bulletName="rainEdit" bulletText="User defined amount" bulletGroup="rainAmt" parseString="INCHES OF RAIN HAVE FALLEN"/>
|
||||
<bullet bulletText="****** IBW TAG EXPECTED AMOUNT/DURATION (OPTIONAL) *****" bulletType="title"/>
|
||||
<bullet bulletName="ibwrain1" bulletText="1-2 inches in 1 hour" bulletGroup="ibwRain" parseString=""1-2","INCHES IN 1 HOUR""/>
|
||||
<bullet bulletName="ibwrain2" bulletText="2-3 inches in 1 hour" bulletGroup="ibwRain" parseString=""2-3","INCHES IN 1 HOUR""/>
|
||||
<bullet bulletName="ibwrain3" bulletText="1-3 inches in 1 hour" bulletGroup="ibwRain" parseString=""1-3","INCHES IN 1 HOUR""/>
|
||||
<bullet bulletName="ibwrainEdit" bulletText="User defined amount/duration" bulletGroup="ibwRain"/>
|
||||
<bullet bulletText="*********** ADDITIONAL INFO ***********" bulletType="title"/>
|
||||
<bullet bulletName="listofcities" bulletDefault="true" bulletText="Select for a list of cities" bulletGroup="pcast"/>
|
||||
<bullet bulletName="addRainfall" bulletText="Additional rainfall of XX inches expected" parseString="ADDITIONAL RAINFALL"/>
|
||||
<bullet bulletName="particularStream" bulletText="Flooding is occurring in a particular stream/river" parseString="FLOOD WATERS ARE MOVING DOWN"/>
|
||||
<bullet bulletName="drainages" bulletText="Automated list of drainages" parseString="THIS INCLUDES THE FOLLOWING STREAMS AND DRAINAGES" loadMap="River Drainage Basins"/>
|
||||
<bullet bulletText="**** CALL TO ACTIONS (CHOOSE 1 OR MORE) ****" bulletType="title"/>
|
||||
<!-- end all call to action bullets with "CTA" ex: "obviousNameCTA" -->
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString="AREA SUBJECT TO FLOODING OR UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="burnAreasCTA" bulletText="Burn Areas" bulletDefault="true" parseString="RECENTLY BURNED AREAS"/>
|
||||
<bullet bulletName="TADD_CTA" bulletText="Turn around, don't drown" parseString=""TURN AROUND","DON'T DROWN""/>
|
||||
<bullet bulletName="actQuicklyCTA" bulletText="Act Quickly" parseString="ACT QUICKLY TO PROTECT YOUR LIFE"/>
|
||||
<bullet bulletName="childSafetyCTA" bulletText="Child Safety" parseString="KEEP CHILDREN AWAY"/>
|
||||
<bullet bulletName="nighttimeCTA" bulletText="Nighttime flooding" parseString="AT NIGHT WHEN IT IS HARDER TO RECOGNIZE"/>
|
||||
<bullet bulletName="urbanCTA" bulletText="Urban areas" parseString=""EXCESSIVE RUNOFF","-COUNTRY ROADS","URBAN AREAS","HIGHWAYS","UNDERPASSES""/>
|
||||
<bullet bulletName="ruralCTA" bulletText="Rural areas" parseString=""COUNTRY ROADS","FARMLAND","LOW LYING SPOTS""/>
|
||||
<bullet bulletName="stayAwayCTA" bulletText="Stay away" parseString="STAY AWAY OR BE SWEPT AWAY"/>
|
||||
<bullet bulletName="lowSpotsCTA" bulletText="Low spots in hilly terrain" parseString="IN HILLY TERRAIN THERE ARE HUNDREDS OF LOW WATER CROSSINGS"/>
|
||||
<bullet bulletName="arroyosCTA" bulletText="Arroyos" parseString="ARROYOS"/>
|
||||
<bullet bulletName="camperSafetyCTA" bulletText="Camper/Hiker Safety" parseString="CAMPERS AND HIKERS"/>
|
||||
<bullet bulletName="reportFloodingCTA" bulletText="Report flooding to law enforcement" parseString="REPORT FLOODING TO YOUR LOCAL LAW ENFORCEMENT"/>
|
||||
<bullet bulletName="ffwMeansCTA" bulletText="Flash Flood Warning means" parseString="A FLASH FLOOD WARNING MEANS"/>
|
||||
<bullet bulletText="************************************************************" bulletType="title"/>
|
||||
<bullet bulletText="* The next section is for sites to load pre-configured *" bulletType="title"/>
|
||||
<bullet bulletText="* polygons for burn scars and other scenarios needing *" bulletType="title"/>
|
||||
<bullet bulletText="* a flash flood warning. *" bulletType="title"/>
|
||||
<bullet bulletText="****** BURN SCAR AREA (Choose BurnArea and Scenario) ******" bulletType="title"/>
|
||||
</bullets>
|
||||
<!-- The following are examples on how to include site specific burn scars in your template
|
||||
You can choose to do this by editing the template and listing each burn scar in the
|
||||
template or listing the burn scars in a separate file and using the include command
|
||||
This can also be done for other flash flood areas that need a pre-defined polygon -->
|
||||
<include file="burnScarInfoBullet.xml"/>
|
||||
<!-- include file="burnScarInfoBullet.xml"/> -->
|
||||
</bulletActionGroup>
|
||||
<bulletActionGroup action="EXT" phen="FF" sig="W">
|
||||
<bullets>
|
||||
<bullet bulletName="ffwEmergency" bulletText="**SELECT FOR FLASH FLOOD EMERGENCY/CATASTROPHIC FLOODING**" bulletGroup="headline" parseString="FLASH FLOOD EMERGENCY"/>
|
||||
<bullet bulletName="considerableFFW" bulletText="CONSIDERABLE FLASH FLOODING" bulletGroup="headline" parseString="FLASH FLOOD DAMAGE THREAT...CONSIDERABLE"/>
|
||||
<bullet bulletName="icrs" bulletText="Also snowmelt" parseString=".RS."/>
|
||||
<bullet bulletText="*********** SOURCE (CHOOSE 1) **********" bulletType="title"/>
|
||||
<bullet bulletName="doppler" bulletText="Doppler radar indicated" bulletGroup="source" bulletDefault="true" parseString="DOPPLER RADAR INDICATED"/>
|
||||
<bullet bulletName="dopplerGauge" bulletText="Doppler radar and automated gauges" bulletGroup="source" parseString="DOPPLER RADAR AND AUTOMATED GAUGES"/>
|
||||
<bullet bulletName="trainedSpotters" bulletText="Trained spotters reported" bulletGroup="source" parseString="TRAINED WEATHER SPOTTERS REPORTED"/>
|
||||
<bullet bulletName="public" bulletText="Public reported" bulletGroup="source" parseString="THE PUBLIC REPORTED"/>
|
||||
<bullet bulletName="lawEnforcement" bulletText="Law enforcement reported" bulletGroup="source" parseString="LAW ENFORCEMENT REPORTED"/>
|
||||
<bullet bulletName="emergencyManagement" bulletText="Emergency management reported" bulletGroup="source" parseString="EMERGENCY MANAGEMENT REPORTED"/>
|
||||
<!-- The following bullets will add satellite and gauges as a source. If you would like to use this
|
||||
in your template uncomment the next few lines. -->
|
||||
<!-- <bullet bulletName="satellite" bulletText="satellite estimates" bulletGroup="source" parseString="SATELLITE ESTIMATES"/>
|
||||
<bullet bulletName="satelliteGauge" bulletText="satellite estimates and automated gauges" bulletGroup="source" parseString="SATELLITE AND "/> -->
|
||||
<bullet bulletText="*********** EVENTS (CHOOSE IF APPLICABLE) **********" bulletType="title"/>
|
||||
<bullet bulletName="thunder" bulletText="Thunderstorm(s) causing flooding" bulletGroup="event" bulletDefault="true" parseString="THUNDERSTORM"/>
|
||||
<bullet bulletName="flash" bulletText="Flash flooding occurring" parseString="FLASH FLOODING IS ALREADY OCCURRING."/>
|
||||
<!-- <bullet bulletName="stormPosition" bulletText="* USE DOT to specify initial position *" showString="STATIONARY" parseString="STATIONARY"/>
|
||||
<bullet bulletName="stormPosition" bulletText="* USE DOT to specify initial position *" showString="MOVING" parseString="MOVING"/>
|
||||
-->
|
||||
<bullet bulletText="*********** (OPTIONAL) DEBRIS FLOW INFO **********" bulletType="title"/>
|
||||
<bullet bulletName="burnScar" bulletText="Burn scar area with debris flow" bulletGroup="addevent" parseString="BURN SCAR"/>
|
||||
<bullet bulletName="mudSlide" bulletText="Mud Slides" bulletGroup="addevent" parseString="MUD SLIDE"/>
|
||||
<bullet bulletText="*********** RAIN SO FAR (OPTIONAL) **********" bulletType="title"/>
|
||||
<bullet bulletName="rain1" bulletText="One inch so far" bulletGroup="rainAmt" parseString="ONE INCH"/>
|
||||
<bullet bulletName="rain2" bulletText="Two inches so far" bulletGroup="rainAmt" parseString="TWO INCHES"/>
|
||||
<bullet bulletName="rain3" bulletText="Three inches so far" bulletGroup="rainAmt" parseString="THREE INCHES"/>
|
||||
<bullet bulletName="rainEdit" bulletText="User defined amount" bulletGroup="rainAmt" parseString="INCHES OF RAIN HAVE FALLEN"/>
|
||||
<bullet bulletText="****** IBW TAG EXPECTED AMOUNT/DURATION (OPTIONAL) *****" bulletType="title"/>
|
||||
<bullet bulletName="ibwrain1" bulletText="1-2 inches in 1 hour" bulletGroup="ibwRain" parseString=""1-2","INCHES IN 1 HOUR""/>
|
||||
<bullet bulletName="ibwrain2" bulletText="2-3 inches in 1 hour" bulletGroup="ibwRain" parseString=""2-3","INCHES IN 1 HOUR""/>
|
||||
<bullet bulletName="ibwrain3" bulletText="1-3 inches in 1 hour" bulletGroup="ibwRain" parseString=""1-3","INCHES IN 1 HOUR""/>
|
||||
<bullet bulletName="ibwrainEdit" bulletText="User defined amount/duration" bulletGroup="ibwRain"/>
|
||||
<bullet bulletText="*********** ADDITIONAL INFO ***********" bulletType="title"/>
|
||||
<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="addRainfall" bulletText="Additional rainfall of XX inches expected" parseString="ADDITIONAL RAINFALL"/>
|
||||
<bullet bulletName="particularStream" bulletText="Flooding is occurring in a particular stream/river" parseString="FLOOD WATERS ARE MOVING DOWN"/>
|
||||
<bullet bulletName="drainages" bulletText="Automated list of drainages" parseString="THIS INCLUDES THE FOLLOWING STREAMS AND DRAINAGES" loadMap="River Drainage Basins"/>
|
||||
<bullet bulletText="**** CALL TO ACTIONS (CHOOSE 1 OR MORE) ****" bulletType="title"/>
|
||||
<!-- end all call to action bullets with "CTA" ex: "obviousNameCTA" -->
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString="AREA SUBJECT TO FLOODING OR UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="burnAreasCTA" bulletText="Burn Areas" bulletDefault="true" parseString="RECENTLY BURNED AREAS"/>
|
||||
<bullet bulletName="TADD_CTA" bulletText="Turn around, don't drown" parseString=""TURN AROUND","DON'T DROWN""/>
|
||||
<bullet bulletName="actQuicklyCTA" bulletText="Act Quickly" parseString="ACT QUICKLY TO PROTECT YOUR LIFE"/>
|
||||
<bullet bulletName="childSafetyCTA" bulletText="Child Safety" parseString="KEEP CHILDREN AWAY"/>
|
||||
<bullet bulletName="nighttimeCTA" bulletText="Nighttime flooding" parseString="AT NIGHT WHEN IT IS HARDER TO RECOGNIZE"/>
|
||||
<bullet bulletName="urbanCTA" bulletText="Urban areas" parseString=""EXCESSIVE RUNOFF","-COUNTRY ROADS","URBAN AREAS","HIGHWAYS","UNDERPASSES""/>
|
||||
<bullet bulletName="ruralCTA" bulletText="Rural areas" parseString=""COUNTRY ROADS","FARMLAND","LOW LYING SPOTS""/>
|
||||
<bullet bulletName="stayAwayCTA" bulletText="Stay away" parseString="STAY AWAY OR BE SWEPT AWAY"/>
|
||||
<bullet bulletName="lowSpotsCTA" bulletText="Low spots in hilly terrain" parseString="IN HILLY TERRAIN THERE ARE HUNDREDS OF LOW WATER CROSSINGS"/>
|
||||
<bullet bulletName="arroyosCTA" bulletText="Arroyos" parseString="ARROYOS"/>
|
||||
<bullet bulletName="camperSafetyCTA" bulletText="Camper/Hiker Safety" parseString="CAMPERS AND HIKERS"/>
|
||||
<bullet bulletName="reportFloodingCTA" bulletText="Report flooding to law enforcement" parseString="REPORT FLOODING TO YOUR LOCAL LAW ENFORCEMENT"/>
|
||||
<bullet bulletName="ffwMeansCTA" bulletText="Flash Flood Warning means" parseString="A FLASH FLOOD WARNING MEANS"/>
|
||||
<bullet bulletText="************************************************************" bulletType="title"/>
|
||||
<bullet bulletText="* The next section is for sites to load pre-configured *" bulletType="title"/>
|
||||
<bullet bulletText="* polygons for burn scars and other scenarios needing *" bulletType="title"/>
|
||||
<bullet bulletText="* a flash flood warning. *" bulletType="title"/>
|
||||
<bullet bulletText="****** BURN SCAR AREA (Choose 1) ******" bulletType="title"/>
|
||||
</bullets>
|
||||
<!-- The following are examples on how to include site specific burn scars in your template
|
||||
You can choose to do this by editing the template and listing each burn scar in the
|
||||
template or listing the burn scars in a separate file and using the include command
|
||||
This can also be done for other flash flood areas that need a pre-defined polygon -->
|
||||
<include file="burnScarInfoBullet.xml"/>
|
||||
<!-- include file="burnScarInfoBullet.xml"/> -->
|
||||
</bulletActionGroup>
|
||||
<bulletActionGroup action="COR" phen="FF" sig="W">
|
||||
<bullets>
|
||||
<bullet bulletName="ffwEmergency" bulletText="**SELECT FOR FLASH FLOOD EMERGENCY/CATASTROPHIC FLOODING**" bulletGroup="headline" parseString="FLASH FLOOD EMERGENCY"/>
|
||||
<bullet bulletName="considerableFFW" bulletText="CONSIDERABLE FLASH FLOODING" bulletGroup="headline" parseString="FLASH FLOOD DAMAGE THREAT...CONSIDERABLE"/>
|
||||
<bullet bulletName="icrs" bulletText="Also snowmelt" parseString=".RS."/>
|
||||
<bullet bulletText="*********** SOURCE (CHOOSE 1) **********" bulletType="title"/>
|
||||
<bullet bulletName="doppler" bulletText="Doppler radar indicated" bulletGroup="source" bulletDefault="true" parseString="DOPPLER RADAR INDICATED"/>
|
||||
<bullet bulletName="dopplerGauge" bulletText="Doppler radar and automated gauges" bulletGroup="source" parseString="DOPPLER RADAR AND AUTOMATED GAUGES"/>
|
||||
<bullet bulletName="trainedSpotters" bulletText="Trained spotters reported" bulletGroup="source" parseString="TRAINED WEATHER SPOTTERS REPORTED"/>
|
||||
<bullet bulletName="public" bulletText="Public reported" bulletGroup="source" parseString="THE PUBLIC REPORTED"/>
|
||||
<bullet bulletName="lawEnforcement" bulletText="Law enforcement reported" bulletGroup="source" parseString="LAW ENFORCEMENT REPORTED"/>
|
||||
<bullet bulletName="emergencyManagement" bulletText="Emergency management reported" bulletGroup="source" parseString="EMERGENCY MANAGEMENT REPORTED"/>
|
||||
<!-- The following bullets will add satellite and gauges as a source. If you would like to use this
|
||||
in your template uncomment the next few lines. -->
|
||||
<!-- <bullet bulletName="satellite" bulletText="satellite estimates" bulletGroup="source" parseString="SATELLITE ESTIMATES"/>
|
||||
<bullet bulletName="satelliteGauge" bulletText="satellite estimates and automated gauges" bulletGroup="source" parseString="SATELLITE AND "/> -->
|
||||
<bullet bulletText="*********** EVENTS (CHOOSE IF APPLICABLE) **********" bulletType="title"/>
|
||||
<bullet bulletName="thunder" bulletText="Thunderstorm(s) causing flooding" bulletGroup="event" bulletDefault="true" parseString="THUNDERSTORM"/>
|
||||
<bullet bulletName="flash" bulletText="Flash flooding occurring" parseString="FLASH FLOODING IS ALREADY OCCURRING."/>
|
||||
<!-- <bullet bulletName="stormPosition" bulletText="* USE DOT to specify initial position *" showString="STATIONARY" parseString="STATIONARY"/>
|
||||
<bullet bulletName="stormPosition" bulletText="* USE DOT to specify initial position *" showString="MOVING" parseString="MOVING"/>
|
||||
-->
|
||||
<bullet bulletText="*********** (OPTIONAL) DEBRIS FLOW INFO **********" bulletType="title"/>
|
||||
<bullet bulletName="burnScar" bulletText="Burn scar area with debris flow" bulletGroup="addevent" parseString="BURN SCAR"/>
|
||||
<bullet bulletName="mudSlide" bulletText="Mud Slides" bulletGroup="addevent" parseString="MUD SLIDE"/>
|
||||
<bullet bulletText="*********** RAIN SO FAR (OPTIONAL) **********" bulletType="title"/>
|
||||
<bullet bulletName="rain1" bulletText="One inch so far" bulletGroup="rainAmt" parseString="ONE INCH"/>
|
||||
<bullet bulletName="rain2" bulletText="Two inches so far" bulletGroup="rainAmt" parseString="TWO INCHES"/>
|
||||
<bullet bulletName="rain3" bulletText="Three inches so far" bulletGroup="rainAmt" parseString="THREE INCHES"/>
|
||||
<bullet bulletName="rainEdit" bulletText="User defined amount" bulletGroup="rainAmt" parseString="INCHES OF RAIN HAVE FALLEN"/>
|
||||
<bullet bulletText="****** IBW TAG EXPECTED AMOUNT/DURATION (OPTIONAL) *****" bulletType="title"/>
|
||||
<bullet bulletName="ibwrain1" bulletText="1-2 inches in 1 hour" bulletGroup="ibwRain" parseString=""1-2","INCHES IN 1 HOUR""/>
|
||||
<bullet bulletName="ibwrain2" bulletText="2-3 inches in 1 hour" bulletGroup="ibwRain" parseString=""2-3","INCHES IN 1 HOUR""/>
|
||||
<bullet bulletName="ibwrain3" bulletText="1-3 inches in 1 hour" bulletGroup="ibwRain" parseString=""1-3","INCHES IN 1 HOUR""/>
|
||||
<bullet bulletName="ibwrainEdit" bulletText="User defined amount/duration" bulletGroup="ibwRain"/>
|
||||
<bullet bulletText="*********** ADDITIONAL INFO ***********" bulletType="title"/>
|
||||
<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="addRainfall" bulletText="Additional rainfall of XX inches expected" parseString="ADDITIONAL RAINFALL"/>
|
||||
<bullet bulletName="particularStream" bulletText="Flooding is occurring in a particular stream/river" parseString="FLOOD WATERS ARE MOVING DOWN"/>
|
||||
<bullet bulletName="drainages" bulletText="Automated list of drainages" parseString="THIS INCLUDES THE FOLLOWING STREAMS AND DRAINAGES" loadMap="River Drainage Basins"/>
|
||||
|
||||
<bullet bulletText="**** CALL TO ACTIONS (CHOOSE 1 OR MORE) ****" bulletType="title"/>
|
||||
<!-- end all call to action bullets with "CTA" ex: "obviousNameCTA" -->
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString="AREA SUBJECT TO FLOODING OR UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="burnAreasCTA" bulletText="Burn Areas" bulletDefault="true" parseString="RECENTLY BURNED AREAS"/>
|
||||
<bullet bulletName="TADD_CTA" bulletText="Turn around, don't drown" parseString=""TURN AROUND","DON'T DROWN""/>
|
||||
<bullet bulletName="actQuicklyCTA" bulletText="Act Quickly" parseString="ACT QUICKLY TO PROTECT YOUR LIFE"/>
|
||||
<bullet bulletName="childSafetyCTA" bulletText="Child Safety" parseString="KEEP CHILDREN AWAY"/>
|
||||
<bullet bulletName="nighttimeCTA" bulletText="Nighttime flooding" parseString="AT NIGHT WHEN IT IS HARDER TO RECOGNIZE"/>
|
||||
<bullet bulletName="urbanCTA" bulletText="Urban areas" parseString=""EXCESSIVE RUNOFF","-COUNTRY ROADS","URBAN AREAS","HIGHWAYS","UNDERPASSES""/>
|
||||
<bullet bulletName="ruralCTA" bulletText="Rural areas" parseString=""COUNTRY ROADS","FARMLAND","LOW LYING SPOTS""/>
|
||||
<bullet bulletName="stayAwayCTA" bulletText="Stay away" parseString="STAY AWAY OR BE SWEPT AWAY"/>
|
||||
<bullet bulletName="lowSpotsCTA" bulletText="Low spots in hilly terrain" parseString="IN HILLY TERRAIN THERE ARE HUNDREDS OF LOW WATER CROSSINGS"/>
|
||||
<bullet bulletName="arroyosCTA" bulletText="Arroyos" parseString="ARROYOS"/>
|
||||
<bullet bulletName="camperSafetyCTA" bulletText="Camper/Hiker Safety" parseString="CAMPERS AND HIKERS"/>
|
||||
<bullet bulletName="reportFloodingCTA" bulletText="Report flooding to law enforcement" parseString="REPORT FLOODING TO YOUR LOCAL LAW ENFORCEMENT"/>
|
||||
<bullet bulletName="ffwMeansCTA" bulletText="Flash Flood Warning means" parseString="A FLASH FLOOD WARNING MEANS"/>
|
||||
<bullet bulletText="************************************************************" bulletType="title"/>
|
||||
<bullet bulletText="* The next section is for sites to load pre-configured *" bulletType="title"/>
|
||||
<bullet bulletText="* polygons for burn scars and other scenarios needing *" bulletType="title"/>
|
||||
<bullet bulletText="* a flash flood warning. *" bulletType="title"/>
|
||||
<bullet bulletText="****** BURN SCAR AREA (Choose 1) ******" bulletType="title"/>
|
||||
</bullets>
|
||||
<!-- The following are examples on how to include site specific burn scars in your template
|
||||
You can choose to do this by editing the template and listing each burn scar in the
|
||||
template or listing the burn scars in a separate file and using the include command
|
||||
This can also be done for other flash flood areas that need a pre-defined polygon -->
|
||||
<include file="burnScarInfoBullet.xml"/>
|
||||
<!-- include file="burnScarInfoBullet.xml"/> -->
|
||||
</bulletActionGroup>
|
||||
</bulletActionGroups>
|
||||
|
||||
<!-- The following are examples on how to include site burnscar locations in your template
|
||||
You can choose to do this by editing the template and listing each dam in the
|
||||
template or listing the dams in a separate file and using the include command -->
|
||||
<include file="burnScarInfoBullet.xml"/>
|
||||
|
||||
</warngenConfig>
|
|
@ -1,564 +0,0 @@
|
|||
####################################################
|
||||
## IBW BURN SCAR FLASH FLOOD STATEMENT ##
|
||||
####################################################
|
||||
## CREATED BY Phil Kurimski WFO GRB
|
||||
## Updated by Phil Kurimski 10-22-2017 FFW IBW Format/Tags for CR
|
||||
## Phil Kurimski 11-28-2017 Removed local from local law enforcement,
|
||||
## rain from automated rain gauges and modified Burn Scar CTA
|
||||
## Phil Kurimski 12-01-2017 Reconfigured flash flood wording in third bullet
|
||||
## Phil Kurimski 12-02-2017 Added Rainfall rate phrase
|
||||
## Phil Kurimski 12-07-2017 Placed FFW Emergency phrase above Hazard Section
|
||||
## Phil Kurimski 12-20-2017 Modified Considerable/Catastrophic Impact Statements
|
||||
## Phil Kurimski 03-21-2018 Made Flash Flood Emergency Statement ALL CAPS
|
||||
## Phil Kurimski 06-06-2018 Made FFW Emergency Third Bullet Mixed Case DCS 20667
|
||||
## Evan Bookbinder 06-05-2019 Ensure there is a default CTA selected and migrate IBW rain rate to amount/duration
|
||||
## Also fixed missing $mayLikely default DR 21342
|
||||
####################################################
|
||||
## This template can be used for any pre-defined polygon that a site
|
||||
## needs to issue a FFW for outside of a dam break.
|
||||
#################################### SET SOME VARs ###################################
|
||||
#parse("config.vm")
|
||||
#set($hycType = "")
|
||||
#set($snowMelt = "")
|
||||
#set($floodReason = "")
|
||||
#set($floodType = "Flash Flooding")
|
||||
#set($burnDrainage = "")
|
||||
#set($burnScar = "")
|
||||
#set($burnCTA = "")
|
||||
#set($burnScarEnd = "")
|
||||
#set($emergencyHeadline = "!** ENTER LOCATION **!")
|
||||
#set($mayLikely = "may")
|
||||
###OVERRIDE DEFAULT EXECESSIVE RAINFALL IF NECESSARY
|
||||
#if(${ic} == "RS")
|
||||
#set($hycType = "RAIN AND SNOWMELT")
|
||||
#set($snowMelt = "Rapid smowmelt is occurring and will add to the ${floodType}.")
|
||||
#end
|
||||
##
|
||||
#########################################################################
|
||||
## Parse command to include a burnScarInfo.vm file with site specific
|
||||
## burn scar information. Sites can include this information in a
|
||||
## separate file or include in the template per the coding below.
|
||||
#########################################################################
|
||||
#parse ("burnScarInfo.vm")
|
||||
#set($endwarning = "The heavy rain has ended, and flooding is no longer expected to pose a threat${burnScarEnd}. Please continue to heed all road closures.")
|
||||
#if(${list.contains(${bullets}, "rainEnded")})
|
||||
#set($endwarning = "The heavy rain has ended, and flooding is no longer expected to pose a threat${burnScarEnd}.")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "recedingWater")})
|
||||
#set($endwarning = "Flood waters have receded, and are no longer expected to pose a threat to life or property${burnScarEnd}. Please continue to heed any road closures.")
|
||||
#end
|
||||
#############################################
|
||||
## set variables for FFW IBW Tags and format
|
||||
#############################################
|
||||
#set($FFTag = "RADAR INDICATED")
|
||||
#set($FFDamageTag = "")
|
||||
#set($RainTag = "")
|
||||
#set($ratePhrase = "")
|
||||
#set($ffwHazard = "")
|
||||
#set($source = "Radar indicated.")
|
||||
#set($hazardType = "heavy rain")
|
||||
#if(${list.contains(${bullets}, "thunder")} )
|
||||
#set($hazardType = "thunderstorms")
|
||||
#end
|
||||
#set($hazard = "Flash flooding caused by ${hazardType}")
|
||||
#set($preImpact = "Flooding of")
|
||||
#set($ffwimpact = "Flooding of small creeks and streams, urban areas, highways, streets and underpasses as well as other drainage and low lying areas.")
|
||||
#########################################################################################
|
||||
## If Considerable Flash Flooding is selected change the Damage Threat to CONSIDERABLE
|
||||
## as well as the hazard and impact statements
|
||||
#########################################################################################
|
||||
#if(${list.contains(${bullets}, "considerableFFW")} )
|
||||
#set($hazard = "Life threatening flash flooding. Heavy rain producing flash flooding")
|
||||
#set($ffwimpact = "Life threatening flash flooding of creeks and streams, urban areas, highways, streets and underpasses.")
|
||||
#set($preImpact = "Life threatening flash flooding of")
|
||||
#set($FFDamageTag = "<L>FLASH FLOOD DAMAGE THREAT...CONSIDERABLE</L>")
|
||||
#end
|
||||
###################################################################################
|
||||
## If Flash Flood Emergency is selected change the Damage Threat to CATASTROPHIC
|
||||
## as well as the hazard and impact statements
|
||||
###################################################################################
|
||||
#if(${list.contains(${bullets}, "ffwEmergency")} )
|
||||
#set($hazard = "Life threatening flash flooding. Heavy rain producing flash flooding")
|
||||
#set($ffwimpact = "This is a PARTICULARLY DANGEROUS SITUATION. SEEK HIGHER GROUND NOW! Life threatening flash flooding of low water crossings, small creeks and streams, urban areas, highways, streets and underpasses.")
|
||||
#set($preImpact = "This is a PARTICULARLY DANGEROUS SITUATION. SEEK HIGHER GROUND NOW! IMMEDIATE EVACUATION for")
|
||||
#set($FFDamageTag = "<L>FLASH FLOOD DAMAGE THREAT...CATASTROPHIC</L>")
|
||||
#end
|
||||
#################################################################
|
||||
## Check to see if a Site Specific Burn Scar was selected, if
|
||||
## so put the Burn Scar name into the hazard and impact section
|
||||
#################################################################
|
||||
#if($burnScarName.length() > 0)
|
||||
#set($hazard = "${hazard} in and around the ${burnScarName}")
|
||||
#set($ffwimpact = "${preImpact} areas in and around the ${burnScarName}.")
|
||||
##set($emergencyHeadline = "#capitalize(${emergencyHeadline} 'ALL')")
|
||||
#end
|
||||
#############################################
|
||||
## Now put a period at the end of the hazard
|
||||
#############################################
|
||||
#set($hazard = "${hazard}.")
|
||||
#############################################
|
||||
## Set the IBW Amount/Duration Expected Tag
|
||||
#############################################
|
||||
#if(${list.contains(${bullets}, "ibwrain1")} )
|
||||
#set($RainTag = "EXPECTED RAINFALL...1-2 INCHES IN 1 HOUR")
|
||||
## #set($ratePhrase = "Rain is falling at the rate of one to two inches per hour. ")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "ibwrain2")} )
|
||||
#set($RainTag = "EXPECTED RAINFALL...2-3 INCHES IN 1 HOUR")
|
||||
## #set($ratePhrase = "Rain is falling at the rate of two to three inches per hour. ")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "ibwrain3")} )
|
||||
#set($RainTag = "EXPECTED RAINFALL...1-3 INCHES IN 1 HOUR")
|
||||
## #set($ratePhrase = "Rain is falling at the rate of one to three inches per hour. ")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "ibwrainEdit")} )
|
||||
#set($RainTag = "EXPECTED RAINFALL...!** RAIN AMT **! INCHES IN !** TIME PERIOD **!")
|
||||
## #set($ratePhrase = "Rain is falling at the rate of !** RAINFALL RATES **! inches per hour. ")
|
||||
#end
|
||||
|
||||
##
|
||||
######################################################################################
|
||||
${WMOId} ${vtecOffice} 000000 ${BBBId}
|
||||
${productId}${siteId}
|
||||
#if(${productClass}=="T")
|
||||
TEST...Flash Flood Statement...TEST
|
||||
#else
|
||||
Flash Flood Statement
|
||||
#end
|
||||
National Weather Service ${officeShort}
|
||||
#backupText(${backupSite})
|
||||
${dateUtil.format(${now}, ${timeFormat.header}, ${localtimezone})}
|
||||
|
||||
|
||||
#if(${action}=="COR" && ${cancelareas})
|
||||
#set($CORCAN = "true")
|
||||
#else
|
||||
#set($CORCAN = "false")
|
||||
#end
|
||||
#if(${action}=="CANCON")
|
||||
${ugclinecan}
|
||||
################### VTEC/COUNTY LINE ##################
|
||||
/${productClass}.CAN.${vtecOffice}.${phenomena}.W.${etn}.000000T0000Z-${dateUtil.format(${expire},${timeFormat.ymdthmz})}/
|
||||
/00000.0.${ic}.000000T0000Z.000000T0000Z.000000T0000Z.OO/
|
||||
#foreach (${area} in ${cancelareas})
|
||||
#capitalize(${area.name} "FIRST")
|
||||
#if(${includeStateAbbreviation}==true)
|
||||
${area.stateabbr}##
|
||||
#end
|
||||
-##
|
||||
#end
|
||||
#elseif(${CORCAN}=="true")
|
||||
${ugclinecan}
|
||||
################### VTEC/COUNTY LINE ##################
|
||||
/${productClass}.COR.${vtecOffice}.${phenomena}.W.${etn}.000000T0000Z-${dateUtil.format(${expire},${timeFormat.ymdthmz})}/
|
||||
/00000.0.${ic}.000000T0000Z.000000T0000Z.000000T0000Z.OO/
|
||||
#foreach (${area} in ${cancelareas})
|
||||
#capitalize(${area.name} "FIRST")
|
||||
#if(${includeStateAbbreviation}==true)
|
||||
${area.stateabbr}##
|
||||
#end
|
||||
-##
|
||||
#end
|
||||
#else
|
||||
${ugcline}
|
||||
################### VTEC/COUNTY LINE ##################
|
||||
/${productClass}.${action}.${vtecOffice}.${phenomena}.W.${etn}.000000T0000Z-${dateUtil.format(${expire}, ${timeFormat.ymdthmz}, 15)}/
|
||||
/00000.0.${ic}.000000T0000Z.000000T0000Z.000000T0000Z.OO/
|
||||
#foreach (${area} in ${areas})
|
||||
#capitalize(${area.name} "FIRST")
|
||||
#if(${includeStateAbbreviation}==true)
|
||||
${area.stateabbr}##
|
||||
#end
|
||||
-##
|
||||
#end
|
||||
#end
|
||||
|
||||
${dateUtil.format(${now}, ${timeFormat.header}, ${localtimezone})}
|
||||
|
||||
|
||||
#if(${productClass}=="T")
|
||||
...THIS MESSAGE IS FOR TEST PURPOSES ONLY...
|
||||
|
||||
#end
|
||||
#################################################################
|
||||
#################################################################
|
||||
## LETS START WITH EXPIRATION AND CANCELLATION SEGMENTS #####
|
||||
#################################################################
|
||||
#################################################################
|
||||
### CREATE PHRASING DEPENDING ON WHETHER WE ISSUE EXP PRIOR TO EXPIRATION TIME OR NOT
|
||||
#if(${now.compareTo(${expire})} >= 0 && ${action}=="EXP" )
|
||||
#set($expcanHLTag = "HAS EXPIRED")
|
||||
#set($expcanBODYTag = "has been allowed to expire")
|
||||
#elseif(${action}=="EXP")
|
||||
#set($expcanHLTag = "WILL EXPIRE AT #headlineExpire(${dateUtil},${expire},${timeFormat},${localtimezone},${secondtimezone})")
|
||||
#set($expcanBODYTag = "will be allowed to expire")
|
||||
#elseif(${action}=="CAN" || ${action}=="CANCON" || ${CORCAN}=="true")
|
||||
#set($expcanHLTag = "IS CANCELLED")
|
||||
#set($expcanBODYTag = "has been cancelled")
|
||||
#end
|
||||
################################
|
||||
#### CREATE HEADLINES ##########
|
||||
################################
|
||||
##
|
||||
#if(${action}=="EXP" || ${action}=="CAN")
|
||||
...THE FLASH FLOOD WARNING FOR ##
|
||||
#if(${hycType} != "")
|
||||
<L>${hycType}</L> IN ##
|
||||
#end
|
||||
#headlineLocList(${areas} true true true false "ALL") ${expcanHLTag}...
|
||||
## SLIGHTLY DIFFERENT VARIABLE FOR PARTIAL CANCELLATION HEADLINE
|
||||
#elseif(${action}=="CANCON" || ${CORCAN}=="true")
|
||||
...THE FLASH FLOOD WARNING FOR ##
|
||||
#if(${hycType} != "")
|
||||
<L>${hycType}</L> IN ##
|
||||
#end
|
||||
#headlineLocList(${cancelareas} true true true false "ALL") ${expcanHLTag}...
|
||||
###REPLACE headlineLocList ABOVE WITH THE FOLLOWING FOR ZONE BASED PRODUCT W/ COUNTY HEADLINE
|
||||
###headlineLocList(${cancelaffectedCounties} true true true false "ALL") ${expcanHLTag}...
|
||||
#end
|
||||
############################
|
||||
## END CAN/EXP HEADLINE ####
|
||||
############################
|
||||
#######################################
|
||||
## EXPIRATION/CANCELLATION STATEMENT ##
|
||||
#######################################
|
||||
|
||||
#if(${action}=="EXP" || ${action} == "CAN" || ${action}=="CANCON" || ${CORCAN}=="true")
|
||||
|
||||
${endwarning}
|
||||
|
||||
#printcoords(${areaPoly}, ${list})
|
||||
########### KEEP TWO BLANK LINES BELOW
|
||||
|
||||
|
||||
#end
|
||||
#################################### END OF CAN STUFF ###################################
|
||||
#### IF PARTIAL CANCELLATION, INSERT $$ AND 2ND UGC/MND SECTION PRIOR TO CON PORTION
|
||||
#########################################################################################
|
||||
#if(${action}=="CANCON")
|
||||
|
||||
|
||||
${ugcline}
|
||||
/${productClass}.CON.${vtecOffice}.${phenomena}.W.${etn}.000000T0000Z-${dateUtil.format(${expire}, ${timeFormat.ymdthmz})}/
|
||||
/00000.0.${ic}.000000T0000Z.000000T0000Z.000000T0000Z.OO/
|
||||
#foreach (${area} in ${areas})
|
||||
#capitalize(${area.name} "FIRST")
|
||||
#if(${includeStateAbbreviation}==true)
|
||||
${area.stateabbr}##
|
||||
#end
|
||||
-##
|
||||
#end
|
||||
|
||||
${dateUtil.format(${now}, ${timeFormat.header}, ${localtimezone})}
|
||||
|
||||
|
||||
#if(${productClass}=="T")
|
||||
...THIS MESSAGE IS FOR TEST PURPOSES ONLY...
|
||||
|
||||
#end
|
||||
#elseif(${CORCAN}=="true")
|
||||
|
||||
|
||||
${ugcline}
|
||||
/${productClass}.COR.${vtecOffice}.${phenomena}.W.${etn}.000000T0000Z-${dateUtil.format(${expire}, ${timeFormat.ymdthmz})}/
|
||||
/00000.0.${ic}.000000T0000Z.000000T0000Z.000000T0000Z.OO/
|
||||
#foreach (${area} in ${areas})
|
||||
#capitalize(${area.name} "FIRST")
|
||||
#if(${includeStateAbbreviation}==true)
|
||||
${area.stateabbr}##
|
||||
#end
|
||||
-##
|
||||
#end
|
||||
|
||||
${dateUtil.format(${now}, ${timeFormat.header}, ${localtimezone})}
|
||||
|
||||
|
||||
#if(${productClass}=="T")
|
||||
...THIS MESSAGE IS FOR TEST PURPOSES ONLY...
|
||||
|
||||
#end
|
||||
#end
|
||||
############################
|
||||
## CONTINUATION STATEMENT ##
|
||||
############################
|
||||
#if(${action}=="CANCON" || ${action}=="CON" || ${action}=="COR" || ${CORCAN}=="true")
|
||||
#if(${productClass}=="T")
|
||||
THIS IS A TEST MESSAGE.##
|
||||
#end
|
||||
###################################
|
||||
## Flash Flood Emergency headline #
|
||||
###################################
|
||||
#if(${list.contains(${bullets}, "ffwEmergency")})
|
||||
#set($ctaSelected = "YES")
|
||||
|
||||
...THIS IS A FLASH FLOOD EMERGENCY FOR #capitalize(${emergencyHeadline} 'ALL')...
|
||||
|
||||
#end
|
||||
...THE FLASH FLOOD WARNING ##
|
||||
#if(${hycType} != "")
|
||||
FOR <L>${hycType}</L> ##
|
||||
#end
|
||||
REMAINS IN EFFECT UNTIL #headlineExpire(${dateUtil},${expire},${timeFormat},${localtimezone},${secondtimezone}) FOR ##
|
||||
#headlineLocList(${areas} true true true false "ALL")...
|
||||
|
||||
################################################
|
||||
#################################
|
||||
######## THIRD BULLET ###########
|
||||
#################################
|
||||
#set($reportType = "heavy rain")
|
||||
#set($rainAmount = "")
|
||||
#set($report = "heavy rain is occurring. !** ADD MORE DETAIL HERE **!")
|
||||
#if(${list.contains(${bullets}, "flash")} )
|
||||
#set($isExpected = "Flash flooding is already occurring.")
|
||||
#else
|
||||
#set($isExpected = "Flash flooding is ongoing or expected to begin shortly.")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "burnScar")} )
|
||||
#set($burnScar = "Excessive rainfall over the burn scar will result in debris flow moving through the !** DRAINAGE **!. The debris flow can consist of rock, mud, vegetation and other loose materials.")
|
||||
#set($mayLikely = "will likely")
|
||||
## #set($burnCTA = "Persons in the vicinity of !** DRAINAGE **! should evacuate immediately.")
|
||||
## #set($ctaSelected = "YES")
|
||||
#elseif(${list.contains(${bullets}, "mudSlide")} )
|
||||
#set($burnScar = "Excessive rainfall over the warning area will cause mud slides near steep terrain. The mud slide can consist of rock, mud, vegetation and other loose materials.")
|
||||
#set($mayLikely = "will likely")
|
||||
## #set($burnCTA = "Persons in the vicinity of !** DRAINAGE **! should evacuate immediately.")
|
||||
## #set($ctaSelected = "YES")
|
||||
#else
|
||||
#set($burnScar = "")
|
||||
#set($burnCTA = "")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "rain1")} )
|
||||
#set($rainAmount = "Up to one inch of rain has already fallen.")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "rain2")} )
|
||||
#set($rainAmount = "Up to two inches of rain have already fallen.")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "rain3")} )
|
||||
#set($rainAmount = "Up to three inches of rain have already fallen.")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "rainEdit")} )
|
||||
#set($rainAmount = "!** AMOUNT **! inches of rain have fallen.")
|
||||
#end
|
||||
#set($eventType = "heavy rain falling")
|
||||
#if(${list.contains(${bullets}, "thunder")})
|
||||
#set($eventType = "thunderstorms producing heavy rain")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "doppler")})
|
||||
#set($report = "Doppler radar indicated ${eventType} across the warned area.")
|
||||
#end
|
||||
|
||||
|
||||
#if(${list.contains(${bullets}, "dopplerGauge")})
|
||||
#set($report = "Doppler radar and automated gauges indicated ${eventType} across the warned area.")
|
||||
#set($source = "Radar and automated gauges.")
|
||||
#set($FFTag = "RADAR AND GAUGE INDICATED")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "trainedSpotters")})
|
||||
#set($report = "trained weather spotters reported ${eventType} in !** LOCATION **!.")
|
||||
#set($source = "Trained weather spotters.")
|
||||
#set($FFTag = "OBSERVED")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "public")})
|
||||
#set($report = "the public reported ${eventType} in !** LOCATION **!.")
|
||||
#set($source = "public.")
|
||||
#set($FFTag = "OBSERVED")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "lawEnforcement")})
|
||||
#set($report = "law enforcement reported ${eventType} in !** LOCATION **!.")
|
||||
#set($source = "law enforcement.")
|
||||
#set($FFTag = "OBSERVED")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "emergencyManagement")})
|
||||
#set($report = "emergency management reported ${eventType} in !** LOCATION **!.")
|
||||
#set($source = "emergency management.")
|
||||
#set($FFTag = "OBSERVED")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "satellite")})
|
||||
#set($report = "satellite estimates indicated ${eventType} across the warned area.")
|
||||
#set($source = "Satellite indicated.")
|
||||
#set($FFTag = "SATELLITE INDICATED")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "satelliteGauge")})
|
||||
#set($report = "satellite estimates and automated gauges indicated ${eventType} across the warned area.")
|
||||
#set($source = "Satellite and automated gauges.")
|
||||
#set($FFTag = "SATELLITE AND GAUGE INDICATED")
|
||||
#end
|
||||
|
||||
#########################################################################
|
||||
## Parse command to include a burnscarInfo.vm file with site specific dam
|
||||
## information. Sites can include this information in a separate file or
|
||||
## include in the template per the coding below.
|
||||
#########################################################################
|
||||
##parse ("burnScarInfo.vm")
|
||||
|
||||
#if(${productClass}=="T")
|
||||
THIS IS A TEST MESSAGE. ##
|
||||
#end
|
||||
#thirdBullet(${dateUtil},${event},${timeFormat},${localtimezone},${secondtimezone})
|
||||
, ${report} ${rainAmount} ${ratePhrase}${isExpected} ${snowMelt}
|
||||
|
||||
##########################################################################
|
||||
## Flash Flood Emergency per NWS 10-922 Directive goes with third bullet #
|
||||
##########################################################################
|
||||
#if(${list.contains(${bullets}, "ffwEmergency")})
|
||||
#set($ctaSelected = "YES")
|
||||
THIS IS A FLASH FLOOD EMERGENCY FOR ${emergencyHeadline}. SEEK HIGHER GROUND NOW!
|
||||
|
||||
#end
|
||||
|
||||
####################################
|
||||
## Section for the FFW IBW format ##
|
||||
####################################
|
||||
|
||||
#wrapText("HAZARD...#capitalize(${hazard} 'FIRST')" 0 9)
|
||||
|
||||
#wrapText("SOURCE...#capitalize(${source} 'FIRST')" 0 9)
|
||||
|
||||
#wrapText("IMPACT...${ffwimpact}" 0 9)
|
||||
|
||||
${burnScar}
|
||||
|
||||
############################################
|
||||
######## (CITY LIST) #########
|
||||
############################################
|
||||
#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!
|
||||
#locationsList("Some locations that will experience flooding include..." ${floodType} 0 ${cityList} ${otherPoints} ${areas} ${dateUtil} ${timeFormat} 0)
|
||||
|
||||
#end
|
||||
########### KEEP TWO BLANK LINES BELOW
|
||||
|
||||
|
||||
########################################## END OF OPTIONAL FOURTH BULLET ##############################
|
||||
######################################
|
||||
###### WHERE ADDITIONAL INFO GOES ####
|
||||
######################################
|
||||
#if(${list.contains(${bullets}, "addRainfall")})
|
||||
Additional rainfall amounts of !** EDIT AMOUNT **! are possible in the warned area.
|
||||
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "particularStream")})
|
||||
Flood waters are moving down !**NAME OF CHANNEL**! from !**LOCATION**! to !**LOCATION**!. The flood crest is expected to reach !**LOCATION(S)**! by !**TIME(S)**!.
|
||||
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "drainages")})
|
||||
#drainages(${riverdrainages})
|
||||
|
||||
#end
|
||||
|
||||
${burnDrainage}
|
||||
|
||||
## parse file command here is to pull in mile marker info
|
||||
## #parse("mileMarkers.vm")
|
||||
|
||||
#################################### END OF ADDITIONAL STUFF ###################################
|
||||
######################################
|
||||
####### CALL TO ACTIONS ##############
|
||||
######################################
|
||||
##Check to see if we've selected any calls to action.
|
||||
#foreach (${bullet} in ${bullets})
|
||||
#if(${bullet.endsWith("CTA")})
|
||||
#set($ctaSelected = "YES")
|
||||
#end
|
||||
#end
|
||||
##
|
||||
PRECAUTIONARY/PREPAREDNESS ACTIONS...
|
||||
|
||||
|
||||
${burnCTA}
|
||||
|
||||
#if(${list.contains(${bullets}, "ffwEmergencyCTA")} || ${list.contains(${bullets}, "ffwEmergency")})
|
||||
#if(${list.contains(${bullets}, "ffwEmergency")})
|
||||
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.
|
||||
|
||||
#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
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "burnAreasCTA")} || ${ctaSelected} != "YES")
|
||||
Move away from recently burned areas. Life-threatening flooding of creeks, roads and normally dry arroyos is likely. The heavy rains ${mayLikely} trigger rockslides, mudslides and debris flows in steep terrain, especially in and around these areas.
|
||||
|
||||
#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.
|
||||
|
||||
#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.
|
||||
|
||||
#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}, "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}, "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")})
|
||||
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.
|
||||
|
||||
#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 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.
|
||||
|
||||
#end
|
||||
&&
|
||||
|
||||
#################################### END OF CTA STUFF ###################################
|
||||
|
||||
##########################################
|
||||
########BOTTOM OF THE PRODUCT#############
|
||||
##########################################
|
||||
#if(${productClass}=="T")
|
||||
THIS IS A TEST MESSAGE. DO NOT TAKE ACTION BASED ON THIS MESSAGE.
|
||||
|
||||
#end
|
||||
#printcoords(${areaPoly}, ${list})
|
||||
########### KEEP TWO BLANK LINES BELOW
|
||||
|
||||
|
||||
<L>FLASH FLOOD...${FFTag}</L>
|
||||
#if($FFDamageTag.length() > 0)
|
||||
${FFDamageTag}
|
||||
#end
|
||||
#if($RainTag.length() > 0)
|
||||
${RainTag}
|
||||
#end
|
||||
|
||||
#end
|
||||
|
||||
$$
|
||||
|
||||
#parse("forecasterName.vm")
|
|
@ -1,274 +0,0 @@
|
|||
<!-- IBW Burn Scar Flash Flood Statement configuration for County-based products-->
|
||||
<!-- This template can be used for any pre-defined polygon that a site needs
|
||||
to issue a FFW for outside of a dam break. -->
|
||||
<!-- RECENT HISTORY
|
||||
Created by Phil Kurimski 11-01-2017 FFW IBW Format and Tags
|
||||
Phil Kurimski 11-28-2017 Added River Drainages, removed local from local law enforcement and rain from automated rain gauges
|
||||
Phil Kurimski 12-02-2017 Added Events section to come in line with the FFW templates
|
||||
Phil Kurimski 03-21-2018 Fixed FFW Emergency and Urban Areas CTA Parse Strings DCS 20667
|
||||
Evan Bookbinder 06-05-2019 DR 21342 Ensure IBW Tag unlock and migrate IBW rain rate to amount/duration
|
||||
-->
|
||||
|
||||
<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>
|
||||
<!-- <map>FFMP Small Stream Basin Links</map> -->
|
||||
<!-- <map>Major Rivers</map> -->
|
||||
</maps>
|
||||
|
||||
<!-- Followups: VTEC actions of allowable followups when this template is selected
|
||||
Each followup will become available when the appropriate time range permits.
|
||||
-->
|
||||
<followups>
|
||||
<followup>COR</followup>
|
||||
<followup>CON</followup>
|
||||
<followup>CAN</followup>
|
||||
<followup>EXP</followup>
|
||||
</followups>
|
||||
|
||||
<!-- Product ID: nnn id of the product -->
|
||||
<productId>FFS</productId>
|
||||
|
||||
<!-- Phensigs: The list of phenomena and significance combinations that this template applies to -->
|
||||
<phensigs>
|
||||
<phensig>FF.W</phensig>
|
||||
</phensigs>
|
||||
|
||||
<!-- Enables/disables user from selecting the Restart button the GUI -->
|
||||
<enableRestart>false</enableRestart>
|
||||
|
||||
<!-- Enable/disables the system to lock text based on various patterns -->
|
||||
<autoLockText>true</autoLockText>
|
||||
|
||||
<!-- if trackEnabled is set to 'true' = makes third bullet initial position and movement
|
||||
as well as fourth bullet pathcast (which are optional info) available to forecaster.
|
||||
Must be paired with proper vm code (also commented out in flashFloodWarning.vm)! -->
|
||||
<trackEnabled>false</trackEnabled>
|
||||
<!-- <trackEnabled>true</trackEnabled> -->
|
||||
|
||||
<!-- durations: the list of possible durations of the warning -->
|
||||
<!-- THE DURATIONS REALLY SERVE NO PURPOSE IN A FOLLOWUP BUT WILL CRASH WARNGEN IF REMVOED -->
|
||||
<defaultDuration>30</defaultDuration>
|
||||
<durations>
|
||||
<duration>30</duration>
|
||||
</durations>
|
||||
|
||||
<pointSource variable="riverdrainages">
|
||||
<pointSource>ffmp_basins</pointSource>
|
||||
<geometryDecimationTolerance>0.064</geometryDecimationTolerance>
|
||||
<pointField>streamname</pointField>
|
||||
<filter>
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="$warngenCWAFilter" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
</filter>
|
||||
<withinPolygon>true</withinPolygon>
|
||||
</pointSource>
|
||||
|
||||
<lockedGroupsOnFollowup>ic,dam</lockedGroupsOnFollowup>
|
||||
<bulletActionGroups>
|
||||
<bulletActionGroup>
|
||||
<bullets>
|
||||
<bullet bulletText="*********** SELECT A FOLLOWUP **********" bulletType="title"/>
|
||||
</bullets>
|
||||
</bulletActionGroup>
|
||||
<bulletActionGroup action="CAN" phen="FF" sig="W">
|
||||
<bullets>
|
||||
<bullet bulletName="recedingWater" bulletText="Water is receding" />
|
||||
<bullet bulletName="rainEnded" bulletText="Heavy rain ended" />
|
||||
<bullet bulletText="************************************************************" bulletType="title"/>
|
||||
<bullet bulletText="* The next section is for sites to load pre-configured *" bulletType="title"/>
|
||||
<bullet bulletText="* polygons for burn scars and other scenarios needing *" bulletType="title"/>
|
||||
<bullet bulletText="* a flash flood warning. *" bulletType="title"/>
|
||||
<bullet bulletText="****** BURN SCAR AREA (Choose 1) ******" bulletType="title"/>
|
||||
</bullets>
|
||||
<!-- The following are examples on how to include site specific burn scars in your template
|
||||
You can choose to do this by editing the template and listing each burn scar in the
|
||||
template or listing the burn scars in a separate file and using the include command
|
||||
This can also be done for other flash flood areas that need a pre-defined polygon -->
|
||||
<!-- Note that Burn Scar Names NEED to be in the CAN section to produce correct headline wording in the vm file -->
|
||||
<include file="burnScarInfoBulletName.xml"/>
|
||||
<!-- include file="burnScarInfoBullet.xml"/>-->
|
||||
</bulletActionGroup>
|
||||
<bulletActionGroup action="EXP" phen="FF" sig="W">
|
||||
<bullets>
|
||||
<bullet bulletName="recedingWater" bulletText="Water is receding" />
|
||||
<bullet bulletName="rainEnded" bulletText="Heavy rain ended" />
|
||||
<bullet bulletText="************************************************************" bulletType="title"/>
|
||||
<bullet bulletText="* The next section is for sites to load pre-configured *" bulletType="title"/>
|
||||
<bullet bulletText="* polygons for burn scars and other scenarios needing *" bulletType="title"/>
|
||||
<bullet bulletText="* a flash flood warning. *" bulletType="title"/>
|
||||
<bullet bulletText="****** BURN SCAR AREA (Choose 1) ******" bulletType="title"/>
|
||||
</bullets>
|
||||
<!-- The following are examples on how to include site specific burn scars in your template
|
||||
You can choose to do this by editing the template and listing each burn scar in the
|
||||
template or listing the burn scars in a separate file and using the include command
|
||||
This can also be done for other flash flood areas that need a pre-defined polygon -->
|
||||
<!-- Note that Burn Scar Names NEED to be in the CAN section to produce correct headline wording in the vm file -->
|
||||
<include file="burnScarInfoBulletName.xml"/>
|
||||
<!-- include file="burnScarInfoBullet.xml"/>-->
|
||||
</bulletActionGroup>
|
||||
<bulletActionGroup action="CON" phen="FF" sig="W">
|
||||
<bullets>
|
||||
<bullet bulletName="ffwEmergency" bulletText="**SELECT FOR FLASH FLOOD EMERGENCY/CATASTROPHIC FLOODING**" bulletGroup="headline" parseString="FLASH FLOOD EMERGENCY"/>
|
||||
<bullet bulletName="considerableFFW" bulletText="CONSIDERABLE FLASH FLOODING" bulletGroup="headline" parseString="FLASH FLOOD DAMAGE THREAT...CONSIDERABLE"/>
|
||||
<bullet bulletName="icrs" bulletText="Also snowmelt" parseString=".RS."/>
|
||||
<bullet bulletText="*********** SOURCE (CHOOSE 1) **********" bulletType="title"/>
|
||||
<bullet bulletName="doppler" bulletText="Doppler radar indicated" bulletGroup="source" bulletDefault="true" parseString="DOPPLER RADAR INDICATED"/>
|
||||
<bullet bulletName="dopplerGauge" bulletText="Doppler radar and automated gauges" bulletGroup="source" parseString="DOPPLER RADAR AND AUTOMATED GAUGES"/>
|
||||
<bullet bulletName="trainedSpotters" bulletText="Trained spotters reported" bulletGroup="source" parseString="TRAINED WEATHER SPOTTERS REPORTED"/>
|
||||
<bullet bulletName="public" bulletText="Public reported" bulletGroup="source" parseString="THE PUBLIC REPORTED"/>
|
||||
<bullet bulletName="lawEnforcement" bulletText="Law enforcement reported" bulletGroup="source" parseString="LAW ENFORCEMENT REPORTED"/>
|
||||
<bullet bulletName="emergencyManagement" bulletText="Emergency management reported" bulletGroup="source" parseString="EMERGENCY MANAGEMENT REPORTED"/>
|
||||
<!-- The following bullets will add satellite and gauges as a source. If you would like to use this
|
||||
in your template uncomment the next few lines. -->
|
||||
<!-- <bullet bulletName="satellite" bulletText="satellite estimates" bulletGroup="source" parseString="SATELLITE ESTIMATES"/>
|
||||
<bullet bulletName="satelliteGauge" bulletText="satellite estimates and automated gauges" bulletGroup="source" parseString="SATELLITE AND "/> -->
|
||||
<bullet bulletText="*********** EVENTS (CHOOSE IF APPLICABLE) **********" bulletType="title"/>
|
||||
<bullet bulletName="thunder" bulletText="Thunderstorm(s) causing flooding" bulletGroup="event" bulletDefault="true" parseString="THUNDERSTORM"/>
|
||||
<bullet bulletName="flash" bulletText="Flash flooding occurring" parseString="FLASH FLOODING IS ALREADY OCCURRING."/>
|
||||
<!-- <bullet bulletName="stormPosition" bulletText="* USE DOT to specify initial position *" showString="STATIONARY" parseString="STATIONARY"/>
|
||||
<bullet bulletName="stormPosition" bulletText="* USE DOT to specify initial position *" showString="MOVING" parseString="MOVING"/>
|
||||
-->
|
||||
<bullet bulletText="*********** (OPTIONAL) DEBRIS FLOW INFO **********" bulletType="title"/>
|
||||
<bullet bulletName="burnScar" bulletText="Burn scar area with debris flow" bulletGroup="addevent" parseString="BURN SCAR"/>
|
||||
<bullet bulletName="mudSlide" bulletText="Mud Slides" bulletGroup="addevent" parseString="MUD SLIDE"/>
|
||||
<bullet bulletText="*********** RAIN SO FAR (OPTIONAL) **********" bulletType="title"/>
|
||||
<bullet bulletName="rain1" bulletText="One inch so far" bulletGroup="rainAmt" parseString="ONE INCH"/>
|
||||
<bullet bulletName="rain2" bulletText="Two inches so far" bulletGroup="rainAmt" parseString="TWO INCHES"/>
|
||||
<bullet bulletName="rain3" bulletText="Three inches so far" bulletGroup="rainAmt" parseString="THREE INCHES"/>
|
||||
<bullet bulletName="rainEdit" bulletText="User defined amount" bulletGroup="rainAmt" parseString="INCHES OF RAIN HAVE FALLEN"/>
|
||||
<bullet bulletText="****** IBW TAG EXPECTED AMOUNT/DURATION (OPTIONAL) *****" bulletType="title"/>
|
||||
<bullet bulletName="ibwrain1" bulletText="1-2 inches in 1 hour" bulletGroup="ibwRain" parseString=""1-2","INCHES IN 1 HOUR""/>
|
||||
<bullet bulletName="ibwrain2" bulletText="2-3 inches in 1 hour" bulletGroup="ibwRain" parseString=""2-3","INCHES IN 1 HOUR""/>
|
||||
<bullet bulletName="ibwrain3" bulletText="1-3 inches in 1 hour" bulletGroup="ibwRain" parseString=""1-3","INCHES IN 1 HOUR""/>
|
||||
<bullet bulletName="ibwrainEdit" bulletText="User defined amount/duration" bulletGroup="ibwRain"/>
|
||||
<bullet bulletText="*********** ADDITIONAL INFO ***********" bulletType="title"/>
|
||||
<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="addRainfall" bulletText="Additional rainfall of XX inches expected" parseString="ADDITIONAL RAINFALL"/>
|
||||
<bullet bulletName="particularStream" bulletText="Flooding is occurring in a particular stream/river" parseString="FLOOD WATERS ARE MOVING DOWN"/>
|
||||
<bullet bulletName="drainages" bulletText="Automated list of drainages" parseString="THIS INCLUDES THE FOLLOWING STREAMS AND DRAINAGES" loadMap="River Drainage Basins"/>
|
||||
<bullet bulletText="**** CALL TO ACTIONS (CHOOSE 1 OR MORE) ****" bulletType="title"/>
|
||||
<!-- end all call to action bullets with "CTA" ex: "obviousNameCTA" -->
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString="AREA SUBJECT TO FLOODING OR UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="burnAreasCTA" bulletText="Burn Areas" bulletDefault="true" parseString="RECENTLY BURNED AREAS"/>
|
||||
<bullet bulletName="TADD_CTA" bulletText="Turn around, don't drown" parseString=""TURN AROUND","DON'T DROWN""/>
|
||||
<bullet bulletName="actQuicklyCTA" bulletText="Act Quickly" parseString="ACT QUICKLY TO PROTECT YOUR LIFE"/>
|
||||
<bullet bulletName="childSafetyCTA" bulletText="Child Safety" parseString="KEEP CHILDREN AWAY"/>
|
||||
<bullet bulletName="nighttimeCTA" bulletText="Nighttime flooding" parseString="AT NIGHT WHEN IT IS HARDER TO RECOGNIZE"/>
|
||||
<bullet bulletName="urbanCTA" bulletText="Urban areas" parseString=""EXCESSIVE RUNOFF","-COUNTRY ROADS","URBAN AREAS","HIGHWAYS","UNDERPASSES""/>
|
||||
<bullet bulletName="ruralCTA" bulletText="Rural areas" parseString=""COUNTRY ROADS","FARMLAND","LOW LYING SPOTS""/>
|
||||
<bullet bulletName="stayAwayCTA" bulletText="Stay away" parseString="STAY AWAY OR BE SWEPT AWAY"/>
|
||||
<bullet bulletName="lowSpotsCTA" bulletText="Low spots in hilly terrain" parseString="IN HILLY TERRAIN THERE ARE HUNDREDS OF LOW WATER CROSSINGS"/>
|
||||
<bullet bulletName="arroyosCTA" bulletText="Arroyos" parseString="ARROYOS"/>
|
||||
<bullet bulletName="camperSafetyCTA" bulletText="Camper/Hiker Safety" parseString="CAMPERS AND HIKERS"/>
|
||||
<bullet bulletName="reportFloodingCTA" bulletText="Report flooding to law enforcement" parseString="REPORT FLOODING TO YOUR LOCAL LAW ENFORCEMENT"/>
|
||||
<bullet bulletName="ffwMeansCTA" bulletText="Flash Flood Warning means" parseString="A FLASH FLOOD WARNING MEANS"/>
|
||||
<bullet bulletText="************************************************************" bulletType="title"/>
|
||||
<bullet bulletText="* The next section is for sites to load pre-configured *" bulletType="title"/>
|
||||
<bullet bulletText="* polygons for burn scars and other scenarios needing *" bulletType="title"/>
|
||||
<bullet bulletText="* a flash flood warning. *" bulletType="title"/>
|
||||
<bullet bulletText="****** BURN SCAR AREA (Choose 1) ******" bulletType="title"/>
|
||||
</bullets>
|
||||
<!-- The following are examples on how to include site specific burn scars in your template
|
||||
You can choose to do this by editing the template and listing each burn scar in the
|
||||
template or listing the burn scars in a separate file and using the include command
|
||||
This can also be done for other flash flood areas that need a pre-defined polygon -->
|
||||
<include file="burnScarInfoBullet.xml"/>
|
||||
</bulletActionGroup>
|
||||
<bulletActionGroup action="COR" phen="FF" sig="W">
|
||||
<bullets>
|
||||
<bullet bulletText="**** CORRECTED PRODUCT. CLICK CREATE TEXT ****" bulletType="title"/>
|
||||
<bullet bulletName="ffwEmergency" bulletText="**SELECT FOR FLASH FLOOD EMERGENCY/CATASTROPHIC FLOODING**" bulletGroup="headline" parseString="FLASH FLOOD EMERGENCY"/>
|
||||
<bullet bulletName="considerableFFW" bulletText="CONSIDERABLE FLASH FLOODING" bulletGroup="headline" parseString="FLASH FLOOD DAMAGE THREAT...CONSIDERABLE"/>
|
||||
<bullet bulletName="icrs" bulletText="Also snowmelt" parseString=".RS."/>
|
||||
<bullet bulletText="*********** SOURCE (CHOOSE 1) **********" bulletType="title"/>
|
||||
<bullet bulletName="doppler" bulletText="Doppler radar indicated" bulletGroup="source" bulletDefault="true" parseString="DOPPLER RADAR INDICATED"/>
|
||||
<bullet bulletName="dopplerGauge" bulletText="Doppler radar and automated gauges" bulletGroup="source" parseString="DOPPLER RADAR AND AUTOMATED GAUGES"/>
|
||||
<bullet bulletName="trainedSpotters" bulletText="Trained spotters reported" bulletGroup="source" parseString="TRAINED WEATHER SPOTTERS REPORTED"/>
|
||||
<bullet bulletName="public" bulletText="Public reported" bulletGroup="source" parseString="THE PUBLIC REPORTED"/>
|
||||
<bullet bulletName="lawEnforcement" bulletText="Law enforcement reported" bulletGroup="source" parseString="LAW ENFORCEMENT REPORTED"/>
|
||||
<bullet bulletName="emergencyManagement" bulletText="Emergency management reported" bulletGroup="source" parseString="EMERGENCY MANAGEMENT REPORTED"/>
|
||||
<!-- The following bullets will add satellite and gauges as a source. If you would like to use this
|
||||
in your template uncomment the next few lines. -->
|
||||
<!-- <bullet bulletName="satellite" bulletText="satellite estimates" bulletGroup="source" parseString="SATELLITE ESTIMATES"/>
|
||||
<bullet bulletName="satelliteGauge" bulletText="satellite estimates and automated gauges" bulletGroup="source" parseString="SATELLITE AND "/> -->
|
||||
<bullet bulletText="*********** EVENTS (CHOOSE IF APPLICABLE) **********" bulletType="title"/>
|
||||
<bullet bulletName="thunder" bulletText="Thunderstorm(s) causing flooding" bulletGroup="event" bulletDefault="true" parseString="THUNDERSTORM"/>
|
||||
<bullet bulletName="flash" bulletText="Flash flooding occurring" parseString="FLASH FLOODING IS ALREADY OCCURRING."/>
|
||||
<!-- <bullet bulletName="stormPosition" bulletText="* USE DOT to specify initial position *" showString="STATIONARY" parseString="STATIONARY"/>
|
||||
<bullet bulletName="stormPosition" bulletText="* USE DOT to specify initial position *" showString="MOVING" parseString="MOVING"/>
|
||||
-->
|
||||
<bullet bulletText="*********** (OPTIONAL) DEBRIS FLOW INFO **********" bulletType="title"/>
|
||||
<bullet bulletName="burnScar" bulletText="Burn scar area with debris flow" bulletGroup="addevent" parseString="BURN SCAR"/>
|
||||
<bullet bulletName="mudSlide" bulletText="Mud Slides" bulletGroup="addevent" parseString="MUD SLIDE"/>
|
||||
<bullet bulletText="*********** RAIN SO FAR (OPTIONAL) **********" bulletType="title"/>
|
||||
<bullet bulletName="rain1" bulletText="One inch so far" bulletGroup="rainAmt" parseString="ONE INCH"/>
|
||||
<bullet bulletName="rain2" bulletText="Two inches so far" bulletGroup="rainAmt" parseString="TWO INCHES"/>
|
||||
<bullet bulletName="rain3" bulletText="Three inches so far" bulletGroup="rainAmt" parseString="THREE INCHES"/>
|
||||
<bullet bulletName="rainEdit" bulletText="User defined amount" bulletGroup="rainAmt" parseString="INCHES OF RAIN HAVE FALLEN"/>
|
||||
<bullet bulletText="****** IBW TAG EXPECTED AMOUNT/DURATION (OPTIONAL) *****" bulletType="title"/>
|
||||
<bullet bulletName="ibwrain1" bulletText="1-2 inches in 1 hour" bulletGroup="ibwRain" parseString=""1-2","INCHES IN 1 HOUR""/>
|
||||
<bullet bulletName="ibwrain2" bulletText="2-3 inches in 1 hour" bulletGroup="ibwRain" parseString=""2-3","INCHES IN 1 HOUR""/>
|
||||
<bullet bulletName="ibwrain3" bulletText="1-3 inches in 1 hour" bulletGroup="ibwRain" parseString=""1-3","INCHES IN 1 HOUR""/>
|
||||
<bullet bulletName="ibwrainEdit" bulletText="User defined amount/duration" bulletGroup="ibwRain"/>
|
||||
<bullet bulletText="*********** ADDITIONAL INFO ***********" bulletType="title"/>
|
||||
<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="addRainfall" bulletText="Additional rainfall of XX inches expected" parseString="ADDITIONAL RAINFALL"/>
|
||||
<bullet bulletName="particularStream" bulletText="Flooding is occurring in a particular stream/river" parseString="FLOOD WATERS ARE MOVING DOWN"/>
|
||||
<bullet bulletName="drainages" bulletText="Automated list of drainages" parseString="THIS INCLUDES THE FOLLOWING STREAMS AND DRAINAGES" loadMap="River Drainage Basins"/>
|
||||
<bullet bulletText="**** CALL TO ACTIONS (CHOOSE 1 OR MORE) ****" bulletType="title"/>
|
||||
<!-- end all call to action bullets with "CTA" ex: "obviousNameCTA" -->
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString="AREA SUBJECT TO FLOODING OR UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="burnAreasCTA" bulletText="Burn Areas" bulletDefault="true" parseString="RECENTLY BURNED AREAS"/>
|
||||
<bullet bulletName="TADD_CTA" bulletText="Turn around, don't drown" parseString=""TURN AROUND","DON'T DROWN""/>
|
||||
<bullet bulletName="actQuicklyCTA" bulletText="Act Quickly" parseString="ACT QUICKLY TO PROTECT YOUR LIFE"/>
|
||||
<bullet bulletName="childSafetyCTA" bulletText="Child Safety" parseString="KEEP CHILDREN AWAY"/>
|
||||
<bullet bulletName="nighttimeCTA" bulletText="Nighttime flooding" parseString="AT NIGHT WHEN IT IS HARDER TO RECOGNIZE"/>
|
||||
<bullet bulletName="urbanCTA" bulletText="Urban areas" parseString=""EXCESSIVE RUNOFF","-COUNTRY ROADS","URBAN AREAS","HIGHWAYS","UNDERPASSES""/>
|
||||
<bullet bulletName="ruralCTA" bulletText="Rural areas" parseString=""COUNTRY ROADS","FARMLAND","LOW LYING SPOTS""/>
|
||||
<bullet bulletName="stayAwayCTA" bulletText="Stay away" parseString="STAY AWAY OR BE SWEPT AWAY"/>
|
||||
<bullet bulletName="lowSpotsCTA" bulletText="Low spots in hilly terrain" parseString="IN HILLY TERRAIN THERE ARE HUNDREDS OF LOW WATER CROSSINGS"/>
|
||||
<bullet bulletName="arroyosCTA" bulletText="Arroyos" parseString="ARROYOS"/>
|
||||
<bullet bulletName="camperSafetyCTA" bulletText="Camper/Hiker Safety" parseString="CAMPERS AND HIKERS"/>
|
||||
<bullet bulletName="reportFloodingCTA" bulletText="Report flooding to law enforcement" parseString="REPORT FLOODING TO YOUR LOCAL LAW ENFORCEMENT"/>
|
||||
<bullet bulletName="ffwMeansCTA" bulletText="Flash Flood Warning means" parseString="A FLASH FLOOD WARNING MEANS"/>
|
||||
<bullet bulletText="************************************************************" bulletType="title"/>
|
||||
<bullet bulletText="* The next section is for sites to load pre-configured *" bulletType="title"/>
|
||||
<bullet bulletText="* polygons for burn scars and other scenarios needing *" bulletType="title"/>
|
||||
<bullet bulletText="* a flash flood warning. *" bulletType="title"/>
|
||||
<bullet bulletText="****** BURN SCAR AREA (Choose 1) ******" bulletType="title"/>
|
||||
</bullets>
|
||||
<!-- The following are examples on how to include site specific burn scars in your template
|
||||
You can choose to do this by editing the template and listing each burn scar in the
|
||||
template or listing the burn scars in a separate file and using the include command
|
||||
This can also be done for other flash flood areas that need a pre-defined polygon -->
|
||||
<include file="burnScarInfoBullet.xml"/>
|
||||
</bulletActionGroup>
|
||||
</bulletActionGroups>
|
||||
|
||||
</warngenConfig>
|
|
@ -5,8 +5,6 @@
|
|||
## choosing valid Vsby ##
|
||||
## WG TEAM (Tomalak/Birchard/Dangelo 2-1-2017 Initial Implementation; DCS20066 ##
|
||||
## Bookbinder 9-12-2017 Modified to segmented format per directive req. ##
|
||||
## Bookbinder 1-30-2019 DR20914 Fix format error caused when no highway ##
|
||||
## mile markers are found ##
|
||||
###########################################################################################
|
||||
##
|
||||
#parse("config.vm")
|
||||
|
@ -194,7 +192,7 @@ THIS IS A TEST MESSAGE. ##
|
|||
#######################################
|
||||
#set($mileMarkers = "")
|
||||
#set($mileMarkers = "#parse('mileMarkers.vm')")
|
||||
#if(${mileMarkers.length()} <= 10)
|
||||
#if(${mileMarkers.length()} == 0)
|
||||
* !**ENTER IN ANY AFFECTED ROAD/HIGHWAY INFORMATION**!
|
||||
|
||||
#else
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
## BASED OFF SNOW SQUALL FOLLOW UP - EVAN B. ##
|
||||
## PRODUCT VERSION HISTORY ##
|
||||
## WG TEAM (Tomalak/Bookbinder/Birchard/DeAngelo) 2-1-2017 New Template; DCS20066 ##
|
||||
## Bookbinder 01-30-2019 DR20914 Fix format error caused when no highway ##
|
||||
## mile markers are found ##
|
||||
###########################################################################################
|
||||
##
|
||||
##
|
||||
|
@ -364,7 +362,7 @@ THIS IS A TEST MESSAGE. ##
|
|||
########## BEGIN 4TH BULLET ###########
|
||||
#set($mileMarkers = "")
|
||||
#set($mileMarkers = "#parse('mileMarkers.vm')")
|
||||
#if(${mileMarkers.length()} <= 10)
|
||||
#if(${mileMarkers.length()} == 0)
|
||||
!**ENTER IN ANY AFFECTED ROAD/HIGHWAY INFORMATION**!
|
||||
|
||||
#else
|
||||
|
@ -486,4 +484,4 @@ Strong to severe thunderstorms are also possible behind ${reportType4}. Keep upd
|
|||
$$
|
||||
#end
|
||||
|
||||
#parse("forecasterName.vm")
|
||||
#parse("forecasterName.vm")
|
|
@ -4,12 +4,8 @@
|
|||
## BASED OFF TEMPLATE FROM KEN WATERS/MARK OMALLEY - WFO PSR ##
|
||||
## VERSION HISTORY ##
|
||||
## Ken Waters/Mark OMalley Draft 1-26-17 ##
|
||||
## WG TEAM (Tomalak/Birchard/Dangelo) 1-31-2017 Initial Implementation; DCS20066 ##
|
||||
## Bookbinder 9-12-2017 Modified to segmented format per directive req. ##
|
||||
## Rivera 05-09-2018 DR20701 Dust Storm Warning cannot be sent in WarnGen ##
|
||||
## Practice mode ##
|
||||
## E.Bookbinder 01-30-2019 DR20914 Fix format error caused when no highway ##
|
||||
## mile markers are found ##
|
||||
## WG TEAM (Tomalak/Birchard/Dangelo) 1-31-2017 Initial Implementation;; DCS20066 ##
|
||||
## Bookbinder 9-12-2017 Modified to segmented format per directive req. ##
|
||||
############################################################################################
|
||||
##
|
||||
#parse("config.vm")
|
||||
|
@ -154,6 +150,7 @@ THIS IS A TEST MESSAGE. ##
|
|||
* ##
|
||||
#if(${productClass}=="T")
|
||||
THIS IS A TEST MESSAGE. #### Uncomment below pull in mile marker info
|
||||
|
||||
#end
|
||||
#thirdBullet(${dateUtil},${event},${timeFormat},${localtimezone},${secondtimezone})
|
||||
, ${reportB3} ##
|
||||
|
@ -185,7 +182,7 @@ THIS IS A TEST MESSAGE. #### Uncomment below pull in mile marker info
|
|||
#######################################
|
||||
#set($mileMarkers = "")
|
||||
#set($mileMarkers = "#parse('mileMarkers.vm')")
|
||||
#if(${mileMarkers.length()} <= 10)
|
||||
#if(${mileMarkers.length()} == 0)
|
||||
* !**ENTER IN ANY AFFECTED ROAD/HIGHWAY INFORMATION**!
|
||||
|
||||
#else
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
## BASED OFF SNOW SQUALL FOLLOW UP - EVAN B. ##
|
||||
## PRODUCT HISTORY ##
|
||||
## WG TEAM (Tomalak/Bookbinder/Birchard/Dangelo 2-1-2017 First Go Around; DCS20066 ##
|
||||
## E. Bookbinder 01-30-2019 DR20914 Fix format error caused when no highway ##
|
||||
## mile markers are found ##
|
||||
###########################################################################################
|
||||
##
|
||||
##
|
||||
|
@ -344,7 +342,7 @@ THIS IS A TEST MESSAGE. ##
|
|||
#######################################
|
||||
#set($mileMarkers = "")
|
||||
#set($mileMarkers = "#parse('mileMarkers.vm')")
|
||||
#if(${mileMarkers.length()} <= 10)
|
||||
#if(${mileMarkers.length()} == 0)
|
||||
!**ENTER IN ANY AFFECTED ROAD/HIGHWAY INFORMATION**!
|
||||
|
||||
#else
|
||||
|
@ -471,4 +469,4 @@ Strong to severe thunderstorms are also possible behind ${reportType4}. Keep upd
|
|||
$$
|
||||
#end
|
||||
|
||||
#parse("forecasterName.vm")
|
||||
#parse("forecasterName.vm")
|
|
@ -1,524 +0,0 @@
|
|||
################################################################
|
||||
## IBW DAM BREAK FFW TEMPLATE ##
|
||||
## CREATED BY PHIL KURIMSKI - WFO GRB ##
|
||||
## Phil Kurimski - OCT 20 2017 FFW IBW Format/Tags for CR ##
|
||||
## Phil Kurimski - NOV 28 2017 Removed local from local ##
|
||||
## law enforcement ##
|
||||
## Phil Kurimski - DEC 07 2017 Placed FFW Emergency phrase ##
|
||||
## above Hazard Section ##
|
||||
## Phil Kurimski - DEC 20 2017 Modified Considerable Impact ##
|
||||
## Statement and wording for Levee/Ice Jams ##
|
||||
## Phil Kurimski - DEC 22 2017 Modified Impact statement ##
|
||||
## floodgate release ##
|
||||
## Phil Kurimski - MAR 21 2018 Made Flash Flood Emergency ##
|
||||
## Statement ALL CAPS ##
|
||||
## Phil Kurimski - JUN 06 2018 Made FFW Emergency Third ##
|
||||
## Bullet Mixed Case DCS 20667 ##
|
||||
## Evan Bookbinder 06-05-2019 Ensure there is a default ##
|
||||
## CTA selected DR 21342 ##
|
||||
################################################################
|
||||
##
|
||||
#parse("config.vm")
|
||||
#if(${action} == "EXT")
|
||||
#set($starttime = "000000T0000Z")
|
||||
#set($extend = true)
|
||||
#else
|
||||
#set($starttime = ${dateUtil.format(${start}, ${timeFormat.ymdthmz})})
|
||||
#set($extend = false)
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "dam")} || ${list.contains(${bullets}, "siteimminent")} || ${list.contains(${bullets}, "sitefailed")})
|
||||
#if(${list.contains(${bullets}, "sev3")} || ${list.contains(${bullets}, "ffwEmergency")})
|
||||
#set($sev = "3")
|
||||
#elseif(${list.contains(${bullets}, "sev1")})
|
||||
#set($sev = "1")
|
||||
#elseif(${list.contains(${bullets}, "sev2")})
|
||||
#set($sev = "2")
|
||||
#else
|
||||
#set($sev = "U")
|
||||
#end
|
||||
#else
|
||||
#set($sev = "0")
|
||||
#end
|
||||
##
|
||||
## set reportType2 to a default value in case nothing is selected for site specific
|
||||
#set($reportType2 = "The failure of")
|
||||
#####################################################################
|
||||
## set variables to be used in site specific dam break selections
|
||||
#####################################################################
|
||||
#set($addInfo = "")
|
||||
#set($scenario = "")
|
||||
#set($ruleofthumb = "")
|
||||
#set($sitespecCTA = "")
|
||||
#set($volcanoCTA = "")
|
||||
#############################################
|
||||
## set variables for FFW IBW Tags and format
|
||||
#############################################
|
||||
#set($FFTag = "RADAR INDICATED")
|
||||
#set($FFDamageTag = "")
|
||||
#set($FailureTag = "")
|
||||
#set($ffwHazard = "")
|
||||
#set($source = "Radar indicated.")
|
||||
#set($ffwimpact = "small creeks and streams, urban areas, highways, streets and underpasses as well as other drainage and low lying areas")
|
||||
#set($preamble = "Flash flooding from")
|
||||
#set($preImpact = "Flooding of")
|
||||
### added by GP
|
||||
#set($glacierCTA = "")
|
||||
### GP end
|
||||
#set($emergencyHeadline = "!** EDIT LOCATION(S) **!")
|
||||
#set($emergencyText = "!** Edit Location(s) **!")
|
||||
#if(${list.contains(${bullets}, "levee")})
|
||||
#set($ic = "DM")
|
||||
#set($hycType = "A Levee Failure")
|
||||
##set($FFDamageTag = "<L>FLASH FLOOD DAMAGE THREAT...CONSIDERABLE</L>")
|
||||
#set($FailureTag = "<L>LEVEE FAILURE...OCCURRING</L>")
|
||||
##set($preamble = "Life threatening flash flooding from")
|
||||
##set($preImpact = "Unusual and life threatening flash flooding of")
|
||||
#set($reportType1 = "a levee on the !** **! River at !** **! failed causing flash flooding of immediately surrounding areas")
|
||||
#set($preImpact = "Flooding in")
|
||||
#set($ffwimpact = "areas near the levee break")
|
||||
#elseif(${list.contains(${bullets}, "floodgate")})
|
||||
#set($ic = "DR")
|
||||
#set($hycType = "A Dam Floodgate Release")
|
||||
#set($reportType1 = "the floodgates on the !** **! Dam were opened causing flash flooding downstream on the !** **! River")
|
||||
#set($preImpact = "Flooding in")
|
||||
#set($ffwimpact = "areas along the river immediately downstream of the dam")
|
||||
#elseif(${list.contains(${bullets}, "glacier")})
|
||||
#set($ic = "GO")
|
||||
### modified by GP
|
||||
#set($hycType = "A Glacier-Dammed Lake Outburst")
|
||||
#set($ctaSelected = "YES")
|
||||
#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.")
|
||||
### GP end
|
||||
#elseif(${list.contains(${bullets}, "icejam")})
|
||||
#set($ic = "IJ")
|
||||
#set($hycType = "An Ice Jam")
|
||||
#set($reportType1 = "an ice jam on the !** **! River at !** **! broke causing flash flooding downstream")
|
||||
#set($preImpact = "Flooding in")
|
||||
#set($ffwimpact = "areas near the ice jam")
|
||||
#elseif(${list.contains(${bullets}, "rain")})
|
||||
#set($ic = "RS")
|
||||
#set($hycType = "Rain and Snowmelt")
|
||||
#set($reportType1 = "rain falling on existing snowpack was generating flash flooding from excessive runoff")
|
||||
#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.")
|
||||
#elseif(${list.contains(${bullets}, "volcano")})
|
||||
#set($ic = "SM")
|
||||
### modified by GP
|
||||
#set($hycType = "Extremely Rapid Snowmelt caused by Volcanic Eruption")
|
||||
#set($ctaSelected = "YES")
|
||||
#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.")
|
||||
### end GP
|
||||
#elseif(${list.contains(${bullets}, "volcanoLahar")})
|
||||
#set($ic = "SM")
|
||||
### modified by GP
|
||||
#set($hycType = "Volcanic Induced Debris Flow")
|
||||
#set($ctaSelected = "YES")
|
||||
#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.")
|
||||
### end GP
|
||||
#elseif(${list.contains(${bullets}, "dam")})
|
||||
#set($ic = "DM")
|
||||
#set($hycType = "A Dam Failure")
|
||||
##set($FFDamageTag = "<L>FLASH FLOOD DAMAGE THREAT...CONSIDERABLE</L>")
|
||||
#set($FailureTag = "<L>DAM FAILURE...OCCURRING</L>")
|
||||
##set($preamble = "Life threatening flash flooding from")
|
||||
##set($preImpact = "Unusual and life threatening flash flooding of")
|
||||
#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")
|
||||
#elseif(${list.contains(${bullets}, "siteimminent")})
|
||||
#set($ic = "DM")
|
||||
#set($hycType = "A Dam Break")
|
||||
##set($FFDamageTag = "<L>FLASH FLOOD DAMAGE THREAT...CONSIDERABLE</L>")
|
||||
#set($FailureTag = "<L>DAM FAILURE...IMMINENT</L>")
|
||||
##set($preamble = "Life threatening flash flooding from")
|
||||
##set($preImpact = "Unusual and life threatening flash flooding of")
|
||||
#set($reportType1 = "the imminent failure of !** **! Dam")
|
||||
#set($reportType2 = "the imminent failure of")
|
||||
#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")
|
||||
#elseif(${list.contains(${bullets}, "sitefailed")})
|
||||
#set($ic = "DM")
|
||||
#set($hycType = "A Dam Break")
|
||||
##set($FFDamageTag = "<L>FLASH FLOOD DAMAGE THREAT...CONSIDERABLE</L>")
|
||||
#set($FailureTag = "<L>DAM FAILURE...OCCURRING</L>")
|
||||
##set($preamble = "Life threatening flash flooding from")
|
||||
##set($preImpact = "Unusual and life threatening flash flooding of")
|
||||
#set($reportType1 = "the failure of !** **! Dam")
|
||||
#set($reportType2 = "the failure of")
|
||||
#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")
|
||||
#else
|
||||
#set($ic = "ER")
|
||||
#set($hycType = "Excessive Rain")
|
||||
#set($reportType1 = "excessive rain causing flash flooding was occurring over the warned area")
|
||||
#end
|
||||
#########################################################################
|
||||
## Parse command to include a damInfo.vm file with site specific dam
|
||||
## information. Sites can include their information in this file.
|
||||
#########################################################################
|
||||
#parse ("damInfo.vm")
|
||||
##############################
|
||||
#########################################################################################
|
||||
## If Considerable Flash Flooding is selected change the Damage Threat to CONSIDERABLE
|
||||
## as well as the hazard and impact statements
|
||||
#########################################################################################
|
||||
#if(${list.contains(${bullets}, "considerableFFW")} )
|
||||
#set($preamble = "Life threatening flash flooding from")
|
||||
#set($FFDamageTag = "<L>FLASH FLOOD DAMAGE THREAT...CONSIDERABLE</L>")
|
||||
## Put in overrides for Levee and Ice Jams
|
||||
#if(${list.contains(${bullets}, "levee")})
|
||||
#set($preImpact = "Life threatening flash flooding in")
|
||||
#set($ffwimpact = "areas near the levee break")
|
||||
#elseif(${list.contains(${bullets}, "icejam")})
|
||||
#set($preImpact = "Life threatening flash flooding in")
|
||||
#set($ffwimpact = "areas near the ice jam")
|
||||
#elseif(${list.contains(${bullets}, "floodgate")})
|
||||
#set($preImpact = "Life threatening flash flooding in")
|
||||
#set($ffwimpact = "areas along the river immediately downstream of the dam")
|
||||
#else
|
||||
#set($preImpact = "Life threatening flash flooding of")
|
||||
#set($ffwimpact = "creeks and streams, urban areas, highways, streets and underpasses")
|
||||
#end
|
||||
#end
|
||||
###################################################################################
|
||||
## If Flash Flood Emergency is selected change the Damage Threat to CATASTROPHIC
|
||||
## as well as the hazard and impact statements
|
||||
###################################################################################
|
||||
#if(${list.contains(${bullets}, "ffwEmergency")} )
|
||||
#set($preamble = "Life threatening flash flooding from")
|
||||
#set($FFDamageTag = "<L>FLASH FLOOD DAMAGE THREAT...CATASTROPHIC</L>")
|
||||
## Put in overrides for Levee and Ice Jams
|
||||
#if(${list.contains(${bullets}, "levee")})
|
||||
#set($preImpact = "This is a PARTICULARLY DANGEROUS SITUATION. SEEK HIGHER GROUND NOW! IMMEDIATE EVACUATION for")
|
||||
#set($ffwimpact = "areas near the levee break")
|
||||
#elseif(${list.contains(${bullets}, "icejam")})
|
||||
#set($preImpact = "This is a PARTICULARLY DANGEROUS SITUATION. SEEK HIGHER GROUND NOW! IMMEDIATE EVACUATION for")
|
||||
#set($ffwimpact = "areas near the ice jam")
|
||||
#elseif(${list.contains(${bullets}, "floodgate")})
|
||||
#set($preImpact = "This is a PARTICULARLY DANGEROUS SITUATION. SEEK HIGHER GROUND NOW! IMMEDIATE EVACUATION for")
|
||||
#set($ffwimpact = "areas along the river immediately downstream of the dam")
|
||||
#else
|
||||
#set($preImpact = "This is a PARTICULARLY DANGEROUS SITUATION. SEEK HIGHER GROUND NOW! Life threatening flash flooding of")
|
||||
#set($ffwimpact = "low water crossings, small creeks and streams, urban areas, highways, streets and underpasses")
|
||||
#end
|
||||
#end
|
||||
#############################
|
||||
## Prep the FFW IBW format
|
||||
#############################
|
||||
#if(${list.contains(${bullets}, "siteimminent")} || ${list.contains(${bullets}, "sitefailed")})
|
||||
#set($ffwHazard = "${reportType2} ${damName}")
|
||||
#set($ffwimpact = "areas downstream from the ${damName} along the ${riverName}")
|
||||
#if(${list.contains(${bullets}, "ffwEmergency")} )
|
||||
#set($preImpact = "This is a PARTICULARLY DANGEROUS SITUATION. SEEK HIGHER GROUND NOW! IMMEDIATE EVACUATION for")
|
||||
#else
|
||||
#end
|
||||
#else
|
||||
#set($ffwHazard = "#capitalize(${hycType} 'NONE')")
|
||||
##set($ffwimpact = "This is a PARTICULARLY DANGEROUS SITUATION. SEEK HIGHER GROUND NOW!")
|
||||
#end
|
||||
#set($hazard = "${preamble} ${ffwHazard}.")
|
||||
#set($ffwimpact = "${preImpact} ${ffwimpact}.")
|
||||
##############################
|
||||
##
|
||||
${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")
|
||||
TEST...Flash Flood Warning...TEST
|
||||
#else
|
||||
Flash Flood Warning
|
||||
#end
|
||||
National Weather Service ${officeShort}
|
||||
#backupText(${backupSite})
|
||||
${dateUtil.format(${now}, ${timeFormat.header}, ${localtimezone})}
|
||||
|
||||
|
||||
#if(${productClass}=="T")
|
||||
...THIS MESSAGE IS FOR TEST PURPOSES ONLY...
|
||||
|
||||
#end
|
||||
####################################
|
||||
## Flash Flood Emergency Headline #
|
||||
####################################
|
||||
#if(${list.contains(${bullets}, "ffwEmergency")} )
|
||||
#set($ctaSelected = "YES")
|
||||
...FLASH FLOOD EMERGENCY FOR ${emergencyHeadline}...
|
||||
|
||||
#end
|
||||
|
||||
#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
|
||||
#######################################################################
|
||||
Flash Flood Warning for...
|
||||
#### added by GP
|
||||
#if(${alaska}=="true")
|
||||
${hycType} ON THE...
|
||||
!**INSERT RIVER/STREAM OR AREA**! in !**INSERT GEO AREA**!
|
||||
#elseif(${wrZoneCounty}=="true")
|
||||
${hycType} in...
|
||||
#firstBullet(${affectedCounties})
|
||||
#else
|
||||
${hycType} in...
|
||||
#firstBullet(${areas})
|
||||
#end
|
||||
### GP end
|
||||
|
||||
* ##
|
||||
#if(${productClass}=="T")
|
||||
THIS IS A TEST MESSAGE. ##
|
||||
#end
|
||||
#secondBullet(${dateUtil},${expire},${timeFormat},${localtimezone},${secondtimezone})
|
||||
|
||||
#set($report = "${reportType1}")
|
||||
#if(${list.contains(${bullets}, "county")})
|
||||
#set($report = "county dispatch reported ${reportType1}")
|
||||
#set($FFTag = "OBSERVED")
|
||||
#set($source = "county dispatch.")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "lawEnforcement")})
|
||||
#set($report = "law enforcement reported ${reportType1}")
|
||||
#set($FFTag = "OBSERVED")
|
||||
#set($source = "law enforcement.")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "corps")})
|
||||
#set($report = "Corps of Engineers reported ${reportType1}")
|
||||
#set($FFTag = "OBSERVED")
|
||||
#set($source = "Corps of Engineers.")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "damop")})
|
||||
#set($report = "dam operators reported ${reportType1}")
|
||||
#set($FFTag = "OBSERVED")
|
||||
#set($source = "dam operators.")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "bureau")})
|
||||
#set($report = "Bureau of Reclamation reported ${reportType1}")
|
||||
#set($FFTag = "OBSERVED")
|
||||
#set($source = "Bureau of Reclamation.")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "public")})
|
||||
#set($report = "the public reported ${reportType1}")
|
||||
#set($FFTag = "OBSERVED")
|
||||
#set($source = "public.")
|
||||
#end
|
||||
### added by GP
|
||||
#if(${list.contains(${bullets}, "onlyGauge")})
|
||||
#set($report = "gauges indicated ${reportType1}")
|
||||
#set($FFTag = "GAUGE INDICATED")
|
||||
#set($source = "gauges indicated.")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "CAP")})
|
||||
#set($report = "the Civil Air Patrol reported ${reportType1}")
|
||||
#set($FFTag = "OBSERVED")
|
||||
#set($source = "Civil Air Patrol.")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "alaskaVoc")})
|
||||
#set($report = "the Alaska Volcano Observatory reported ${reportType1}")
|
||||
#set($FFTag = "OBSERVED")
|
||||
#set($source = "Alaska Volcano Observatory.")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "cascadeVoc")})
|
||||
#set($report = "the Cascades Volcano Observatory reported ${reportType1}")
|
||||
#set($FFTag = "OBSERVED")
|
||||
#set($source = "Cascades Volcano Observatory.")
|
||||
#end
|
||||
### GP end
|
||||
|
||||
* ##
|
||||
#if(${productClass}=="T")
|
||||
THIS IS A TEST MESSAGE. ##
|
||||
#end
|
||||
#thirdBullet(${dateUtil},${event},${timeFormat},${localtimezone},${secondtimezone}), ${report}.
|
||||
|
||||
##########################################################################
|
||||
## Flash Flood Emergency per NWS 10-922 Directive goes with third bullet #
|
||||
##########################################################################
|
||||
#if(${list.contains(${bullets}, "ffwEmergency")})
|
||||
#wrapText("THIS IS A FLASH FLOOD EMERGENCY FOR ${emergencyText}. SEEK HIGHER GROUND NOW!" 2 2)
|
||||
|
||||
#end
|
||||
|
||||
####################################
|
||||
## Section for the FFW IBW format ##
|
||||
####################################
|
||||
|
||||
#wrapText("HAZARD...#capitalize(${hazard} 'FIRST')" 2 11)
|
||||
|
||||
#wrapText("SOURCE...#capitalize(${source} 'FIRST')" 2 11)
|
||||
|
||||
#wrapText("IMPACT...${ffwimpact}" 2 11)
|
||||
|
||||
#set($phenomena = "FLASH FLOOD")
|
||||
#set($warningType = "WARNING")
|
||||
|
||||
##########################################################################
|
||||
## 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.
|
||||
##########################################################################
|
||||
#if(${sitespecSelected} == "YES")
|
||||
* ##
|
||||
${addInfo}
|
||||
|
||||
${scenario}
|
||||
|
||||
${ruleofthumb}
|
||||
|
||||
##########################################################################
|
||||
## Continue with the regular 4th bullet information
|
||||
##########################################################################
|
||||
#elseif(${list.contains(${bullets}, "pathcast")})
|
||||
* ##
|
||||
#if(${productClass}=="T")
|
||||
THIS IS A TEST MESSAGE. ##
|
||||
#end
|
||||
#pathCast("The flood will be near..." "This flooding" ${pathCast} ${otherPoints} ${areas} ${dateUtil} ${timeFormat} 0)
|
||||
|
||||
#elseif(${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!
|
||||
#locationsList("Locations impacted include..." "This flooding" 0 ${cityList} ${otherPoints} ${areas} ${dateUtil} ${timeFormat} 0)
|
||||
|
||||
#end
|
||||
############################ End of Optional 4th Bullet ###########################
|
||||
#if(${list.contains(${bullets}, "drainages")})
|
||||
#drainages(${riverdrainages})
|
||||
|
||||
#end
|
||||
|
||||
## parse file command here is to pull in mile marker info
|
||||
## #parse("mileMarkers.vm")
|
||||
|
||||
#if(${list.contains(${bullets}, "floodMoving")})
|
||||
Flood waters are moving down !**NAME OF CHANNEL**! from !**LOCATION**! to !**LOCATION**!. The flood crest is expected to reach !**LOCATION(S)**! by !**TIME(S)**!.
|
||||
|
||||
#end
|
||||
|
||||
#####################
|
||||
## CALL TO ACTIONS ##
|
||||
#####################
|
||||
#######################################################################
|
||||
## Check to see if we've selected any calls to action. In our .xml file
|
||||
## we ended each CTA bullet ID with "CTA" for this reason as a 'trip'
|
||||
#######################################################################
|
||||
#foreach (${bullet} in ${bullets})
|
||||
#if(${bullet.endsWith("CTA")})
|
||||
#set($ctaSelected = "YES")
|
||||
#end
|
||||
#end
|
||||
##
|
||||
PRECAUTIONARY/PREPAREDNESS ACTIONS...
|
||||
##
|
||||
|
||||
${sitespecCTA}
|
||||
|
||||
${volcanoCTA}
|
||||
|
||||
${glacierCTA}
|
||||
|
||||
#if(${list.contains(${bullets}, "ffwEmergencyCTA")} || ${list.contains(${bullets}, "ffwEmergency")})
|
||||
#if(${list.contains(${bullets}, "ffwEmergency")})
|
||||
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.
|
||||
|
||||
#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
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "TADD_CTA")} || ${ctaSelected} != "YES")
|
||||
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.
|
||||
|
||||
#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.
|
||||
|
||||
#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}, "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}, "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")})
|
||||
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.
|
||||
|
||||
#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.
|
||||
|
||||
#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 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.
|
||||
|
||||
#end
|
||||
&&
|
||||
|
||||
#if(${productClass}=="T")
|
||||
THIS IS A TEST MESSAGE. DO NOT TAKE ACTION BASED ON THIS MESSAGE.
|
||||
|
||||
#end
|
||||
#printcoords(${areaPoly}, ${list})
|
||||
|
||||
###################################################################
|
||||
## Code for Flash Flood Tags used by CR for the IBW FFW Experiment
|
||||
## The tags will only be used for certain selections above
|
||||
###################################################################
|
||||
|
||||
<L>FLASH FLOOD...${FFTag}</L>
|
||||
#if($FFDamageTag.length() > 0)
|
||||
${FFDamageTag}
|
||||
#end
|
||||
#if($FailureTag.length() > 0)
|
||||
${FailureTag}
|
||||
#end
|
||||
|
||||
$$
|
||||
|
||||
#parse("forecasterName.vm")
|
|
@ -1,354 +0,0 @@
|
|||
<!-- IBW Flash Flood Warning configuration -->
|
||||
<warngenConfig>
|
||||
<!-- RECENT HISTORY
|
||||
Customized by Phil Kurimski 10-20-2017 FFW IBW Format
|
||||
Phil Kurimski 11-28-2017 Removed local from local law enforcement
|
||||
Phil Kurimski 03-21-2018 Fixed FFW Emergency and Urban Areas CTA Parse Strings DCS 20667
|
||||
Evan Bookbinder 06-05-2019 DR 21342 Remove obselete ffwEmer locked tag
|
||||
-->
|
||||
|
||||
<!-- 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>
|
||||
<map>Major Rivers</map>
|
||||
</maps>
|
||||
|
||||
<!-- Followups: VTEC actions of allowable followups when this template is selected
|
||||
Each followup will become available when the appropriate time range permits. -->
|
||||
<followups>
|
||||
<followup>NEW</followup>
|
||||
<followup>COR</followup>
|
||||
<followup>EXT</followup>
|
||||
</followups>
|
||||
|
||||
<!-- Product ID: nnn id of the product -->
|
||||
<productId>FFW</productId>
|
||||
|
||||
<!-- Phensigs: The list of phenomena and significance combinations that this template applies to -->
|
||||
<phensigs>
|
||||
<phensig>FF.W</phensig>
|
||||
</phensigs>
|
||||
|
||||
<!-- Enables/disables user from selecting the Restart button the GUI -->
|
||||
<enableRestart>true</enableRestart>
|
||||
|
||||
<!-- Enables/disables the 'Dam Break Threat Area' button -->
|
||||
<enableDamBreakThreat>true</enableDamBreakThreat>
|
||||
|
||||
<trackEnabled>false</trackEnabled>
|
||||
|
||||
<!-- Enable/disables the system to lock text based on various patterns -->
|
||||
<autoLockText>true</autoLockText>
|
||||
|
||||
<!-- durations: the list of possible durations -->
|
||||
<defaultDuration>180</defaultDuration>
|
||||
<durations>
|
||||
<duration>10</duration>
|
||||
<duration>60</duration>
|
||||
<duration>90</duration>
|
||||
<duration>120</duration>
|
||||
<duration>180</duration>
|
||||
<duration>360</duration>
|
||||
<duration>540</duration>
|
||||
<duration>720</duration>
|
||||
<duration>1440</duration>
|
||||
<duration>2160</duration>
|
||||
<duration>2880</duration>
|
||||
<duration>3600</duration>
|
||||
<duration>4320</duration>
|
||||
<duration>5760</duration>
|
||||
<duration>7200</duration>
|
||||
<duration>8640</duration>
|
||||
<duration>10080</duration>
|
||||
</durations>
|
||||
|
||||
<lockedGroupsOnFollowup>dam,ic</lockedGroupsOnFollowup>
|
||||
<bulletActionGroups>
|
||||
<bulletActionGroup action="NEW" phen="FF" sig="W">
|
||||
<bullets>
|
||||
<bullet bulletName="ffwEmergency" bulletText="**SELECT FOR FLASH FLOOD EMERGENCY**" bulletGroup="ffwEMER" floodSeverity="3" parseString="FLASH FLOOD EMERGENCY"/>
|
||||
<bullet bulletName="considerableFFW" bulletText="CONSIDERABLE FLASH FLOODING" bulletGroup="ffwEMER" parseString="FLASH FLOOD DAMAGE THREAT...CONSIDERABLE"/>
|
||||
<bullet bulletText="******** FLOOD SEVERITY (choose 1) *******" bulletType="title"/>
|
||||
<bullet bulletName="sevUnk" bulletText="Unknown" bulletDefault="true" bulletGroup="floodSeverity" floodSeverity="U"/>
|
||||
<bullet bulletName="sev1" bulletText="Minor flood" bulletGroup="floodSeverity" floodSeverity="1"/>
|
||||
<bullet bulletName="sev2" bulletText="Moderate flood" bulletGroup="floodSeverity" floodSeverity="2"/>
|
||||
<bullet bulletName="sev3" bulletText="Major flood" bulletGroup="floodSeverity" floodSeverity="3" parseString="FLASH FLOOD EMERGENCY"/>
|
||||
<bullet bulletText="******** PRIMARY CAUSE (choose 1) *******" bulletType="title"/>
|
||||
<bullet bulletName="dam" bulletText="Dam failure - generic" bulletGroup="ic" bulletDefault="true" parseString="A DAM FAILURE" showString=""DAM",".DM.","-LEVEE""/>
|
||||
<bullet bulletName="siteimminent" bulletText="Dam break - site specific (pick below) - imminent failure" bulletGroup="ic" parseString="THE IMMINENT FAILURE OF" showString=""DAM",".DM.","-LEVEE""/>
|
||||
<bullet bulletName="sitefailed" bulletText="Dam break - site specific (pick below) - failure has occurred" bulletGroup="ic" parseString="THE FAILURE OF" showString=""DAM",".DM.","-LEVEE""/>
|
||||
<bullet bulletName="levee" bulletText="Levee failure" bulletGroup="ic" parseString="A LEVEE FAILURE" showString="LEVEE FAILURE"/>
|
||||
<bullet bulletName="floodgate" bulletText="Floodgate opening" bulletGroup="ic" parseString="FLOODGATE RELEASE" showString="A DAM FLOODGATE RELEASE"/>
|
||||
<bullet bulletName="glacier" bulletText="Glacier-dammed lake outburst" bulletGroup="ic" parseString=".GO." showString=".GO."/>
|
||||
<bullet bulletName="icejam" bulletText="Ice jam" bulletGroup="ic" parseString=".IJ." showString=".IJ."/>
|
||||
<bullet bulletName="rain" bulletText="Rapid snowmelt and rain" bulletGroup="ic" parseString=".RS." showString=".RS."/>
|
||||
<bullet bulletName="onlyMelt" bulletText="Rapid snowmelt only" bulletGroup="ic" parseString=".SM." showString=".SM."/>
|
||||
<!-- Uncomment for Alaska but note that allowing for more than one "SM" bullet may cause follow-up inconsistencies.
|
||||
<bullet bulletName="volcano" bulletText="Volcano induced snowmelt" bulletGroup="ic" parseString="VOLCANIC INDUCED SNOWMELT" showString=".SM."/>
|
||||
<bullet bulletName="volcanoLahar" bulletText="Volcano induced lahar/debris flow" bulletGroup="ic" parseString="VOLCANIC INDUCED DEBRIS FLOW" showString=".SM."/>
|
||||
Alaska end -->
|
||||
<bullet bulletText="****** REPORTED BY (choose 1) ******" bulletType="title"/>
|
||||
<bullet bulletName="county" bulletText="County dispatch" bulletGroup="reportedBy" bulletDefault="true" parseString="COUNTY DISPATCH REPORTED"/>
|
||||
<bullet bulletName="lawEnforcement" bulletText="Law enforcement" bulletGroup="reportedBy" parseString="LAW ENFORCEMENT REPORTED"/>
|
||||
<bullet bulletName="corps" bulletText="Corps of Engineers" bulletGroup="reportedBy" parseString="CORPS OF ENGINEERS REPORTED"/>
|
||||
<bullet bulletName="damop" bulletText="Dam operator" bulletGroup="reportedBy" parseString="DAM OPERATORS REPORTED"/>
|
||||
<bullet bulletName="bureau" bulletText="Bureau of Reclamation" bulletGroup="reportedBy" parseString="BUREAU OF RECLAMATION REPORTED"/>
|
||||
<bullet bulletName="public" bulletText="Public" bulletGroup="reportedBy" parseString="THE PUBLIC REPORTED"/>
|
||||
<bullet bulletName="onlyGauge" bulletText="Gauge reports" bulletGroup="reportedBy" parseString="GAUGES INDICATED"/>
|
||||
<!-- Uncomment for Alaska
|
||||
<bullet bulletName="CAP" bulletText="Civil Air Patrol" bulletGroup="reportedBy" parseString="CIVIL AIR PATROL "/>
|
||||
<bullet bulletName="alaskaVoc" bulletText="Alaska Volcano Observatory" bulletGroup="reportedBy" parseString="ALASKA VOLCANO OBSERVATORY "/>
|
||||
<bullet bulletName="cascadeVoc" bulletText="Cascades Volcano Observatory" bulletGroup="reportedBy" parseString="CASCADES VOLCANO OBSERVATORY "/>
|
||||
Alaska end -->
|
||||
<bullet bulletText="************ (OPTIONAL) 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"/>
|
||||
<!-- end all call to action bullets with "CTA" ex: "obviousNameCTA" -->
|
||||
<bullet bulletText="****** ADDITIONAL INFO ******" bulletType="title"/>
|
||||
<bullet bulletName="drainages" bulletText="Automated list of drainages" parseString="THIS INCLUDES THE FOLLOWING STREAMS AND DRAINAGES"/>
|
||||
<bullet bulletName="floodMoving" bulletText="Flooding is occurring in a particular stream/river" parseString="FLOOD WATERS ARE MOVING DOWN"/>
|
||||
<bullet bulletText="****** CALLS TO ACTION (choose 1 or more) ******" bulletType="title"/>
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString="AREA SUBJECT TO FLOODING OR UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="TADD_CTA" bulletText="Turn around, don't drown" parseString=""TURN AROUND","DON'T DROWN""/>
|
||||
<bullet bulletName="actQuicklyCTA" bulletText="Act Quickly" parseString="ACT QUICKLY TO PROTECT YOUR LIFE"/>
|
||||
<bullet bulletName="childSafetyCTA" bulletText="Child Safety" parseString="KEEP CHILDREN AWAY"/>
|
||||
<bullet bulletName="nighttimeCTA" bulletText="Nighttime flooding" parseString="AT NIGHT WHEN IT IS HARDER TO RECOGNIZE"/>
|
||||
<bullet bulletName="urbanCTA" bulletText="Urban areas" parseString=""EXCESSIVE RUNOFF","-COUNTRY ROADS","URBAN AREAS","HIGHWAYS","UNDERPASSES""/>
|
||||
<bullet bulletName="ruralCTA" bulletText="Rural areas" parseString=""COUNTRY ROADS","FARMLAND","LOW LYING SPOTS""/>
|
||||
<bullet bulletName="stayAwayCTA" bulletText="Stay away" parseString="STAY AWAY OR BE SWEPT AWAY"/>
|
||||
<bullet bulletName="lowSpotsCTA" bulletText="Low spots in hilly terrain" parseString="IN HILLY TERRAIN THERE ARE HUNDREDS OF LOW WATER CROSSINGS"/>
|
||||
<bullet bulletName="arroyosCTA" bulletText="Arroyos" parseString="ARROYOS"/>
|
||||
<bullet bulletName="burnAreasCTA" bulletText="Burn Areas" parseString="RECENTLY BURNED AREAS"/>
|
||||
<bullet bulletName="camperSafetyCTA" bulletText="Camper/Hiker Safety" parseString="CAMPERS AND HIKERS"/>
|
||||
<bullet bulletName="reportFloodingCTA" bulletText="Report flooding to law enforcement" parseString="REPORT FLOODING TO YOUR LOCAL LAW ENFORCEMENT"/>
|
||||
<bullet bulletName="ffwMeansCTA" bulletText="Flash Flood Warning means" parseString="A FLASH FLOOD WARNING MEANS"/>
|
||||
<bullet bulletText="************************************************************" bulletType="title"/>
|
||||
<bullet bulletText="* The next sections apply only if one of the dam break *" bulletType="title"/>
|
||||
<bullet bulletText="* causes was selected. Choose one dam, and optionally *" bulletType="title"/>
|
||||
<bullet bulletText="* one associated scenario and the rule of thumb. *" bulletType="title"/>
|
||||
<bullet bulletText="****** DAM and DAM BREAK SCENARIOS (choose 1) ******" bulletType="title" showString="DAM"/>
|
||||
</bullets>
|
||||
<!-- The following are examples on how to include site specific dams in your template
|
||||
You can choose to do this by editing the template and listing each dam in the
|
||||
template or listing the dams in a separate file and using the include command -->
|
||||
<include file="damInfoBullet.xml"/>
|
||||
<!--<damInfoBullets>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Big Rock Dam (Fairfield County)" bulletName="BigRockDam" parseString="BIG ROCK" coords="LAT...LON 4109 7338 4116 7311 4116 7320"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BigRockhighfast" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BigRockhighnormal" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BigRockmediumfast" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BigRockmediumnormal" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BigRockruleofthumb" parseString="FLOOD WAVE ESTIMATE"/>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Branched Oak Dam (Westchester County)" bulletName="BranchedOakDam" parseString="BRANCHED OAK" coords="LAT...LON 4106 7373 4097 7366 4090 7376 4102 7382"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BranchedOakhighfast" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BranchedOakhighnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BranchedOakmediumfast" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BranchedOakmediumnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BranchedOakruleofthumb" parseString="FLOOD WAVE ESTIMATE"/>
|
||||
</damInfoBullets> -->
|
||||
</bulletActionGroup>
|
||||
<bulletActionGroup action="COR" phen="FF" sig="W">
|
||||
<bullets>
|
||||
<bullet bulletText="***CORRECTED PRODUCT. CLICK CREATE TEXT***" bulletType="title"/>
|
||||
<bullet bulletText="" bulletType="title"/>
|
||||
<bullet bulletName="ffwEmergency" bulletText="**SELECT FOR FLASH FLOOD EMERGENCY**" bulletGroup="ffwEMER" parseString="FLASH FLOOD EMERGENCY"/>
|
||||
<bullet bulletName="considerableFFW" bulletText="CONSIDERABLE FLASH FLOODING" bulletGroup="ffwEMER" parseString="FLASH FLOOD DAMAGE THREAT...CONSIDERABLE"/>
|
||||
<bullet bulletText="******** FLOOD SEVERITY (choose 1) *******" bulletType="title"/>
|
||||
<bullet bulletName="sevUnk" bulletText="Unknown" bulletGroup="floodSeverity" floodSeverity="U"/>
|
||||
<bullet bulletName="sev1" bulletText="Minor flood" bulletGroup="floodSeverity" floodSeverity="1"/>
|
||||
<bullet bulletName="sev2" bulletText="Moderate flood" bulletGroup="floodSeverity" floodSeverity="2"/>
|
||||
<bullet bulletName="sev3" bulletText="Major flood" bulletGroup="floodSeverity" floodSeverity="3" parseString="FLASH FLOOD EMERGENCY"/>
|
||||
<bullet bulletText="******** PRIMARY CAUSE (choose 1) *******" bulletType="title"/>
|
||||
<bullet bulletName="dam" bulletText="Dam failure - generic" bulletGroup="ic" parseString="A DAM FAILURE" showString=""DAM",".DM.","-LEVEE""/>
|
||||
<bullet bulletName="siteimminent" bulletText="Dam break - site specific (pick below) - imminent failure" bulletGroup="ic" parseString="THE IMMINENT FAILURE OF" showString=""DAM",".DM.","-LEVEE""/>
|
||||
<bullet bulletName="sitefailed" bulletText="Dam break - site specific (pick below) - failure has occurred" bulletGroup="ic" parseString="THE FAILURE OF" showString=""DAM",".DM.","-LEVEE""/>
|
||||
<bullet bulletName="levee" bulletText="Levee failure" bulletGroup="ic" parseString="A LEVEE FAILURE" showString="LEVEE FAILURE"/>
|
||||
<bullet bulletName="floodgate" bulletText="Floodgate opening" bulletGroup="ic" parseString="FLOODGATE RELEASE" showString="A DAM FLOODGATE RELEASE"/>
|
||||
<bullet bulletName="glacier" bulletText="Glacial-dammed lake outburst" bulletGroup="ic" parseString=".GO." showString=".GO."/>
|
||||
<bullet bulletName="icejam" bulletText="Ice jam" bulletGroup="ic" parseString=".IJ." showString=".IJ."/>
|
||||
<bullet bulletName="rain" bulletText="Rapid rain induced snowmelt" bulletGroup="ic" parseString=".RS." showString=".RS."/>
|
||||
<bullet bulletName="onlyMelt" bulletText="Rapid snowmelt only" bulletGroup="ic" parseString=".SM." showString=".SM."/>
|
||||
<!-- Uncomment for Alaska but note that allowing for more than one "SM" bullet may cause follow-up inconsistencies.
|
||||
<bullet bulletName="volcano" bulletText="Volcano induced snowmelt" bulletGroup="ic" parseString="VOLCANIC INDUCED SNOWMELT" showString=".SM."/>
|
||||
<bullet bulletName="volcanoLahar" bulletText="Volcano induced lahar/debris flow" bulletGroup="ic" parseString="VOLCANIC INDUCED DEBRIS FLOW" showString=".SM."/>
|
||||
Alaska end -->
|
||||
<bullet bulletText="****** REPORTED BY (choose 1) ******" bulletType="title"/>
|
||||
<bullet bulletName="county" bulletText="County dispatch" bulletGroup="reportedBy" bulletDefault="true" parseString="COUNTY DISPATCH REPORTED"/>
|
||||
<bullet bulletName="lawEnforcement" bulletText="Law enforcement" bulletGroup="reportedBy" parseString="LAW ENFORCEMENT REPORTED"/>
|
||||
<bullet bulletName="corps" bulletText="Corps of Engineers" bulletGroup="reportedBy" parseString="CORPS OF ENGINEERS REPORTED"/>
|
||||
<bullet bulletName="damop" bulletText="Dam operator" bulletGroup="reportedBy" parseString="DAM OPERATORS REPORTED"/>
|
||||
<bullet bulletName="bureau" bulletText="Bureau of Reclamation" bulletGroup="reportedBy" parseString="BUREAU OF RECLAMATION REPORTED"/>
|
||||
<bullet bulletName="public" bulletText="The public" bulletGroup="reportedBy" parseString="THE PUBLIC REPORTED"/>
|
||||
<bullet bulletName="onlyGauge" bulletText="Gauge reports" bulletGroup="reportedBy" parseString="GAUGES INDICATED"/>
|
||||
<!-- Uncomment for Alaska
|
||||
<bullet bulletName="CAP" bulletText="Civil Air Patrol" bulletGroup="reportedBy" parseString="CIVIL AIR PATROL "/>
|
||||
<bullet bulletName="alaskaVoc" bulletText="Alaska Volcano Observatory" bulletGroup="reportedBy" parseString="ALASKA VOLCANO OBSERVATORY "/>
|
||||
<bullet bulletName="cascadeVoc" bulletText="Cascades Volcano Observatory" bulletGroup="reportedBy" parseString="CASCADES VOLCANO OBSERVATORY "/>
|
||||
Alaska end -->
|
||||
<!-- end all call to action bullets with "CTA" ex: "obviousNameCTA" -->
|
||||
<bullet bulletText="************ (OPTIONAL) 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 bulletText="****** ADDITIONAL INFO ******" bulletType="title"/>
|
||||
<bullet bulletName="drainages" bulletText="Automated list of drainages" parseString="THIS INCLUDES THE FOLLOWING STREAMS AND DRAINAGES"/>
|
||||
<bullet bulletName="floodMoving" bulletText="Flooding is occurring in a particular stream/river" parseString="FLOOD WATERS ARE MOVING DOWN"/>
|
||||
<bullet bulletText="****** CALLS TO ACTION (choose 1 or more) ******" bulletType="title"/>
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString="AREA SUBJECT TO FLOODING OR UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="TADD_CTA" bulletText="Turn around, don't drown" parseString=""TURN AROUND","DON'T DROWN""/>
|
||||
<bullet bulletName="actQuicklyCTA" bulletText="Act Quickly" parseString="ACT QUICKLY TO PROTECT YOUR LIFE"/>
|
||||
<bullet bulletName="childSafetyCTA" bulletText="Child Safety" parseString="KEEP CHILDREN AWAY"/>
|
||||
<bullet bulletName="nighttimeCTA" bulletText="Nighttime flooding" parseString="AT NIGHT WHEN IT IS HARDER TO RECOGNIZE"/>
|
||||
<bullet bulletName="urbanCTA" bulletText="Urban areas" parseString=""EXCESSIVE RUNOFF","-COUNTRY ROADS","URBAN AREAS","HIGHWAYS","UNDERPASSES""/>
|
||||
<bullet bulletName="ruralCTA" bulletText="Rural areas" parseString=""COUNTRY ROADS","FARMLAND","LOW LYING SPOTS""/>
|
||||
<bullet bulletName="stayAwayCTA" bulletText="Stay away" parseString="STAY AWAY OR BE SWEPT AWAY"/>
|
||||
<bullet bulletName="lowSpotsCTA" bulletText="Low spots in hilly terrain" parseString="IN HILLY TERRAIN THERE ARE HUNDREDS OF LOW WATER CROSSINGS"/>
|
||||
<bullet bulletName="arroyosCTA" bulletText="Arroyos" parseString="ARROYOS"/>
|
||||
<bullet bulletName="burnAreasCTA" bulletText="Burn Areas" parseString="RECENTLY BURNED AREAS"/>
|
||||
<bullet bulletName="camperSafetyCTA" bulletText="Camper/Hiker Safety" parseString="CAMPERS AND HIKERS"/>
|
||||
<bullet bulletName="reportFloodingCTA" bulletText="Report flooding to law enforcement" parseString="REPORT FLOODING TO YOUR LOCAL LAW ENFORCEMENT"/>
|
||||
<bullet bulletName="ffwMeansCTA" bulletText="Flash Flood Warning means" parseString="A FLASH FLOOD WARNING MEANS"/>
|
||||
<bullet bulletText="************************************************************" bulletType="title"/>
|
||||
<bullet bulletText="* The next sections apply only if one of the dam break *" bulletType="title"/>
|
||||
<bullet bulletText="* causes was selected. Choose one dam, and optionally *" bulletType="title"/>
|
||||
<bullet bulletText="* one associated scenario and the rule of thumb. *" bulletType="title"/>
|
||||
<bullet bulletText="****** DAM and DAM BREAK SCENARIOS (choose 1) ******" bulletType="title"/>
|
||||
</bullets>
|
||||
<!-- The following are examples on how to include site specific dams in your template
|
||||
You can choose to do this by editing the template and listing each dam in the
|
||||
template or listing the dams in a separate file and using the include command -->
|
||||
<include file="damInfoBullet.xml"/>
|
||||
<!--<damInfoBullets>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Big Rock Dam (Fairfield County)" bulletName="BigRockDam" parseString="BIG ROCK" coords="LAT...LON 4109 7338 4116 7311 4116 7320"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BigRockhighfast" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BigRockhighnormal" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BigRockmediumfast" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BigRockmediumnormal" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BigRockruleofthumb" parseString="FLOOD WAVE ESTIMATE"/>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Branched Oak Dam (Westchester County)" bulletName="BranchedOakDam" parseString="BRANCHED OAK" coords="LAT...LON 4106 7373 4097 7366 4090 7376 4102 7382"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BranchedOakhighfast" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BranchedOakhighnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BranchedOakmediumfast" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BranchedOakmediumnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BranchedOakruleofthumb" parseString="FLOOD WAVE ESTIMATE"/>
|
||||
</damInfoBullets> -->
|
||||
</bulletActionGroup>
|
||||
<bulletActionGroup action="EXT" phen="FF" sig="W">
|
||||
<bullets>
|
||||
<bullet bulletName="ffwEmergency" bulletText="**SELECT FOR FLASH FLOOD EMERGENCY**" parseString="FLASH FLOOD EMERGENCY"/>
|
||||
<bullet bulletName="considerableFFW" bulletText="CONSIDERABLE FLASH FLOODING" bulletGroup="ffwEMER" parseString="FLASH FLOOD DAMAGE THREAT...CONSIDERABLE"/>
|
||||
<bullet bulletText="******** FLOOD SEVERITY (choose 1) *******" bulletType="title"/>
|
||||
<bullet bulletName="sevUnk" bulletText="Unknown" bulletGroup="floodSeverity" floodSeverity="U"/>
|
||||
<bullet bulletName="sev1" bulletText="Minor flood" bulletGroup="floodSeverity" floodSeverity="1"/>
|
||||
<bullet bulletName="sev2" bulletText="Moderate flood" bulletGroup="floodSeverity" floodSeverity="2"/>
|
||||
<bullet bulletName="sev3" bulletText="Major flood" bulletGroup="floodSeverity" floodSeverity="3" parseString="FLASH FLOOD EMERGENCY"/>
|
||||
<bullet bulletText="******** PRIMARY CAUSE (choose 1) *******" bulletType="title"/>
|
||||
<bullet bulletName="dam" bulletText="Dam failure - generic" bulletGroup="damic" parseString="A DAM FAILURE" showString=""DAM",".DM.","-LEVEE""/>
|
||||
<bullet bulletName="siteimminent" bulletText="Dam break - site specific (pick below) - imminent failure" bulletGroup="damic" parseString="THE IMMINENT FAILURE OF" showString=""DAM",".DM.","-LEVEE""/>
|
||||
<bullet bulletName="sitefailed" bulletText="Dam break - site specific (pick below) - failure has occurred" bulletGroup="damic" parseString="THE FAILURE OF" showString=""DAM",".DM.","-LEVEE""/>
|
||||
<bullet bulletName="levee" bulletText="Levee failure" bulletGroup="ic" parseString="A LEVEE FAILURE" showString="LEVEE FAILURE"/>
|
||||
<bullet bulletName="floodgate" bulletText="Floodgate opening" bulletGroup="ic" parseString="FLOODGATE RELEASE" showString="A DAM FLOODGATE RELEASE"/>
|
||||
<bullet bulletName="glacier" bulletText="Glacial-dammed lake outburst" bulletGroup="ic" parseString=".GO." showString=".GO."/>
|
||||
<bullet bulletName="icejam" bulletText="Ice jam" bulletGroup="ic" parseString=".IJ." showString=".IJ."/>
|
||||
<bullet bulletName="rain" bulletText="Rapid rain induced snowmelt" bulletGroup="ic" parseString=".RS." showString=".RS."/>
|
||||
<bullet bulletName="onlyMelt" bulletText="Rapid snowmelt only" bulletGroup="ic" parseString=".SM." showString=".SM."/>
|
||||
<!-- Uncomment for Alaska but note that allowing for more than one "SM" bullet may cause follow-up inconsistencies.
|
||||
<bullet bulletName="volcano" bulletText="Volcano induced snowmelt" bulletGroup="ic" parseString="VOLCANIC INDUCED SNOWMELT" showString=".SM."/>
|
||||
<bullet bulletName="volcanoLahar" bulletText="Volcano induced lahar/debris flow" bulletGroup="ic" parseString="VOLCANIC INDUCED DEBRIS FLOW" showString=".SM."/>
|
||||
Alaska end -->
|
||||
<bullet bulletText="****** REPORTED BY (choose 1) ******" bulletType="title"/>
|
||||
<bullet bulletName="county" bulletText="County dispatch" bulletGroup="reportedBy" bulletDefault="true" parseString="COUNTY DISPATCH REPORTED"/>
|
||||
<bullet bulletName="lawEnforcement" bulletText="Law enforcement" bulletGroup="reportedBy" parseString="LAW ENFORCEMENT REPORTED"/>
|
||||
<bullet bulletName="corps" bulletText="Corps of Engineers" bulletGroup="reportedBy" parseString="CORPS OF ENGINEERS REPORTED"/>
|
||||
<bullet bulletName="damop" bulletText="Dam operator" bulletGroup="reportedBy" parseString="DAM OPERATORS REPORTED"/>
|
||||
<bullet bulletName="bureau" bulletText="Bureau of Reclamation" bulletGroup="reportedBy" parseString="BUREAU OF RECLAMATION REPORTED"/>
|
||||
<bullet bulletName="public" bulletText="The public" bulletGroup="reportedBy" parseString="THE PUBLIC REPORTED"/>
|
||||
<bullet bulletName="onlyGauge" bulletText="Gauge reports" bulletGroup="reportedBy" parseString="GAUGES INDICATED"/>
|
||||
<!-- Uncomment for Alaska
|
||||
<bullet bulletName="CAP" bulletText="Civil Air Patrol" bulletGroup="reportedBy" parseString="CIVIL AIR PATROL "/>
|
||||
<bullet bulletName="cascadeVoc" bulletText="Cascades Volcano Observatory" bulletGroup="reportedBy" parseString="CASCADES VOLCANO OBSERVATORY "/>
|
||||
<bullet bulletName="alaskaVoc" bulletText="Alaska Volcano Observatory" bulletGroup="reportedBy" parseString="ALASKA VOLCANO OBSERVATORY "/>
|
||||
Alaska end -->
|
||||
<!-- end all call to action bullets with "CTA" ex: "obviousNameCTA" -->
|
||||
<bullet bulletText="************ (OPTIONAL) 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 bulletText="****** ADDITIONAL INFO ******" bulletType="title"/>
|
||||
<bullet bulletName="drainages" bulletText="Automated list of drainages" parseString="THIS INCLUDES THE FOLLOWING STREAMS AND DRAINAGES"/>
|
||||
<bullet bulletName="floodMoving" bulletText="Flooding is occurring in a particular stream/river" parseString="FLOOD WATERS ARE MOVING DOWN"/>
|
||||
<bullet bulletText="****** CALLS TO ACTION (choose 1 or more) ******" bulletType="title"/>
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString="AREA SUBJECT TO FLOODING OR UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="TADD_CTA" bulletText="Turn around, don't drown" parseString=""TURN AROUND","DON'T DROWN""/>
|
||||
<bullet bulletName="actQuicklyCTA" bulletText="Act Quickly" parseString="ACT QUICKLY TO PROTECT YOUR LIFE"/>
|
||||
<bullet bulletName="childSafetyCTA" bulletText="Child Safety" parseString="KEEP CHILDREN AWAY"/>
|
||||
<bullet bulletName="nighttimeCTA" bulletText="Nighttime flooding" parseString="AT NIGHT WHEN IT IS HARDER TO RECOGNIZE"/>
|
||||
<bullet bulletName="urbanCTA" bulletText="Urban areas" parseString=""EXCESSIVE RUNOFF","-COUNTRY ROADS","URBAN AREAS","HIGHWAYS","UNDERPASSES""/>
|
||||
<bullet bulletName="ruralCTA" bulletText="Rural areas" parseString=""COUNTRY ROADS","FARMLAND","LOW LYING SPOTS""/>
|
||||
<bullet bulletName="stayAwayCTA" bulletText="Stay away" parseString="STAY AWAY OR BE SWEPT AWAY"/>
|
||||
<bullet bulletName="lowSpotsCTA" bulletText="Low spots in hilly terrain" parseString="IN HILLY TERRAIN THERE ARE HUNDREDS OF LOW WATER CROSSINGS"/>
|
||||
<bullet bulletName="arroyosCTA" bulletText="Arroyos" parseString="ARROYOS"/>
|
||||
<bullet bulletName="burnAreasCTA" bulletText="Burn Areas" parseString="RECENTLY BURNED AREAS"/>
|
||||
<bullet bulletName="camperSafetyCTA" bulletText="Camper/Hiker Safety" parseString="CAMPERS AND HIKERS"/>
|
||||
<bullet bulletName="reportFloodingCTA" bulletText="Report flooding to law enforcement" parseString="REPORT FLOODING TO YOUR LOCAL LAW ENFORCEMENT"/>
|
||||
<bullet bulletName="ffwMeansCTA" bulletText="Flash Flood Warning means" parseString="A FLASH FLOOD WARNING MEANS"/>
|
||||
<bullet bulletText="************************************************************" bulletType="title"/>
|
||||
<bullet bulletText="* The next sections apply only if one of the dam break *" bulletType="title"/>
|
||||
<bullet bulletText="* causes was selected. Choose one dam, and optionally *" bulletType="title"/>
|
||||
<bullet bulletText="* one associated scenario and the rule of thumb. *" bulletType="title"/>
|
||||
<bullet bulletText="****** DAM and DAM BREAK SCENARIOS (choose 1) ******" bulletType="title"/>
|
||||
</bullets>
|
||||
<!-- The following are examples on how to include site specific dams in your template
|
||||
You can choose to do this by editing the template and listing each dam in the
|
||||
template or listing the dams in a separate file and using the include command -->
|
||||
<include file="damInfoBullet.xml"/>
|
||||
<!--<damInfoBullets>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Big Rock Dam (Fairfield County)" bulletName="BigRockDam" parseString="BIG ROCK" coords="LAT...LON 4109 7338 4116 7311 4116 7320"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BigRockhighfast" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BigRockhighnormal" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BigRockmediumfast" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BigRockmediumnormal" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BigRockruleofthumb" parseString="FLOOD WAVE ESTIMATE"/>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Branched Oak Dam (Westchester County)" bulletName="BranchedOakDam" parseString="BRANCHED OAK" coords="LAT...LON 4106 7373 4097 7366 4090 7376 4102 7382"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BranchedOakhighfast" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BranchedOakhighnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BranchedOakmediumfast" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BranchedOakmediumnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BranchedOakruleofthumb" parseString="FLOOD WAVE ESTIMATE"/>
|
||||
</damInfoBullets> -->
|
||||
</bulletActionGroup>
|
||||
</bulletActionGroups>
|
||||
|
||||
<pointSource variable="riverdrainages">
|
||||
<pointSource>ffmp_basins</pointSource>
|
||||
<geometryDecimationTolerance>0.064</geometryDecimationTolerance>
|
||||
<pointField>streamname</pointField>
|
||||
<filter>
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="$warngenCWAFilter" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
</filter>
|
||||
<withinPolygon>true</withinPolygon>
|
||||
</pointSource>
|
||||
|
||||
</warngenConfig>
|
File diff suppressed because it is too large
Load diff
|
@ -1,385 +0,0 @@
|
|||
<!-- IBW Dam Break Follow-up Statement (FFS) configuration -->
|
||||
<!-- RECENT HISTORY
|
||||
Customized by Phil Kurimski 10-20-2017 FFW IBW Format
|
||||
Phil Kurimski 11-28-2017 Removed local from local law enforcement
|
||||
Phil Kurimski 03-21-2018 Fixed FFW Emergency and Urban Areas CTA Parse Strings DCS 20667
|
||||
Evan Bookbinder 06-05-2019 DR 21342 Remove obselete ffwEmer locked tag
|
||||
-->
|
||||
|
||||
<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>
|
||||
<map>Major Rivers</map>
|
||||
</maps>
|
||||
|
||||
<!-- Followups: VTEC actions of allowable followups when this template is selected
|
||||
Each followup will become available when the appropriate time range permits.
|
||||
-->
|
||||
<followups>
|
||||
<followup>COR</followup>
|
||||
<followup>CON</followup>
|
||||
<followup>CAN</followup>
|
||||
<followup>EXP</followup>
|
||||
</followups>
|
||||
|
||||
<!-- Product ID: nnn id of the product -->
|
||||
<productId>FFS</productId>
|
||||
|
||||
<!-- Phensigs: The list of phenomena and significance combinations that this template applies to -->
|
||||
<phensigs>
|
||||
<phensig>FF.W</phensig>
|
||||
</phensigs>
|
||||
|
||||
<!-- Enables/disables user from selecting the Restart button the GUI -->
|
||||
<enableRestart>false</enableRestart>
|
||||
|
||||
<!-- Enables/disables the 'Dam Break Threat Area' button -->
|
||||
<enableDamBreakThreat>true</enableDamBreakThreat>
|
||||
|
||||
<!-- Enable/disables the system to lock text based on various patterns -->
|
||||
<autoLockText>true</autoLockText>
|
||||
|
||||
<!-- durations: the list of possible durations of the warning -->
|
||||
<!-- THIS REALLY SERVES NO PURPOSE BUT WILL CRASH WARNGEN IF REMVOED -->
|
||||
<defaultDuration>30</defaultDuration>
|
||||
<durations>
|
||||
<duration>30</duration>
|
||||
</durations>
|
||||
|
||||
<!-- Customized several sections in bullet section including:
|
||||
Added Flash Flood Emergency Headline
|
||||
Changed the CTA Bullet names for easier parsing in the vm file
|
||||
Added the Primary Cause to CAN and EXP sections for correct headlines -->
|
||||
<lockedGroupsOnFollowup>dam,ic</lockedGroupsOnFollowup>
|
||||
<bulletActionGroups>
|
||||
<bulletActionGroup>
|
||||
<bullets>
|
||||
<bullet bulletText="*********** SELECT A FOLLOWUP **********" bulletType="title"/>
|
||||
</bullets>
|
||||
</bulletActionGroup>
|
||||
<bulletActionGroup action="CAN" phen="FF" sig="W">
|
||||
<bullets>
|
||||
<bullet bulletText="*********** CAN SELECTED **********" bulletType="title"/>
|
||||
<bullet bulletText="******** END OF WARNING STATEMENTS *******" bulletType="title"/>
|
||||
<bullet bulletName="warnend1" bulletText="Generic Statement" bulletGroup="wEnd"/>
|
||||
<bullet bulletName="warnend2" bulletText="River Flooding" bulletGroup="wEnd"/>
|
||||
<bullet bulletText="" bulletType="title"/>
|
||||
<bullet bulletText="******** PRIMARY CAUSE *******" bulletType="title"/>
|
||||
<bullet bulletName="dam" bulletText="Dam failure - generic" bulletGroup="damic" parseString="A DAM FAILURE" showString=""DAM",".DM.","-LEVEE""/>
|
||||
<bullet bulletName="levee" bulletText="Levee failure" bulletGroup="ic" parseString="A LEVEE FAILURE" showString="LEVEE FAILURE"/>
|
||||
<bullet bulletName="floodgate" bulletText="Floodgate opening" bulletGroup="ic" parseString="A DAM FLOODGATE RELEASE" showString="A DAM FLOODGATE RELEASE"/>
|
||||
<bullet bulletName="glacier" bulletText="Glacial-dammed lake outburst" bulletGroup="ic" parseString=".GO." showString=".GO."/>
|
||||
<bullet bulletName="icejam" bulletText="Ice jam" bulletGroup="ic" parseString=".IJ." showString=".IJ."/>
|
||||
<bullet bulletName="rain" bulletText="Rapid rain induced snowmelt" bulletGroup="ic" parseString=".RS." showString=".RS."/>
|
||||
<bullet bulletName="onlyMelt" bulletText="Rapid snowmelt only" bulletGroup="ic" parseString=".SM." showString=".SM."/>
|
||||
<!-- Uncomment for Alaska
|
||||
<bullet bulletName="volcano" bulletText="Volcano induced snowmelt" bulletGroup="ic" parseString="VOLCANIC INDUCED SNOWMELT" showString=".SM."/>
|
||||
<bullet bulletName="volcanoLahar" bulletText="Volcano induced lahar/debris flow" bulletGroup="ic" parseString="VOLCANIC INDUCED DEBRIS FLOW" showString=".SM."/>
|
||||
Alaska end -->
|
||||
<bullet bulletName="siteimminent" bulletText="Dam break - site specific (pick below) - imminent failure" bulletGroup="damic" parseString="THE IMMINENT FAILURE OF" showString=""DAM",".DM.","-LEVEE""/>
|
||||
<bullet bulletName="sitefailed" bulletText="Dam break - site specific (pick below) - failure has occurred" bulletGroup="damic" parseString="THE FAILURE OF" showString=""DAM",".DM.","-LEVEE""/>
|
||||
<bullet bulletText="" bulletType="title"/>
|
||||
<!-- The following are examples on how to include site specific dams in your template
|
||||
You can choose to do this by editing the template and listing each dam in the
|
||||
template or listing the dams in a separate file and using the include command -->
|
||||
<!-- The bullet names may need to be edited once AWIPS 2 is fixed to include damInfoBullets coding. -->
|
||||
<!-- Note that Dam Names NEED to be in the CAN section to produce correct headline wording in the vm file -->
|
||||
<bullet bulletText="****** DAM NAME ******" bulletType="title" showString=""DAM",".DM.","-LEVEE""/>
|
||||
</bullets>
|
||||
<!-- The following are examples on how to include site specific dams in your template
|
||||
You can choose to do this by editing the template and listing each dam in the
|
||||
template or listing the dams in a separate file and using the include command -->
|
||||
<include file="damInfoBullet.xml"/>
|
||||
<!-- <damInfoBullets>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Big Rock Dam (Fairfield County)" bulletName="BigRockDam" parseString="BIG ROCK" showString="BIG ROCK DAM" coords="LAT...LON 4109 7338 4116 7311 4116 7320"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BigRockhighfast" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BigRockhighnormal" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BigRockmediumfast" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BigRockmediumnormal" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BigRockruleofthumb" parseString="FLOOD WAVE ESTIMATE" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Branched Oak Dam (Westchester County)" bulletName="BranchedOakDam" parseString="BRANCHED OAK" showString="BRANCHED OAK DAM" coords="LAT...LON 4106 7373 4097 7366 4090 7376 4102 7382"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BranchedOakhighfast" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BranchedOakhighnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BranchedOakmediumfast" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BranchedOakmediumnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BranchedOakruleofthumb" parseString="FLOOD WAVE ESTIMATE" showString="BRANCHED OAK DAM"/>
|
||||
</damInfoBullets> -->
|
||||
</bulletActionGroup>
|
||||
<bulletActionGroup action="EXP" phen="FF" sig="W">
|
||||
<bullets>
|
||||
<bullet bulletText="*********** EXP SELECTED **********" bulletType="title"/>
|
||||
<bullet bulletText="******** END OF WARNING STATEMENTS *******" bulletType="title"/>
|
||||
<bullet bulletName="warnend1" bulletText="Generic Statement" bulletGroup="wEnd"/>
|
||||
<bullet bulletName="warnend2" bulletText="River Flooding" bulletGroup="wEnd"/>
|
||||
<bullet bulletText="" bulletType="title"/>
|
||||
<bullet bulletText="******** PRIMARY CAUSE (choose 1) *******" bulletType="title"/>
|
||||
<bullet bulletName="dam" bulletText="Dam failure - generic" bulletGroup="damic" parseString="A DAM FAILURE" showString=""DAM",".DM.","-LEVEE""/>
|
||||
<bullet bulletName="levee" bulletText="Levee failure" bulletGroup="ic" parseString="A LEVEE FAILURE" showString="LEVEE FAILURE"/>
|
||||
<bullet bulletName="floodgate" bulletText="Floodgate opening" bulletGroup="ic" parseString="A DAM FLOODGATE RELEASE" showString="A DAM FLOODGATE RELEASE"/>
|
||||
<bullet bulletName="glacier" bulletText="Glacial-dammed lake outburst" bulletGroup="ic" parseString=".GO." showString=".GO."/>
|
||||
<bullet bulletName="icejam" bulletText="Ice jam" bulletGroup="ic" parseString=".IJ." showString=".IJ."/>
|
||||
<bullet bulletName="rain" bulletText="Rapid rain induced snowmelt" bulletGroup="ic" parseString=".RS." showString=".RS."/>
|
||||
<bullet bulletName="onlyMelt" bulletText="Rapid snowmelt only" bulletGroup="ic" parseString=".SM." showString=".SM."/>
|
||||
<!-- Uncomment for Alaska but note that allowing for more than one "SM" bullet may cause follow-up inconsistencies.
|
||||
<bullet bulletName="volcano" bulletText="Volcano induced snowmelt" bulletGroup="ic" parseString="VOLCANIC INDUCED SNOWMELT" showString=".SM."/>
|
||||
<bullet bulletName="volcanoLahar" bulletText="Volcano induced lahar/debris flow" bulletGroup="ic" parseString="VOLCANIC INDUCED DEBRIS FLOW" showString=".SM."/>
|
||||
Alaska end -->
|
||||
<bullet bulletName="siteimminent" bulletText="Dam break - site specific (pick below) - imminent failure" bulletGroup="damic" parseString="THE IMMINENT FAILURE OF" showString=""DAM",".DM.","-LEVEE""/>
|
||||
<bullet bulletName="sitefailed" bulletText="Dam break - site specific (pick below) - failure has occurred" bulletGroup="damic" parseString="THE FAILURE OF" showString=""DAM",".DM.","-LEVEE""/>
|
||||
<bullet bulletText="" bulletType="title"/>
|
||||
<!-- The following are examples on how to include site specific dams in your template
|
||||
You can choose to do this by editing the template and listing each dam in the
|
||||
template or listing the dams in a separate file and using the include command -->
|
||||
<!-- The bullet names may need to be edited once AWIPS 2 is fixed to include damInfoBullets coding. -->
|
||||
<!-- Note that Dam Names NEED to be in the EXP section to produce correct headline wording in the vm file -->
|
||||
<bullet bulletText="****** DAM and DAM BREAK SCENARIOS ******" bulletType="title" showString=""DAM",".DM.","-LEVEE""/>
|
||||
</bullets>
|
||||
<!-- The following are examples on how to include site specific dams in your template
|
||||
You can choose to do this by editing the template and listing each dam in the
|
||||
template or listing the dams in a separate file and using the include command -->
|
||||
<include file="damInfoBullet.xml"/>
|
||||
<!-- <damInfoBullets>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Big Rock Dam (Fairfield County)" bulletName="BigRockDam" parseString="BIG ROCK" showString="BIG ROCK DAM" coords="LAT...LON 4109 7338 4116 7311 4116 7320"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BigRockhighfast" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BigRockhighnormal" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BigRockmediumfast" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BigRockmediumnormal" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BigRockruleofthumb" parseString="FLOOD WAVE ESTIMATE" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Branched Oak Dam (Westchester County)" bulletName="BranchedOakDam" parseString="BRANCHED OAK" showString="BRANCHED OAK DAM" coords="LAT...LON 4106 7373 4097 7366 4090 7376 4102 7382"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BranchedOakhighfast" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BranchedOakhighnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BranchedOakmediumfast" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BranchedOakmediumnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BranchedOakruleofthumb" parseString="FLOOD WAVE ESTIMATE" showString="BRANCHED OAK DAM"/>
|
||||
</damInfoBullets> -->
|
||||
</bulletActionGroup>
|
||||
<bulletActionGroup action="CON" phen="FF" sig="W">
|
||||
<bullets>
|
||||
<bullet bulletName="ffwEmergency" bulletText="**SELECT FOR FLASH FLOOD EMERGENCY**" bulletGroup="ffwEMER" floodSeverity="3" parseString="FLASH FLOOD EMERGENCY"/>
|
||||
<bullet bulletName="considerableFFW" bulletText="CONSIDERABLE FLASH FLOODING" bulletGroup="ffwEMER" parseString="FLASH FLOOD DAMAGE THREAT...CONSIDERABLE"/>
|
||||
<bullet bulletText="******** FLOOD SEVERITY (choose 1) *******" bulletType="title"/>
|
||||
<bullet bulletName="sevUnk" bulletText="Unknown" bulletGroup="floodSeverity" floodSeverity="U" parseString=".U."/>
|
||||
<bullet bulletName="sev1" bulletText="Minor flood" bulletGroup="floodSeverity" floodSeverity="1" parseString=".1."/>
|
||||
<bullet bulletName="sev2" bulletText="Moderate flood" bulletGroup="floodSeverity" floodSeverity="2" parseString=".2."/>
|
||||
<bullet bulletName="sev3" bulletText="Major flood" bulletGroup="floodSeverity" floodSeverity="3" parseString=".3."/>
|
||||
<bullet bulletText="******** PRIMARY CAUSE (choose 1) *******" bulletType="title"/>
|
||||
<bullet bulletName="dam" bulletText="Dam failure - generic" bulletGroup="damic" parseString="A DAM FAILURE" showString=""DAM",".DM.","-LEVEE""/>
|
||||
<bullet bulletName="levee" bulletText="Levee failure" bulletGroup="ic" parseString="A LEVEE FAILURE" showString="LEVEE FAILURE"/>
|
||||
<bullet bulletName="floodgate" bulletText="Floodgate opening" bulletGroup="ic" parseString="FLOODGATE RELEASE" showString="FLOODGATE RELEASE"/>
|
||||
<bullet bulletName="glacier" bulletText="Glacial-dammed lake outburst" bulletGroup="ic" parseString=".GO." showString=".GO."/>
|
||||
<bullet bulletName="icejam" bulletText="Ice jam" bulletGroup="ic" parseString=".IJ." showString=".IJ."/>
|
||||
<bullet bulletName="rain" bulletText="Rapid rain induced snowmelt" bulletGroup="ic" parseString=".RS." showString=".RS."/>
|
||||
<bullet bulletName="onlyMelt" bulletText="Rapid snowmelt only" bulletGroup="ic" parseString=".SM." showString=".SM."/>
|
||||
<!-- Uncomment for Alaska but note that allowing for more than one "SM" bullet may cause follow-up inconsistencies.
|
||||
<bullet bulletName="volcano" bulletText="Volcano induced snowmelt" bulletGroup="ic" parseString="VOLCANIC INDUCED SNOWMELT" showString=".SM."/>
|
||||
<bullet bulletName="volcanoLahar" bulletText="Volcano induced lahar/debris flow" bulletGroup="ic" parseString="VOLCANIC INDUCED DEBRIS FLOW" showString=".SM."/>
|
||||
Alaska end -->
|
||||
<bullet bulletName="siteimminent" bulletText="Dam break - site specific (pick below) - imminent failure" bulletGroup="damic" parseString="THE IMMINENT FAILURE OF" showString=""DAM",".DM.","-LEVEE""/>
|
||||
<bullet bulletName="sitefailed" bulletText="Dam break - site specific (pick below) - failure has occurred" bulletGroup="damic" parseString="THE FAILURE OF" showString=""DAM",".DM.","-LEVEE""/>
|
||||
<bullet bulletText="" bulletType="title"/>
|
||||
<bullet bulletText="****** REPORTED BY (choose 1) ******" bulletType="title"/>
|
||||
<bullet bulletName="county" bulletText="County dispatch" bulletGroup="reportedBy" parseString="COUNTY DISPATCH REPORTED"/>
|
||||
<bullet bulletName="lawEnforcement" bulletText="Law enforcement" bulletGroup="reportedBy" parseString="LAW ENFORCEMENT REPORTED"/>
|
||||
<bullet bulletName="corps" bulletText="Corps of Engineers" bulletGroup="reportedBy" parseString="CORPS OF ENGINEERS REPORTED"/>
|
||||
<bullet bulletName="damop" bulletText="Dam operator" bulletGroup="reportedBy" parseString="DAM OPERATORS REPORTED"/>
|
||||
<bullet bulletName="bureau" bulletText="Bureau of Reclamation" bulletGroup="reportedBy" parseString="BUREAU OF RECLAMATION REPORTED"/>
|
||||
<bullet bulletName="public" bulletText="The public" bulletGroup="reportedBy" parseString="THE PUBLIC REPORTED"/>
|
||||
<bullet bulletName="onlyGauge" bulletText="Gauge reports" bulletGroup="reportedBy" parseString="GAUGES INDICATED"/>
|
||||
<!-- Uncomment for Alaska
|
||||
<bullet bulletName="CAP" bulletText="Civil Air Patrol" bulletGroup="reportedBy" parseString="CIVIL AIR PATROL "/>
|
||||
<bullet bulletName="alaskaVoc" bulletText="Alaska Volcano Observatory" bulletGroup="reportedBy" parseString="ALASKA VOLCANO OBSERVATORY "/>
|
||||
<bullet bulletName="cascadeVoc" bulletText="Cascades Volcano Observatory" bulletGroup="reportedBy" parseString="CASCADES VOLCANO OBSERVATORY "/>
|
||||
Alaska end -->
|
||||
<bullet bulletText="************ (OPTIONAL) 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 bulletText="" bulletType="title"/>
|
||||
<bullet bulletText="****** ADDITIONAL INFO ******" bulletType="title"/>
|
||||
<bullet bulletName="drainages" bulletText="Automated list of drainages" parseString="THIS INCLUDES THE FOLLOWING STREAMS AND DRAINAGES"/>
|
||||
<bullet bulletName="floodMoving" bulletText="Flooding is occurring in a particular stream/river" parseString="FLOOD WATERS ARE MOVING DOWN"/>
|
||||
<bullet bulletText="****** CALLS TO ACTION (choose 1 or more) ******" bulletType="title"/>
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString="AREA SUBJECT TO FLOODING OR UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="TADD_CTA" bulletText="Turn around, don't drown" parseString="TURN AROUND, DON'T DROWN"/>
|
||||
<bullet bulletName="actQuicklyCTA" bulletText="Act Quickly" parseString="ACT QUICKLY TO PROTECT YOUR LIFE"/>
|
||||
<bullet bulletName="childSafetyCTA" bulletText="Child Safety" parseString="KEEP CHILDREN AWAY"/>
|
||||
<bullet bulletName="nighttimeCTA" bulletText="Nighttime flooding" parseString="AT NIGHT WHEN IT IS HARDER TO RECOGNIZE"/>
|
||||
<bullet bulletName="urbanCTA" bulletText="Urban areas" parseString=""EXCESSIVE RUNOFF","-COUNTRY ROADS","URBAN AREAS","HIGHWAYS","UNDERPASSES""/>
|
||||
<bullet bulletName="ruralCTA" bulletText="Rural areas" parseString="COUNTRY ROADS, FARMLAND, AND OTHER LOW LYING SPOTS"/>
|
||||
<bullet bulletName="stayAwayCTA" bulletText="Stay away" parseString="STAY AWAY OR BE SWEPT AWAY"/>
|
||||
<bullet bulletName="lowSpotsCTA" bulletText="Low spots in hilly terrain" parseString="IN HILLY TERRAIN THERE ARE HUNDREDS OF LOW WATER CROSSINGS"/>
|
||||
<bullet bulletName="arroyosCTA" bulletText="Arroyos" parseString="ARROYOS"/>
|
||||
<bullet bulletName="burnAreasCTA" bulletText="Burn Areas" parseString="RECENTLY BURNED AREAS"/>
|
||||
<bullet bulletName="camperSafetyCTA" bulletText="Camper/Hiker Safety" parseString="CAMPERS AND HIKERS"/>
|
||||
<bullet bulletName="reportFloodingCTA" bulletText="Report flooding to law enforcement" parseString="REPORT FLOODING TO YOUR LOCAL LAW ENFORCEMENT"/>
|
||||
<bullet bulletName="ffwMeansCTA" bulletText="Flash Flood Warning means" parseString="A FLASH FLOOD WARNING MEANS"/>
|
||||
<!-- Uncomment for Alaska
|
||||
<bullet bulletName="volcanicFloodCTA" bulletText="Volanic Snowmelt..." parseString="VOLCANIC SNOWMELT"/>
|
||||
<bullet bulletName="volcanicLaharCTA" bulletText="Volanic Lahar..." parseString="VOLCANIC LAHARS"/>
|
||||
<bullet bulletName="glacierOutburstCTA" bulletText="Glacier Outburst..." parseString="STAY AWAY FROM"/>
|
||||
Alaska end -->
|
||||
<bullet bulletText="" bulletType="title"/>
|
||||
<bullet bulletText="************************************************************" bulletType="title"/>
|
||||
<bullet bulletText="* The next sections apply only if one of the dam break *" bulletType="title"/>
|
||||
<bullet bulletText="* causes was selected. Choose one dam, and optionally *" bulletType="title"/>
|
||||
<bullet bulletText="* one associated scenario and the rule of thumb. *" bulletType="title"/>
|
||||
<!-- The following are examples on how to include site specific dams in your template
|
||||
You can choose to do this by editing the template and listing each dam in the
|
||||
template or listing the dams in a separate file and using the include command -->
|
||||
<!-- The bullet names may need to be edited once AWIPS 2 is fixed to include damInfoBullets coding. -->
|
||||
<bullet bulletText="****** DAM and DAM BREAK SCENARIOS (choose 1) ******" bulletType="title" showString=""DAM",".DM.","-LEVEE""/>
|
||||
</bullets>
|
||||
<!-- The following are examples on how to include site specific dams in your template
|
||||
You can choose to do this by editing the template and listing each dam in the
|
||||
template or listing the dams in a separate file and using the include command -->
|
||||
<include file="damInfoBullet.xml"/>
|
||||
<!-- <damInfoBullets>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Big Rock Dam (Fairfield County)" bulletName="BigRockDam" parseString="BIG ROCK" showString="BIG ROCK DAM" coords="LAT...LON 4109 7338 4116 7311 4116 7320"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BigRockhighfast" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BigRockhighnormal" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BigRockmediumfast" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BigRockmediumnormal" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BigRockruleofthumb" parseString="FLOOD WAVE ESTIMATE" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Branched Oak Dam (Westchester County)" bulletName="BranchedOakDam" parseString="BRANCHED OAK" showString="BRANCHED OAK DAM" coords="LAT...LON 4106 7373 4097 7366 4090 7376 4102 7382"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BranchedOakhighfast" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BranchedOakhighnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BranchedOakmediumfast" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BranchedOakmediumnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BranchedOakruleofthumb" parseString="FLOOD WAVE ESTIMATE" showString="BRANCHED OAK DAM"/>
|
||||
</damInfoBullets> -->
|
||||
</bulletActionGroup>
|
||||
<bulletActionGroup action="COR" phen="FF" sig="W">
|
||||
<bullets>
|
||||
<bullet bulletText="***CORRECTED PRODUCT. CLICK CREATE TEXT***" bulletType="title"/>
|
||||
<bullet bulletText="" bulletType="title"/>
|
||||
<bullet bulletName="ffwEmergency" bulletText="**SELECT FOR FLASH FLOOD EMERGENCY**" bulletGroup="ffwEMER" floodSeverity="3" parseString="FLASH FLOOD EMERGENCY"/>
|
||||
<bullet bulletName="considerableFFW" bulletText="CONSIDERABLE FLASH FLOODING" bulletGroup="ffwEMER" parseString="FLASH FLOOD DAMAGE THREAT...CONSIDERABLE"/>
|
||||
<bullet bulletText="******** FLOOD SEVERITY (choose 1) *******" bulletType="title"/>
|
||||
<bullet bulletName="sevUnk" bulletText="Unknown" bulletGroup="floodSeverity" floodSeverity="U" parseString=".U."/>
|
||||
<bullet bulletName="sev1" bulletText="Minor flood" bulletGroup="floodSeverity" floodSeverity="1" parseString=".1."/>
|
||||
<bullet bulletName="sev2" bulletText="Moderate flood" bulletGroup="floodSeverity" floodSeverity="2" parseString=".2."/>
|
||||
<bullet bulletName="sev3" bulletText="Major flood" bulletGroup="floodSeverity" floodSeverity="3" parseString=".3."/>
|
||||
<bullet bulletText="******** PRIMARY CAUSE (choose 1) *******" bulletType="title"/>
|
||||
<bullet bulletName="dam" bulletText="Dam failure - generic" bulletGroup="damic" parseString="A DAM FAILURE" showString=""DAM",".DM.","-LEVEE""/>
|
||||
<bullet bulletName="levee" bulletText="Levee failure" bulletGroup="ic" parseString="A LEVEE FAILURE" showString="LEVEE FAILURE"/>
|
||||
<bullet bulletName="floodgate" bulletText="Floodgate opening" bulletGroup="ic" parseString="FLOODGATE RELEASE" showString="FLOODGATE RELEASE"/>
|
||||
<bullet bulletName="glacier" bulletText="Glacial-dammed lake outburst" bulletGroup="ic" parseString=".GO." showString=".GO."/>
|
||||
<bullet bulletName="icejam" bulletText="Ice jam" bulletGroup="ic" parseString=".IJ." showString=".IJ."/>
|
||||
<bullet bulletName="rain" bulletText="Rapid rain induced snowmelt" bulletGroup="ic" parseString=".RS." showString=".RS."/>
|
||||
<bullet bulletName="onlyMelt" bulletText="Rapid snowmelt only" bulletGroup="ic" parseString=".SM." showString=".SM."/>
|
||||
<!-- Uncomment for Alaska but note that allowing for more than one "SM" bullet may cause follow-up inconsistencies.
|
||||
<bullet bulletName="volcano" bulletText="Volcano induced snowmelt" bulletGroup="ic" parseString="VOLCANIC INDUCED SNOWMELT" showString=".SM."/>
|
||||
<bullet bulletName="volcanoLahar" bulletText="Volcano induced lahar/debris flow" bulletGroup="ic" parseString="VOLCANIC INDUCED DEBRIS FLOW" showString=".SM."/>
|
||||
Alaska end -->
|
||||
<bullet bulletName="siteimminent" bulletText="Dam break - site specific (pick below) - imminent failure" bulletGroup="damic" parseString="THE IMMINENT FAILURE OF" showString=""DAM",".DM.","-LEVEE""/>
|
||||
<bullet bulletName="sitefailed" bulletText="Dam break - site specific (pick below) - failure has occurred" bulletGroup="damic" parseString="THE FAILURE OF" showString=""DAM",".DM.","-LEVEE""/>
|
||||
<bullet bulletText="" bulletType="title"/>
|
||||
<bullet bulletText="****** REPORTED BY (choose 1) ******" bulletType="title"/>
|
||||
<bullet bulletName="county" bulletText="County dispatch" bulletGroup="reportedBy" parseString="COUNTY DISPATCH REPORTED"/>
|
||||
<bullet bulletName="lawEnforcement" bulletText="Law enforcement" bulletGroup="reportedBy" parseString="LAW ENFORCEMENT REPORTED"/>
|
||||
<bullet bulletName="corps" bulletText="Corps of Engineers" bulletGroup="reportedBy" parseString="CORPS OF ENGINEERS REPORTED"/>
|
||||
<bullet bulletName="damop" bulletText="Dam operator" bulletGroup="reportedBy" parseString="DAM OPERATORS REPORTED"/>
|
||||
<bullet bulletName="bureau" bulletText="Bureau of Reclamation" bulletGroup="reportedBy" parseString="BUREAU OF RECLAMATION REPORTED"/>
|
||||
<bullet bulletName="public" bulletText="The public" bulletGroup="reportedBy" parseString="THE PUBLIC REPORTED"/>
|
||||
<bullet bulletName="onlyGauge" bulletText="Gauge reports" bulletGroup="reportedBy" parseString="GAUGES INDICATED"/>
|
||||
<!-- Uncomment for Alaska
|
||||
<bullet bulletName="CAP" bulletText="Civil Air Patrol" bulletGroup="reportedBy" parseString="CIVIL AIR PATROL "/>
|
||||
<bullet bulletName="alaskaVoc" bulletText="Alaska Volcano Observatory" bulletGroup="reportedBy" parseString="ALASKA VOLCANO OBSERVATORY "/>
|
||||
<bullet bulletName="cascadeVoc" bulletText="Cascades Volcano Observatory" bulletGroup="reportedBy" parseString="CASCADES VOLCANO OBSERVATORY "/>
|
||||
Alaska end -->
|
||||
<bullet bulletText="************ (OPTIONAL) 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 bulletText="" bulletType="title"/>
|
||||
<bullet bulletText="****** ADDITIONAL INFO ******" bulletType="title"/>
|
||||
<bullet bulletName="drainages" bulletText="Automated list of drainages" parseString="THIS INCLUDES THE FOLLOWING STREAMS AND DRAINAGES"/>
|
||||
<bullet bulletName="floodMoving" bulletText="Flooding is occurring in a particular stream/river" parseString="FLOOD WATERS ARE MOVING DOWN"/>
|
||||
<bullet bulletText="****** CALLS TO ACTION (choose 1 or more) ******" bulletType="title"/>
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString="AREA SUBJECT TO FLOODING OR UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="TADD_CTA" bulletText="Turn around, don't drown" parseString="TURN AROUND, DON'T DROWN"/>
|
||||
<bullet bulletName="actQuicklyCTA" bulletText="Act Quickly" parseString="ACT QUICKLY TO PROTECT YOUR LIFE"/>
|
||||
<bullet bulletName="childSafetyCTA" bulletText="Child Safety" parseString="KEEP CHILDREN AWAY"/>
|
||||
<bullet bulletName="nighttimeCTA" bulletText="Nighttime flooding" parseString="AT NIGHT WHEN IT IS HARDER TO RECOGNIZE"/>
|
||||
<bullet bulletName="urbanCTA" bulletText="Urban areas" parseString=""EXCESSIVE RUNOFF","-COUNTRY ROADS","URBAN AREAS","HIGHWAYS","UNDERPASSES""/>
|
||||
<bullet bulletName="ruralCTA" bulletText="Rural areas" parseString="COUNTRY ROADS, FARMLAND, AND OTHER LOW LYING SPOTS"/>
|
||||
<bullet bulletName="stayAwayCTA" bulletText="Stay away" parseString="STAY AWAY OR BE SWEPT AWAY"/>
|
||||
<bullet bulletName="lowSpotsCTA" bulletText="Low spots in hilly terrain" parseString="IN HILLY TERRAIN THERE ARE HUNDREDS OF LOW WATER CROSSINGS"/>
|
||||
<bullet bulletName="arroyosCTA" bulletText="Arroyos" parseString="ARROYOS"/>
|
||||
<bullet bulletName="burnAreasCTA" bulletText="Burn Areas" parseString="RECENTLY BURNED AREAS"/>
|
||||
<bullet bulletName="camperSafetyCTA" bulletText="Camper/Hiker Safety" parseString="CAMPERS AND HIKERS"/>
|
||||
<bullet bulletName="reportFloodingCTA" bulletText="Report flooding to law enforcement" parseString="REPORT FLOODING TO YOUR LOCAL LAW ENFORCEMENT"/>
|
||||
<bullet bulletName="ffwMeansCTA" bulletText="Flash Flood Warning means" parseString="A FLASH FLOOD WARNING MEANS"/>
|
||||
<!-- Uncomment for Alaska
|
||||
<bullet bulletName="volcanicFloodCTA" bulletText="Volanic Snowmelt..." parseString="VOLCANIC SNOWMELT"/>
|
||||
<bullet bulletName="volcanicLaharCTA" bulletText="Volanic Lahar..." parseString="VOLCANIC LAHARS"/>
|
||||
<bullet bulletName="glacierOutburstCTA" bulletText="Glacier Outburst..." parseString="STAY AWAY FROM"/>
|
||||
Alaska end -->
|
||||
<bullet bulletText="" bulletType="title"/>
|
||||
<bullet bulletText="************************************************************" bulletType="title"/>
|
||||
<bullet bulletText="* The next sections apply only if one of the dam break *" bulletType="title"/>
|
||||
<bullet bulletText="* causes was selected. Choose one dam, and optionally *" bulletType="title"/>
|
||||
<bullet bulletText="* one associated scenario and the rule of thumb. *" bulletType="title"/>
|
||||
<!-- The following are examples on how to include site specific dams in your template
|
||||
You can choose to do this by editing the template and listing each dam in the
|
||||
template or listing the dams in a separate file and using the include command -->
|
||||
<!-- The bullet names may need to be edited once AWIPS 2 is fixed to include damInfoBullets coding. -->
|
||||
<bullet bulletText="****** DAM and DAM BREAK SCENARIOS (choose 1) ******" bulletType="title" showString=""DAM",".DM.","-LEVEE""/>
|
||||
</bullets>
|
||||
<!-- The following are examples on how to include site specific dams in your template
|
||||
You can choose to do this by editing the template and listing each dam in the
|
||||
template or listing the dams in a separate file and using the include command -->
|
||||
<include file="damInfoBullet.xml"/>
|
||||
<!-- <damInfoBullets>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Big Rock Dam (Fairfield County)" bulletName="BigRockDam" parseString="BIG ROCK" showString="BIG ROCK DAM" coords="LAT...LON 4109 7338 4116 7311 4116 7320"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BigRockhighfast" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BigRockhighnormal" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BigRockmediumfast" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BigRockmediumnormal" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BigRockruleofthumb" parseString="FLOOD WAVE ESTIMATE" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Branched Oak Dam (Westchester County)" bulletName="BranchedOakDam" parseString="BRANCHED OAK" showString="BRANCHED OAK DAM" coords="LAT...LON 4106 7373 4097 7366 4090 7376 4102 7382"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BranchedOakhighfast" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BranchedOakhighnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BranchedOakmediumfast" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BranchedOakmediumnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BranchedOakruleofthumb" parseString="FLOOD WAVE ESTIMATE" showString="BRANCHED OAK DAM"/>
|
||||
</damInfoBullets> -->
|
||||
</bulletActionGroup>
|
||||
</bulletActionGroups>
|
||||
|
||||
<trackEnabled>false</trackEnabled>
|
||||
|
||||
<pointSource variable="riverdrainages">
|
||||
<pointSource>ffmp_basins</pointSource>
|
||||
<geometryDecimationTolerance>0.064</geometryDecimationTolerance>
|
||||
<pointField>streamname</pointField>
|
||||
<filter>
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="$warngenCWAFilter" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
</filter>
|
||||
<withinPolygon>true</withinPolygon>
|
||||
</pointSource>
|
||||
</warngenConfig>
|
|
@ -4,9 +4,6 @@
|
|||
## Mike Dangelo/ ##
|
||||
## Evan Bookbinder 1-31-2017 First Revisions/Refinements, all new CTAs; DCS20066 ##
|
||||
## Evan Bookbinder 9-12-2017 Modified to segmented format per directive req. ##
|
||||
## E. Bookbinder 1-30-2019 DR20914 Fix format error caused when no highway ##
|
||||
## mile markers are found ##
|
||||
## Mike Rega 9-24-2019 DR21588 change EAS ACTIVATION to IMMEDIATE BROADCAST##
|
||||
##########################################################################################
|
||||
##
|
||||
#parse("config.vm")
|
||||
|
@ -82,7 +79,7 @@
|
|||
${WMOId} ${vtecOffice} 000000 ${BBBId}
|
||||
${productId}${siteId}
|
||||
|
||||
BULLETIN - IMMEDIATE BROADCAST REQUESTED
|
||||
BULLETIN - EAS ACTIVATION REQUESTED
|
||||
#if(${productClass}=="T")
|
||||
TEST...Snow Squall Warning...TEST
|
||||
#else
|
||||
|
@ -164,7 +161,7 @@ THIS IS A TEST MESSAGE. ##
|
|||
########## BEGIN 4TH BULLET ###########
|
||||
#set($mileMarkers = "")
|
||||
#set($mileMarkers = "#parse('mileMarkers.vm')")
|
||||
#if(${mileMarkers.length()} <= 10)
|
||||
#if(${mileMarkers.length()} == 0)
|
||||
* !**ENTER IN ANY AFFECTED ROAD/HIGHWAY INFORMATION**!
|
||||
|
||||
#else
|
||||
|
@ -260,4 +257,4 @@ THIS IS A TEST MESSAGE. DO NOT TAKE ACTION BASED ON THIS MESSAGE.
|
|||
|
||||
$$
|
||||
|
||||
#parse("forecasterName.vm")
|
||||
#parse("forecasterName.vm")
|
|
@ -3,9 +3,6 @@
|
|||
## VERSION HISTORY ##
|
||||
## Mike Dangelo & ##
|
||||
## Evan Bookbinder 1-31-2017 First Revisions/Refinements, all new CTAs; DCS20066 ##
|
||||
## E. Bookbinder 01-30-2019 DR20914 Fix format error caused when no highway ##
|
||||
## mile markers are found ##
|
||||
## M. Rega 01-16-2020 DR 21824 add "in " for Extremely poor vis HAZARD ##
|
||||
########################################################################################
|
||||
##
|
||||
#parse("config.vm")
|
||||
|
@ -67,7 +64,7 @@
|
|||
#set($vizHazard = "Poor visibility in ")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "ExtremelyPoorV")})
|
||||
#set($vizHazard = "Extremely poor visibility in ")
|
||||
#set($vizHazard = "Extremely poor visibility ")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "WhiteoutV")})
|
||||
#set($vizHazard = "Whiteout conditions. Zero visibility in ")
|
||||
|
@ -329,7 +326,7 @@ THIS IS A TEST MESSAGE. ##
|
|||
########## BEGIN 4TH BULLET ###########
|
||||
#set($mileMarkers = "")
|
||||
#set($mileMarkers = "#parse('mileMarkers.vm')")
|
||||
#if(${mileMarkers.length()} <= 10)
|
||||
#if(${mileMarkers.length()} == 0)
|
||||
!**ENTER IN ANY AFFECTED ROAD/HIGHWAY INFORMATION**!
|
||||
|
||||
#else
|
||||
|
@ -426,4 +423,4 @@ THIS IS A TEST MESSAGE. DO NOT TAKE ACTION BASED ON THIS MESSAGE.
|
|||
$$
|
||||
#end
|
||||
|
||||
#parse("forecasterName.vm")
|
||||
#parse("forecasterName.vm")
|
|
@ -9,7 +9,6 @@
|
|||
## UPDATED PHIL KURIMSKI -- MAR 23 2015 Mixed Case ##
|
||||
## Evan Bookbinder - 9/4/2015 Fixed line of storms grammar ##
|
||||
## Phil Kurimski -- JAN 30 2017 Additional Basis options, DCS19347 ##
|
||||
## Evan Bookbinder 3/19/2018 DR 19650 Watch phrasing/location ##
|
||||
#############################################################################
|
||||
#parse("config.vm")
|
||||
################################################
|
||||
|
@ -450,17 +449,11 @@ Those attending !**event/venue name or location**! are in the path of ${specialE
|
|||
## Check to see if we've selected any calls to action. In our .xml file
|
||||
## we ended each CTA bullet ID with "CTA" for this reason as a 'trip'
|
||||
#######################################################################
|
||||
#set($svrWatchPhrase = "#insertsvrwatches(${watches}, ${list}, ${secondtimezone}, ${dateUtil}, ${timeFormat}, ${watchPhrase})")
|
||||
#set($torWatchPhrase = "#inserttorwatches(${watches}, ${list}, ${secondtimezone}, ${dateUtil}, ${timeFormat}, ${watchPhrase})")
|
||||
#if(${svrWatchPhrase.length()} > 10 || ${torWatchPhrase.length()} > 10)
|
||||
#set($ctaSelected = "YES")
|
||||
#else
|
||||
#foreach (${bullet} in ${bullets})
|
||||
#if(${bullet.endsWith("CTA")})
|
||||
#set($ctaSelected = "YES")
|
||||
#end
|
||||
#end
|
||||
#end
|
||||
|
||||
#if(${ctaSelected} == "YES")
|
||||
PRECAUTIONARY/PREPAREDNESS ACTIONS...
|
||||
|
@ -469,11 +462,6 @@ PRECAUTIONARY/PREPAREDNESS ACTIONS...
|
|||
|
||||
${ashfallCTA}
|
||||
|
||||
#if(${list.contains(${includedWatches}, "TO.A")})
|
||||
${torWatchPhrase}
|
||||
#elseif(${list.contains(${includedWatches}, "SV.A")})
|
||||
${svrWatchPhrase}
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "genericCTA")})
|
||||
Move to safe harbor until hazardous weather passes.
|
||||
|
||||
|
@ -520,10 +508,18 @@ Report severe weather to the Coast Guard or the National Weather Service.
|
|||
#if(${ctaSelected} == "YES")
|
||||
&&
|
||||
#end
|
||||
#############
|
||||
## WATCHES ##
|
||||
#############
|
||||
|
||||
#if(${list.contains(${includedWatches}, "TO.A")})
|
||||
#inserttorwatches(${watches}, ${list}, ${secondtimezone}, ${dateUtil}, ${timeFormat})
|
||||
#end
|
||||
#if(${list.contains(${includedWatches}, "SV.A")})
|
||||
#insertsvrwatches(${watches}, ${list}, ${secondtimezone}, ${dateUtil}, ${timeFormat})
|
||||
#end
|
||||
#if(${productClass}=="T")
|
||||
THIS IS A TEST MESSAGE. DO NOT TAKE ACTION BASED ON THIS MESSAGE.
|
||||
|
||||
#end
|
||||
|
||||
#printcoords(${areaPoly}, ${list})
|
||||
|
|
|
@ -13,8 +13,7 @@
|
|||
## Kurimski -- Oct 22 2015 Fixed CAN/EXP section combo ##
|
||||
## BOOKBINDER 4/29/2016 Issue setting StormType to Null ##
|
||||
## Bookbinder 12/7/2016 Grammar issues DR 18492 ##
|
||||
## Kurimski -- JAN 30 2017 Additional Basis options, DCS19347 ##
|
||||
## Bookbinder 3/19/2018 DR 19650 Watch phrasing/location ##
|
||||
## Phil Kurimski -- JAN 30 2017 Additional Basis options, DCS19347 ##
|
||||
#############################################################################
|
||||
#parse("config.vm")
|
||||
############################################
|
||||
|
@ -699,17 +698,11 @@ Those attending !**event/venue name or location**! are in the path of ${specialE
|
|||
## Check to see if we've selected any calls to action. In our .xml file
|
||||
## we ended each CTA bullet ID with "CTA" for this reason as a 'trip'
|
||||
#######################################################################
|
||||
#set($svrWatchPhrase = "#insertsvrwatches(${watches}, ${list}, ${secondtimezone}, ${dateUtil}, ${timeFormat}, ${watchPhrase})")
|
||||
#set($torWatchPhrase = "#inserttorwatches(${watches}, ${list}, ${secondtimezone}, ${dateUtil}, ${timeFormat}, ${watchPhrase})")
|
||||
#if(${svrWatchPhrase.length()} > 10 || ${torWatchPhrase.length()} > 10)
|
||||
#set($ctaSelected = "YES")
|
||||
#else
|
||||
#foreach (${bullet} in ${bullets})
|
||||
#if(${bullet.endsWith("CTA")})
|
||||
#set($ctaSelected = "YES")
|
||||
#end
|
||||
#end
|
||||
#end
|
||||
##
|
||||
#if(${ctaSelected} == "YES")
|
||||
|
||||
|
@ -719,11 +712,6 @@ PRECAUTIONARY/PREPAREDNESS ACTIONS...
|
|||
|
||||
${ashfallCTA}
|
||||
|
||||
#if(${list.contains(${includedWatches}, "TO.A")})
|
||||
${torWatchPhrase}
|
||||
#elseif(${list.contains(${includedWatches}, "SV.A")})
|
||||
${svrWatchPhrase}
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "genericCTA")})
|
||||
Move to safe harbor until hazardous weather passes.
|
||||
|
||||
|
@ -770,11 +758,20 @@ Report severe weather to the Coast Guard or the National Weather Service.
|
|||
#if(${ctaSelected} == "YES")
|
||||
&&
|
||||
#end
|
||||
#############
|
||||
## WATCHES ##
|
||||
#############
|
||||
#if(${list.contains(${includedWatches}, "TO.A")})
|
||||
#inserttorwatches(${watches}, ${list}, ${secondtimezone}, ${dateUtil}, ${timeFormat})
|
||||
#end
|
||||
#if(${list.contains(${includedWatches}, "SV.A")})
|
||||
#insertsvrwatches(${watches}, ${list}, ${secondtimezone}, ${dateUtil}, ${timeFormat})
|
||||
#end
|
||||
##
|
||||
## #####################################################################
|
||||
## END OF MWS PRODUCTS
|
||||
## #####################################################################
|
||||
|
||||
##
|
||||
#if(${productClass}=="T")
|
||||
THIS IS A TEST MESSAGE. DO NOT TAKE ACTION BASED ON THIS MESSAGE.
|
||||
|
||||
|
|
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/marineCombo.vm
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/marineCombo.vm
Executable file → Normal file
|
@ -14,9 +14,6 @@
|
|||
## Phil Kurimski -- OCT 20 2015 - changed wind to 30 kts ##
|
||||
## Phil Kurimski -- JAN 30 2017 Additional Basis options ##
|
||||
## fixed ellipses in CTAs, DCS19347 ##
|
||||
## Bookbinder 3/19/2018 DR 19650 Watch phrasing/location ##
|
||||
## Phil Kurimski -- MAR 19 2018 Capitalized Coast Guard ##
|
||||
## for DR 20164 ##
|
||||
#############################################################
|
||||
#parse("config.vm")
|
||||
#####################################################
|
||||
|
@ -356,28 +353,17 @@ Those attending !**EVENT/VENUE NAME OR LOCATION**! are in the path of ${specialE
|
|||
## we ended each CTA bullet ID with "CTA" for this reason as a 'trip'
|
||||
## Added CTA statements for the possibility of future SMW.
|
||||
#######################################################################
|
||||
#set($svrWatchPhrase = "#insertsvrwatches(${watches}, ${list}, ${secondtimezone}, ${dateUtil}, ${timeFormat}, ${watchPhrase})")
|
||||
#set($torWatchPhrase = "#inserttorwatches(${watches}, ${list}, ${secondtimezone}, ${dateUtil}, ${timeFormat}, ${watchPhrase})")
|
||||
#if(${svrWatchPhrase.length()} > 10 || ${torWatchPhrase.length()} > 10)
|
||||
#set($ctaSelected = "YES")
|
||||
#else
|
||||
#foreach (${bullet} in ${bullets})
|
||||
#if(${bullet.endsWith("CTA")})
|
||||
#set($ctaSelected = "YES")
|
||||
#end
|
||||
#end
|
||||
#end
|
||||
|
||||
#if(${ctaSelected} == "YES")
|
||||
PRECAUTIONARY/PREPAREDNESS ACTIONS...
|
||||
#end
|
||||
##
|
||||
|
||||
#if(${list.contains(${includedWatches}, "TO.A")})
|
||||
${torWatchPhrase}
|
||||
#elseif(${list.contains(${includedWatches}, "SV.A")})
|
||||
${svrWatchPhrase}
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "genericCTA")})
|
||||
#if(${stormType} == "line")
|
||||
Mariners can expect gusty winds to around 30 knots, locally higher waves, and lightning strikes. Boaters should seek safe harbor immediately until these storms pass.
|
||||
|
@ -424,7 +410,7 @@ Intense lightning is occurring with this storm. If caught on the open water stay
|
|||
#end
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "reportCTA")})
|
||||
Report severe weather to the Coast Guard or nearest law enforcement agency. They will relay your report to the National Weather Service forecast office.
|
||||
Report severe weather to the coast guard or nearest law enforcement agency. They will relay your report to the National Weather Service forecast office.
|
||||
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "fogCTA")})
|
||||
|
@ -435,9 +421,19 @@ Dense fog was reducing visibilities to below ${visibility}. Reduce your speed, a
|
|||
&&
|
||||
#end
|
||||
|
||||
|
||||
#############
|
||||
## WATCHES ##
|
||||
#############
|
||||
#if(${list.contains($includedWatches, "TO.A")} && ${list.contains(${bullets}, "includeTorWatches")})
|
||||
#inserttorwatches(${watches}, ${list}, ${secondtimezone}, ${dateUtil}, ${timeFormat})
|
||||
#end
|
||||
#if(${list.contains(${includedWatches}, "SV.A")} && ${list.contains(${bullets}, "includeSvrWatches")})
|
||||
#insertsvrwatches(${watches}, ${list}, ${secondtimezone}, ${dateUtil}, ${timeFormat})
|
||||
#end
|
||||
####################################
|
||||
#if(${productClass}=="T")
|
||||
THIS IS A TEST MESSAGE. DO NOT TAKE ACTION BASED ON THIS MESSAGE.
|
||||
####################################
|
||||
#end
|
||||
|
||||
#printcoords(${areaPoly}, ${list})
|
||||
|
|
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/marineWeatherStatementAshfall.vm
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/marineWeatherStatementAshfall.vm
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/marineZoneWording.xml
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/marineZoneWording.xml
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/mileMarkers.xml
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/mileMarkers.xml
Executable file → Normal file
|
@ -1,25 +1,26 @@
|
|||
###################################################################
|
||||
## DAM BREAK FFW TEMPLATE ##
|
||||
## CREATED BY PHIL KURIMSKI - WFO DTX ##
|
||||
## RECENT VERSION HISTORY: ##
|
||||
## 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 ##
|
||||
## VERSION AWIPS II 1.7 - SEP 17 2013 OB13.5.2-4 ##
|
||||
## Phil Kurimski - Added FFW Emergency Headline ##
|
||||
## 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 ##
|
||||
## Phil Kurimski - MAR 24 2015 Mixed Case ##
|
||||
## Mike Dangelo 10/20/2015 Standard CTAs ##
|
||||
## Evan Bookbinder 12-19-2016 Fixed floodSeverity code as well ##
|
||||
## as matched 10-922. Flood sseverity ##
|
||||
## 1,2,3,U for dam failure ONLY. DR19217 ##
|
||||
## Mike Rega 04/20/2018 DR 20671 3rd bullet EMER mixed case fix ##
|
||||
######################################################
|
||||
## DAM BREAK FFW TEMPLATE ##
|
||||
## CREATED BY PHIL KURIMSKI - WFO DTX ##
|
||||
## RECENT VERSION HISTORY:
|
||||
## 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 ##
|
||||
## VERSION AWIPS II 1.7 - SEP 17 2013 OB13.5.2-4 ##
|
||||
## Phil Kurimski - Added FFW Emergency Headline ##
|
||||
## 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
|
||||
## Phil Kurimski - MAR 24 2015 Mixed Case ##
|
||||
## Mike Dangelo 10/20/2015 Standard CTAs ##
|
||||
## Evan Bookbinder -- 12-19-2016 Fixed floodSeverity code ##
|
||||
## as well as matched 10-922. Flood ##
|
||||
## severity 1,2,3,U for dam failure ONLY ##
|
||||
## DR19217 ##
|
||||
###################################################################
|
||||
##
|
||||
#parse("config.vm")
|
||||
|
@ -236,7 +237,7 @@ THIS IS A TEST MESSAGE. ##
|
|||
## Flash Flood Emergency per NWS 10-922 Directive goes with third bullet #
|
||||
##########################################################################
|
||||
#if(${list.contains(${bullets}, "ffwEmergency")})
|
||||
#wrapText("THIS IS A FLASH FLOOD EMERGENCY FOR ${emergencyText}. SEEK HIGHER GROUND NOW!" 2 2)
|
||||
#wrapText("This is a FLASH FLOOD EMERGENCY for ${emergencyText}. SEEK HIGHER GROUND NOW!" 2 2)
|
||||
|
||||
#end
|
||||
#set($phenomena = "FLASH FLOOD")
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
Mike Dangelo 10-20-2015 Standard CTAs
|
||||
- 02-21-2017 Removed bulletDefault="true" from "County dispatch"
|
||||
bullet in bullet Action Groups "EXT" and "COR". DCS20237
|
||||
Phil Kurimski 03-21-2018 Fixed FFW Emergency CTA Parse String DR 20671
|
||||
-->
|
||||
|
||||
<!-- INCLUDE ALL GEOSPTATIAL INFORMATION FOR THIS PRODUCT
|
||||
|
@ -77,7 +76,7 @@ turned on unless the corresponding .vm file is turned on in a given template's .
|
|||
<enableRestart>true</enableRestart>
|
||||
|
||||
<!-- Enables/disables the 'Dam Break Threat Area' button -->
|
||||
<enableDamBreakThreat>true</enableDamBreakThreat>
|
||||
<enablePresetThreat>true</enablePresetThreat>
|
||||
|
||||
<trackEnabled>false</trackEnabled>
|
||||
|
||||
|
@ -150,7 +149,7 @@ Alaska end -->
|
|||
<bullet bulletName="drainages" bulletText="Automated list of drainages" parseString="THIS INCLUDES THE FOLLOWING STREAMS AND DRAINAGES"/>
|
||||
<bullet bulletName="floodMoving" bulletText="Flooding is occurring in a particular stream/river" parseString="FLOOD WATERS ARE MOVING DOWN"/>
|
||||
<bullet bulletText="****** CALLS TO ACTION (choose 1 or more) ******" bulletType="title"/>
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString="AREA SUBJECT TO FLOODING OR UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString=" DO NOT ATTEMPT TO TRAVEL UNLESS YOU ARE FLEEING AN AREA SUBJECT TO FLOODING OR ARE UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="TADD_CTA" bulletText="Turn around, don't drown" parseString=""TURN AROUND","DON'T DROWN""/>
|
||||
<bullet bulletName="actQuicklyCTA" bulletText="Act Quickly" parseString="ACT QUICKLY TO PROTECT YOUR LIFE"/>
|
||||
<bullet bulletName="childSafetyCTA" bulletText="Child Safety" parseString="KEEP CHILDREN AWAY"/>
|
||||
|
@ -173,21 +172,21 @@ Alaska end -->
|
|||
<!-- The following are examples on how to include site specific dams in your template
|
||||
You can choose to do this by editing the template and listing each dam in the
|
||||
template or listing the dams in a separate file and using the include command -->
|
||||
<include file="damInfoBullet.xml"/>
|
||||
<!--<damInfoBullets>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Big Rock Dam (Fairfield County)" bulletName="BigRockDam" parseString="BIG ROCK" coords="LAT...LON 4109 7338 4116 7311 4116 7320"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BigRockhighfast" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BigRockhighnormal" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BigRockmediumfast" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BigRockmediumnormal" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BigRockruleofthumb" parseString="FLOOD WAVE ESTIMATE"/>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Branched Oak Dam (Westchester County)" bulletName="BranchedOakDam" parseString="BRANCHED OAK" coords="LAT...LON 4106 7373 4097 7366 4090 7376 4102 7382"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BranchedOakhighfast" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BranchedOakhighnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BranchedOakmediumfast" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BranchedOakmediumnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BranchedOakruleofthumb" parseString="FLOOD WAVE ESTIMATE"/>
|
||||
</damInfoBullets> -->
|
||||
<include file="presetInfoBullet.xml"/>
|
||||
<!--<presetInfoBullets>
|
||||
<presetInfoBullet bulletGroup="dam" bulletText="Big Rock Dam (Fairfield County)" bulletName="BigRockDam" parseString="BIG ROCK" coords="LAT...LON 4109 7338 4116 7311 4116 7320"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BigRockhighfast" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BigRockhighnormal" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BigRockmediumfast" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BigRockmediumnormal" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<presetInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BigRockruleofthumb" parseString="FLOOD WAVE ESTIMATE"/>
|
||||
<presetInfoBullet bulletGroup="dam" bulletText="Branched Oak Dam (Westchester County)" bulletName="BranchedOakDam" parseString="BRANCHED OAK" coords="LAT...LON 4106 7373 4097 7366 4090 7376 4102 7382"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BranchedOakhighfast" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BranchedOakhighnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BranchedOakmediumfast" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BranchedOakmediumnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<presetInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BranchedOakruleofthumb" parseString="FLOOD WAVE ESTIMATE"/>
|
||||
</presetInfoBullets> -->
|
||||
</bulletActionGroup>
|
||||
<bulletActionGroup action="COR" phen="FF" sig="W">
|
||||
<bullets>
|
||||
|
@ -235,7 +234,7 @@ Alaska end -->
|
|||
<bullet bulletName="drainages" bulletText="Automated list of drainages" parseString="THIS INCLUDES THE FOLLOWING STREAMS AND DRAINAGES"/>
|
||||
<bullet bulletName="floodMoving" bulletText="Flooding is occurring in a particular stream/river" parseString="FLOOD WATERS ARE MOVING DOWN"/>
|
||||
<bullet bulletText="****** CALLS TO ACTION (choose 1 or more) ******" bulletType="title"/>
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString="AREA SUBJECT TO FLOODING OR UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY" parseString=" DO NOT ATTEMPT TO TRAVEL UNLESS YOU ARE FLEEING AN AREA SUBJECT TO FLOODING OR ARE UNDER AN EVACUATION ORDER"/>
|
||||
<bullet bulletName="TADD_CTA" bulletText="Turn around, don't drown" parseString=""TURN AROUND","DON'T DROWN""/>
|
||||
<bullet bulletName="actQuicklyCTA" bulletText="Act Quickly" parseString="ACT QUICKLY TO PROTECT YOUR LIFE"/>
|
||||
<bullet bulletName="childSafetyCTA" bulletText="Child Safety" parseString="KEEP CHILDREN AWAY"/>
|
||||
|
@ -258,21 +257,21 @@ Alaska end -->
|
|||
<!-- The following are examples on how to include site specific dams in your template
|
||||
You can choose to do this by editing the template and listing each dam in the
|
||||
template or listing the dams in a separate file and using the include command -->
|
||||
<include file="damInfoBullet.xml"/>
|
||||
<!--<damInfoBullets>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Big Rock Dam (Fairfield County)" bulletName="BigRockDam" parseString="BIG ROCK" coords="LAT...LON 4109 7338 4116 7311 4116 7320"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BigRockhighfast" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BigRockhighnormal" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BigRockmediumfast" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BigRockmediumnormal" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BigRockruleofthumb" parseString="FLOOD WAVE ESTIMATE"/>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Branched Oak Dam (Westchester County)" bulletName="BranchedOakDam" parseString="BRANCHED OAK" coords="LAT...LON 4106 7373 4097 7366 4090 7376 4102 7382"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BranchedOakhighfast" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BranchedOakhighnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BranchedOakmediumfast" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BranchedOakmediumnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BranchedOakruleofthumb" parseString="FLOOD WAVE ESTIMATE"/>
|
||||
</damInfoBullets> -->
|
||||
<include file="presetInfoBullet.xml"/>
|
||||
<!--<presetInfoBullets>
|
||||
<presetInfoBullet bulletGroup="dam" bulletText="Big Rock Dam (Fairfield County)" bulletName="BigRockDam" parseString="BIG ROCK" coords="LAT...LON 4109 7338 4116 7311 4116 7320"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BigRockhighfast" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BigRockhighnormal" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BigRockmediumfast" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BigRockmediumnormal" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<presetInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BigRockruleofthumb" parseString="FLOOD WAVE ESTIMATE"/>
|
||||
<presetInfoBullet bulletGroup="dam" bulletText="Branched Oak Dam (Westchester County)" bulletName="BranchedOakDam" parseString="BRANCHED OAK" coords="LAT...LON 4106 7373 4097 7366 4090 7376 4102 7382"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BranchedOakhighfast" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BranchedOakhighnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BranchedOakmediumfast" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BranchedOakmediumnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<presetInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BranchedOakruleofthumb" parseString="FLOOD WAVE ESTIMATE"/>
|
||||
</presetInfoBullets> -->
|
||||
</bulletActionGroup>
|
||||
<bulletActionGroup action="EXT" phen="FF" sig="W">
|
||||
<bullets>
|
||||
|
@ -341,21 +340,21 @@ Alaska end -->
|
|||
<!-- The following are examples on how to include site specific dams in your template
|
||||
You can choose to do this by editing the template and listing each dam in the
|
||||
template or listing the dams in a separate file and using the include command -->
|
||||
<include file="damInfoBullet.xml"/>
|
||||
<!--<damInfoBullets>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Big Rock Dam (Fairfield County)" bulletName="BigRockDam" parseString="BIG ROCK" coords="LAT...LON 4109 7338 4116 7311 4116 7320"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BigRockhighfast" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BigRockhighnormal" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BigRockmediumfast" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BigRockmediumnormal" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BigRockruleofthumb" parseString="FLOOD WAVE ESTIMATE"/>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Branched Oak Dam (Westchester County)" bulletName="BranchedOakDam" parseString="BRANCHED OAK" coords="LAT...LON 4106 7373 4097 7366 4090 7376 4102 7382"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BranchedOakhighfast" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BranchedOakhighnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BranchedOakmediumfast" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BranchedOakmediumnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BranchedOakruleofthumb" parseString="FLOOD WAVE ESTIMATE"/>
|
||||
</damInfoBullets> -->
|
||||
<include file="presetInfoBullet.xml"/>
|
||||
<!--<presetInfoBullets>
|
||||
<presetInfoBullet bulletGroup="dam" bulletText="Big Rock Dam (Fairfield County)" bulletName="BigRockDam" parseString="BIG ROCK" coords="LAT...LON 4109 7338 4116 7311 4116 7320"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BigRockhighfast" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BigRockhighnormal" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BigRockmediumfast" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BigRockmediumnormal" parseString="COMPLETE FAILURE OF BIG ROCK"/>
|
||||
<presetInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BigRockruleofthumb" parseString="FLOOD WAVE ESTIMATE"/>
|
||||
<presetInfoBullet bulletGroup="dam" bulletText="Branched Oak Dam (Westchester County)" bulletName="BranchedOakDam" parseString="BRANCHED OAK" coords="LAT...LON 4106 7373 4097 7366 4090 7376 4102 7382"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BranchedOakhighfast" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BranchedOakhighnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BranchedOakmediumfast" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BranchedOakmediumnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK"/>
|
||||
<presetInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BranchedOakruleofthumb" parseString="FLOOD WAVE ESTIMATE"/>
|
||||
</presetInfoBullets> -->
|
||||
</bulletActionGroup>
|
||||
</bulletActionGroups>
|
||||
|
||||
|
@ -365,7 +364,7 @@ Alaska end -->
|
|||
<pointField>streamname</pointField>
|
||||
<filter>
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="%$warngenCWAFilter%" constraintType="LIKE" />
|
||||
<constraint constraintValue="$warngenCWAFilter" constraintType="EQUALS" />
|
||||
</mapping>
|
||||
</filter>
|
||||
<withinPolygon>true</withinPolygon>
|
||||
|
|
|
@ -23,8 +23,7 @@
|
|||
## as well as matched 10-922. Flood ##
|
||||
## severity 1,2,3,U for dam failure ONLY ##
|
||||
## DR19217 ##
|
||||
## Evan Bookbinder 9-17-2017 DR 19007 test message spacing ##
|
||||
## Mike Rega 04/20/2018 DR 20671 3rd bullet EMER mixed case fix ##
|
||||
## Evan Bookbinder - 9-17-2017 DR 19007 test message spacing ##
|
||||
###################################################################
|
||||
##
|
||||
#parse("config.vm")
|
||||
|
@ -299,7 +298,7 @@ THIS IS A TEST MESSAGE. ##
|
|||
## Flash Flood Emergency per NWS 10-922 Directive goes with third bullet #
|
||||
##########################################################################
|
||||
#if(${list.contains(${bullets}, "ffwEmergency")})
|
||||
THIS IS A FLASH FLOOD EMERGENCY FOR ${emergencyText}. SEEK HIGHER GROUND NOW!
|
||||
This is a FLASH FLOOD EMERGENCY for ${emergencyText}. SEEK HIGHER GROUND NOW!
|
||||
|
||||
#end
|
||||
#set($phenomena = "FLASH FLOOD")
|
||||
|
|
|
@ -21,9 +21,8 @@
|
|||
Added floodSeverity bullets
|
||||
Modified Mike Rega 10-27-2014 fixed EMER floodSeverity=3 error
|
||||
Mike Dangelo 10-21-2015 added SM-only option
|
||||
Bookbinder/Kurimski 02-21-2017 Uncommented all damInfoBullet.xml
|
||||
Bookbinder/Kurimski 02-21-2017 Uncommented all presetInfoBullet.xml
|
||||
include statements (DCS20237)
|
||||
Phil Kurimski 03-21-2018 Fixed FFW Emergency CTA Parse String DR 20671
|
||||
-->
|
||||
|
||||
<warngenConfig>
|
||||
|
@ -81,7 +80,7 @@
|
|||
<enableRestart>false</enableRestart>
|
||||
|
||||
<!-- Enables/disables the 'Dam Break Threat Area' button -->
|
||||
<enableDamBreakThreat>true</enableDamBreakThreat>
|
||||
<enablePresetThreat>true</enablePresetThreat>
|
||||
|
||||
<!-- Enable/disables the system to lock text based on various patterns -->
|
||||
<autoLockText>true</autoLockText>
|
||||
|
@ -168,7 +167,7 @@
|
|||
<!-- The following are examples on how to include site specific dams in your template
|
||||
You can choose to do this by editing the template and listing each dam in the
|
||||
template or listing the dams in a separate file and using the include command -->
|
||||
<!-- The bullet names may need to be edited once AWIPS 2 is fixed to include damInfoBullets coding. -->
|
||||
<!-- The bullet names may need to be edited once AWIPS 2 is fixed to include presetInfoBullets coding. -->
|
||||
<!-- Note that Dam Names NEED to be in the CAN section to produce correct headline wording in the vm file -->
|
||||
<bullet bulletText="****** DAM NAME ******"
|
||||
bulletType="title"
|
||||
|
@ -177,21 +176,21 @@
|
|||
<!-- The following are examples on how to include site specific dams in your template
|
||||
You can choose to do this by editing the template and listing each dam in the
|
||||
template or listing the dams in a separate file and using the include command -->
|
||||
<include file="damInfoBullet.xml" />
|
||||
<!-- <damInfoBullets>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Big Rock Dam (Fairfield County)" bulletName="BigRockDam" parseString="BIG ROCK" showString="BIG ROCK DAM" coords="LAT...LON 4109 7338 4116 7311 4116 7320"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BigRockhighfast" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BigRockhighnormal" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BigRockmediumfast" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BigRockmediumnormal" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BigRockruleofthumb" parseString="FLOOD WAVE ESTIMATE" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Branched Oak Dam (Westchester County)" bulletName="BranchedOakDam" parseString="BRANCHED OAK" showString="BRANCHED OAK DAM" coords="LAT...LON 4106 7373 4097 7366 4090 7376 4102 7382"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BranchedOakhighfast" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BranchedOakhighnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BranchedOakmediumfast" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BranchedOakmediumnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BranchedOakruleofthumb" parseString="FLOOD WAVE ESTIMATE" showString="BRANCHED OAK DAM"/>
|
||||
</damInfoBullets> -->
|
||||
<include file="presetInfoBullet.xml" />
|
||||
<!-- <presetInfoBullets>
|
||||
<presetInfoBullet bulletGroup="dam" bulletText="Big Rock Dam (Fairfield County)" bulletName="BigRockDam" parseString="BIG ROCK" showString="BIG ROCK DAM" coords="LAT...LON 4109 7338 4116 7311 4116 7320"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BigRockhighfast" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BigRockhighnormal" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BigRockmediumfast" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BigRockmediumnormal" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<presetInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BigRockruleofthumb" parseString="FLOOD WAVE ESTIMATE" showString="BIG ROCK DAM"/>
|
||||
<presetInfoBullet bulletGroup="dam" bulletText="Branched Oak Dam (Westchester County)" bulletName="BranchedOakDam" parseString="BRANCHED OAK" showString="BRANCHED OAK DAM" coords="LAT...LON 4106 7373 4097 7366 4090 7376 4102 7382"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BranchedOakhighfast" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BranchedOakhighnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BranchedOakmediumfast" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BranchedOakmediumnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<presetInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BranchedOakruleofthumb" parseString="FLOOD WAVE ESTIMATE" showString="BRANCHED OAK DAM"/>
|
||||
</presetInfoBullets> -->
|
||||
</bulletActionGroup>
|
||||
<bulletActionGroup action="EXP" phen="FF" sig="W">
|
||||
<bullets>
|
||||
|
@ -254,7 +253,7 @@
|
|||
<!-- The following are examples on how to include site specific dams in your template
|
||||
You can choose to do this by editing the template and listing each dam in the
|
||||
template or listing the dams in a separate file and using the include command -->
|
||||
<!-- The bullet names may need to be edited once AWIPS 2 is fixed to include damInfoBullets coding. -->
|
||||
<!-- The bullet names may need to be edited once AWIPS 2 is fixed to include presetInfoBullets coding. -->
|
||||
<!-- Note that Dam Names NEED to be in the EXP section to produce correct headline wording in the vm file -->
|
||||
<bullet bulletText="****** DAM and DAM BREAK SCENARIOS ******"
|
||||
bulletType="title"
|
||||
|
@ -263,21 +262,21 @@
|
|||
<!-- The following are examples on how to include site specific dams in your template
|
||||
You can choose to do this by editing the template and listing each dam in the
|
||||
template or listing the dams in a separate file and using the include command -->
|
||||
<include file="damInfoBullet.xml" />
|
||||
<!-- <damInfoBullets>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Big Rock Dam (Fairfield County)" bulletName="BigRockDam" parseString="BIG ROCK" showString="BIG ROCK DAM" coords="LAT...LON 4109 7338 4116 7311 4116 7320"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BigRockhighfast" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BigRockhighnormal" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BigRockmediumfast" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BigRockmediumnormal" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BigRockruleofthumb" parseString="FLOOD WAVE ESTIMATE" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Branched Oak Dam (Westchester County)" bulletName="BranchedOakDam" parseString="BRANCHED OAK" showString="BRANCHED OAK DAM" coords="LAT...LON 4106 7373 4097 7366 4090 7376 4102 7382"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BranchedOakhighfast" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BranchedOakhighnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BranchedOakmediumfast" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BranchedOakmediumnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BranchedOakruleofthumb" parseString="FLOOD WAVE ESTIMATE" showString="BRANCHED OAK DAM"/>
|
||||
</damInfoBullets> -->
|
||||
<include file="presetInfoBullet.xml" />
|
||||
<!-- <presetInfoBullets>
|
||||
<presetInfoBullet bulletGroup="dam" bulletText="Big Rock Dam (Fairfield County)" bulletName="BigRockDam" parseString="BIG ROCK" showString="BIG ROCK DAM" coords="LAT...LON 4109 7338 4116 7311 4116 7320"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BigRockhighfast" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BigRockhighnormal" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BigRockmediumfast" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BigRockmediumnormal" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<presetInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BigRockruleofthumb" parseString="FLOOD WAVE ESTIMATE" showString="BIG ROCK DAM"/>
|
||||
<presetInfoBullet bulletGroup="dam" bulletText="Branched Oak Dam (Westchester County)" bulletName="BranchedOakDam" parseString="BRANCHED OAK" showString="BRANCHED OAK DAM" coords="LAT...LON 4106 7373 4097 7366 4090 7376 4102 7382"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BranchedOakhighfast" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BranchedOakhighnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BranchedOakmediumfast" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BranchedOakmediumnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<presetInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BranchedOakruleofthumb" parseString="FLOOD WAVE ESTIMATE" showString="BRANCHED OAK DAM"/>
|
||||
</presetInfoBullets> -->
|
||||
</bulletActionGroup>
|
||||
<bulletActionGroup action="CON" phen="FF" sig="W">
|
||||
<bullets>
|
||||
|
@ -374,7 +373,7 @@
|
|||
bulletText="****** CALLS TO ACTION (choose 1 or more) ******"
|
||||
bulletType="title" />
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY"
|
||||
parseString="AREA SUBJECT TO FLOODING OR UNDER AN EVACUATION ORDER" />
|
||||
parseString=" DO NOT ATTEMPT TO TRAVEL UNLESS YOU ARE FLEEING AN AREA SUBJECT TO FLOODING OR ARE UNDER AN EVACUATION ORDER" />
|
||||
<bullet bulletName="TADD_CTA" bulletText="Turn around, don't drown"
|
||||
parseString=""TURN AROUND","DON'T DROWN"" />
|
||||
<bullet bulletName="actQuicklyCTA" bulletText="Act Quickly"
|
||||
|
@ -423,7 +422,7 @@
|
|||
<!-- The following are examples on how to include site specific dams in your template
|
||||
You can choose to do this by editing the template and listing each dam in the
|
||||
template or listing the dams in a separate file and using the include command -->
|
||||
<!-- The bullet names may need to be edited once AWIPS 2 is fixed to include damInfoBullets coding. -->
|
||||
<!-- The bullet names may need to be edited once AWIPS 2 is fixed to include presetInfoBullets coding. -->
|
||||
<bullet
|
||||
bulletText="****** DAM and DAM BREAK SCENARIOS (choose 1) ******"
|
||||
bulletType="title"
|
||||
|
@ -432,21 +431,21 @@
|
|||
<!-- The following are examples on how to include site specific dams in your template
|
||||
You can choose to do this by editing the template and listing each dam in the
|
||||
template or listing the dams in a separate file and using the include command -->
|
||||
<include file="damInfoBullet.xml" />
|
||||
<!-- <damInfoBullets>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Big Rock Dam (Fairfield County)" bulletName="BigRockDam" parseString="BIG ROCK" showString="BIG ROCK DAM" coords="LAT...LON 4109 7338 4116 7311 4116 7320"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BigRockhighfast" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BigRockhighnormal" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BigRockmediumfast" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BigRockmediumnormal" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BigRockruleofthumb" parseString="FLOOD WAVE ESTIMATE" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Branched Oak Dam (Westchester County)" bulletName="BranchedOakDam" parseString="BRANCHED OAK" showString="BRANCHED OAK DAM" coords="LAT...LON 4106 7373 4097 7366 4090 7376 4102 7382"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BranchedOakhighfast" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BranchedOakhighnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BranchedOakmediumfast" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BranchedOakmediumnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BranchedOakruleofthumb" parseString="FLOOD WAVE ESTIMATE" showString="BRANCHED OAK DAM"/>
|
||||
</damInfoBullets> -->
|
||||
<include file="presetInfoBullet.xml" />
|
||||
<!-- <presetInfoBullets>
|
||||
<presetInfoBullet bulletGroup="dam" bulletText="Big Rock Dam (Fairfield County)" bulletName="BigRockDam" parseString="BIG ROCK" showString="BIG ROCK DAM" coords="LAT...LON 4109 7338 4116 7311 4116 7320"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BigRockhighfast" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BigRockhighnormal" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BigRockmediumfast" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BigRockmediumnormal" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<presetInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BigRockruleofthumb" parseString="FLOOD WAVE ESTIMATE" showString="BIG ROCK DAM"/>
|
||||
<presetInfoBullet bulletGroup="dam" bulletText="Branched Oak Dam (Westchester County)" bulletName="BranchedOakDam" parseString="BRANCHED OAK" showString="BRANCHED OAK DAM" coords="LAT...LON 4106 7373 4097 7366 4090 7376 4102 7382"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BranchedOakhighfast" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BranchedOakhighnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BranchedOakmediumfast" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BranchedOakmediumnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<presetInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BranchedOakruleofthumb" parseString="FLOOD WAVE ESTIMATE" showString="BRANCHED OAK DAM"/>
|
||||
</presetInfoBullets> -->
|
||||
</bulletActionGroup>
|
||||
<bulletActionGroup action="COR" phen="FF" sig="W">
|
||||
<bullets>
|
||||
|
@ -546,7 +545,7 @@
|
|||
bulletText="****** CALLS TO ACTION (choose 1 or more) ******"
|
||||
bulletType="title" />
|
||||
<bullet bulletName="ffwEmergencyCTA" bulletText="FLASH FLOOD EMERGENCY"
|
||||
parseString="AREA SUBJECT TO FLOODING OR UNDER AN EVACUATION ORDER" />
|
||||
parseString=" DO NOT ATTEMPT TO TRAVEL UNLESS YOU ARE FLEEING AN AREA SUBJECT TO FLOODING OR ARE UNDER AN EVACUATION ORDER" />
|
||||
<bullet bulletName="TADD_CTA" bulletText="Turn around, don't drown"
|
||||
parseString=""TURN AROUND","DON'T DROWN"" />
|
||||
<bullet bulletName="actQuicklyCTA" bulletText="Act Quickly"
|
||||
|
@ -595,7 +594,7 @@
|
|||
<!-- The following are examples on how to include site specific dams in your template
|
||||
You can choose to do this by editing the template and listing each dam in the
|
||||
template or listing the dams in a separate file and using the include command -->
|
||||
<!-- The bullet names may need to be edited once AWIPS 2 is fixed to include damInfoBullets coding. -->
|
||||
<!-- The bullet names may need to be edited once AWIPS 2 is fixed to include presetInfoBullets coding. -->
|
||||
<bullet
|
||||
bulletText="****** DAM and DAM BREAK SCENARIOS (choose 1) ******"
|
||||
bulletType="title"
|
||||
|
@ -604,21 +603,21 @@
|
|||
<!-- The following are examples on how to include site specific dams in your template
|
||||
You can choose to do this by editing the template and listing each dam in the
|
||||
template or listing the dams in a separate file and using the include command -->
|
||||
<include file="damInfoBullet.xml" />
|
||||
<!-- <damInfoBullets>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Big Rock Dam (Fairfield County)" bulletName="BigRockDam" parseString="BIG ROCK" showString="BIG ROCK DAM" coords="LAT...LON 4109 7338 4116 7311 4116 7320"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BigRockhighfast" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BigRockhighnormal" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BigRockmediumfast" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BigRockmediumnormal" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BigRockruleofthumb" parseString="FLOOD WAVE ESTIMATE" showString="BIG ROCK DAM"/>
|
||||
<damInfoBullet bulletGroup="dam" bulletText="Branched Oak Dam (Westchester County)" bulletName="BranchedOakDam" parseString="BRANCHED OAK" showString="BRANCHED OAK DAM" coords="LAT...LON 4106 7373 4097 7366 4090 7376 4102 7382"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BranchedOakhighfast" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BranchedOakhighnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BranchedOakmediumfast" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BranchedOakmediumnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<damInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BranchedOakruleofthumb" parseString="FLOOD WAVE ESTIMATE" showString="BRANCHED OAK DAM"/>
|
||||
</damInfoBullets> -->
|
||||
<include file="presetInfoBullet.xml" />
|
||||
<!-- <presetInfoBullets>
|
||||
<presetInfoBullet bulletGroup="dam" bulletText="Big Rock Dam (Fairfield County)" bulletName="BigRockDam" parseString="BIG ROCK" showString="BIG ROCK DAM" coords="LAT...LON 4109 7338 4116 7311 4116 7320"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BigRockhighfast" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BigRockhighnormal" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BigRockmediumfast" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BigRockmediumnormal" parseString="COMPLETE FAILURE OF BIG ROCK" showString="BIG ROCK DAM"/>
|
||||
<presetInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BigRockruleofthumb" parseString="FLOOD WAVE ESTIMATE" showString="BIG ROCK DAM"/>
|
||||
<presetInfoBullet bulletGroup="dam" bulletText="Branched Oak Dam (Westchester County)" bulletName="BranchedOakDam" parseString="BRANCHED OAK" showString="BRANCHED OAK DAM" coords="LAT...LON 4106 7373 4097 7366 4090 7376 4102 7382"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - high fast" bulletName="BranchedOakhighfast" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - high normal" bulletName="BranchedOakhighnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - medium fast" bulletName="BranchedOakmediumfast" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<presetInfoBullet bulletGroup="scenario" bulletText="scenario - medium normal" bulletName="BranchedOakmediumnormal" parseString="COMPLETE FAILURE OF BRANCHED OAK" showString="BRANCHED OAK DAM"/>
|
||||
<presetInfoBullet bulletGroup="ruleofthumb" bulletText="rule of thumb" bulletName="BranchedOakruleofthumb" parseString="FLOOD WAVE ESTIMATE" showString="BRANCHED OAK DAM"/>
|
||||
</presetInfoBullets> -->
|
||||
</bulletActionGroup>
|
||||
</bulletActionGroups>
|
||||
|
||||
|
@ -630,7 +629,8 @@
|
|||
<pointField>streamname</pointField>
|
||||
<filter>
|
||||
<mapping key="cwa">
|
||||
<constraint constraintValue="%$warngenCWAFilter%" constraintType="LIKE" />
|
||||
<constraint constraintValue="$warngenCWAFilter"
|
||||
constraintType="EQUALS" />
|
||||
</mapping>
|
||||
</filter>
|
||||
<withinPolygon>true</withinPolygon>
|
||||
|
|
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/officeCityTimezone.txt
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/officeCityTimezone.txt
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/pointMarkers.vm
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/pointMarkers.vm
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/pointMarkers.xml
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/pointMarkers.xml
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/presetInfoBullet.xml
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/presetInfoBullet.xml
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/presetInfoBulletName.xml
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/presetInfoBulletName.xml
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/severeWeatherStatement.xml
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/severeWeatherStatement.xml
Executable file → Normal file
46
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/shortTermForecast.vm
Executable file → Normal file
46
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/shortTermForecast.vm
Executable file → Normal file
|
@ -10,11 +10,9 @@
|
|||
## Mike Dangelo 1/23/2014 Added blankStatement logic - default ##
|
||||
## is still near-severe storm w/list of cities ##
|
||||
## Mike Rega 5/23/14 DR 17380 svr wx watch logic OB14.3.1 ##
|
||||
## Dangelo/Bookbinder 3/23-26/2015 Mixed Case edits ##
|
||||
## Dangelo/Bookbinder 3/23-26/2015 Mixed Case edits ##
|
||||
## Evan Bookbinder 9/4/2015 Fixed line of storms grammar ##
|
||||
## Mike Dangelo 10-22-2015 checked for mixed case ##
|
||||
## Phil Kurimski 5-23-2020 Removed thunderstorms/Watches for SVR ##
|
||||
## Weather Services Product Improvement initiative DCS 22062 ##
|
||||
#############################################################################
|
||||
##
|
||||
#parse("config.vm")
|
||||
|
@ -51,9 +49,22 @@ THIS IS A TEST MESSAGE. ##
|
|||
#######################################################################
|
||||
## List of Event Types.
|
||||
#######################################################################
|
||||
#set($eventType = "a shower")
|
||||
#set($pathcastLead = "This shower will be near... ")
|
||||
#set($eventType = "a thunderstorm")
|
||||
#set($pathcastLead = "This storm will be near ")
|
||||
#set($otherLead = ${pathcastLead})
|
||||
#if(${list.contains(${bullets}, "thunderstorm")})
|
||||
#if(${stormType} == "line")
|
||||
#set($eventType = "thunderstorms")
|
||||
#set($pathcastLead = "These storms will be near... ")
|
||||
#set($otherLead = "These storms")
|
||||
#set($reportType2 = "${otherLead} were")
|
||||
#else
|
||||
#set($eventType = "a thunderstorm")
|
||||
#set($pathcastLead = "This storm will be near... ")
|
||||
#set($otherLead = "This storm")
|
||||
#set($reportType2 = "${otherLead} was")
|
||||
#end
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "rainShower")})
|
||||
#if(${stormType} == "line")
|
||||
#set($eventType = "showers")
|
||||
|
@ -110,6 +121,19 @@ THIS IS A TEST MESSAGE. ##
|
|||
#set($otherLead = "the snow")
|
||||
#set($reportType2 = "${otherLead} WAS")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "showerThunderstorm")})
|
||||
#if(${stormType} == "line")
|
||||
#set($eventType = "a line of showers and thunderstorms")
|
||||
#set($pathcastLead = "These storms will be near... ")
|
||||
#set($otherLead = "These storms")
|
||||
#set($reportType2 = "${otherLead} were")
|
||||
#else
|
||||
#set($eventType = "showers and thunderstorms")
|
||||
#set($pathcastLead = "This storm will be near... ")
|
||||
#set($otherLead = "This storm")
|
||||
#set($reportType2 = "${otherLead} was")
|
||||
#end
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "gFront")})
|
||||
#set($eventType = "a gust front")
|
||||
#set($pathcastLead = "The gust front will be near... ")
|
||||
|
@ -211,6 +235,16 @@ Locations can expect !** EXPECTED SNOW **! inches of snow.
|
|||
|
||||
#end
|
||||
|
||||
#############
|
||||
## WATCHES ##
|
||||
#############
|
||||
#if(${list.contains(${includedWatches}, "TO.A")} && ${list.contains(${bullets}, "includeTorWatches")})
|
||||
#inserttorwatches(${watches}, ${list}, ${secondtimezone}, ${dateUtil}, ${timeFormat})
|
||||
#end
|
||||
#if(${list.contains(${includedWatches}, "SV.A")} && ${list.contains(${bullets}, "includeSvrWatches")})
|
||||
#insertsvrwatches(${watches}, ${list}, ${secondtimezone}, ${dateUtil}, ${timeFormat})
|
||||
#end
|
||||
|
||||
$$
|
||||
|
||||
#parse("forecasterName.vm")
|
||||
#parse("forecasterName.vm")
|
||||
|
|
|
@ -12,8 +12,6 @@
|
|||
Phil Kurimski 09-19-2013 added geospatialConfig.xml
|
||||
Mike Rega 5/23/14 DR 17380 svr wx watch logic OB14.3.1
|
||||
Mike Dangelo 10-22-2015 checked for mixed case
|
||||
Phil Kurimski 5-23-2020 Removed thunderstorms and Watches for Severe Weather
|
||||
Services Product Improvement initiative DCS 22062
|
||||
-->
|
||||
<warngenConfig>
|
||||
|
||||
|
@ -95,13 +93,15 @@ turned on unless the corresponding .vm file is turned on in a given template's .
|
|||
<bullet bulletName="satellite" bulletText="Satellite imagery indicated" bulletGroup="basis"/>
|
||||
<bullet bulletText="" bulletType="title"/>
|
||||
<bullet bulletText=" ****EVENT TYPE SECTION****...(Choose 1) " bulletType="title"/>
|
||||
<bullet bulletName="rainShower" bulletText="Rain Showers" bulletGroup="event" bulletDefault="true"/>
|
||||
<bullet bulletName="thunderstorm" bulletText="Thunderstorms" bulletGroup="event" bulletDefault="true"/>
|
||||
<bullet bulletName="rainShower" bulletText="Rain Showers" bulletGroup="event"/>
|
||||
<bullet bulletName="snowShower" bulletText="Snow Showers" bulletGroup="event"/>
|
||||
<bullet bulletName="leadingRain" bulletText="Leading edge of Rain" bulletGroup="event"/>
|
||||
<bullet bulletName="leadingSnow" bulletText="Leading edge of Snow" bulletGroup="event"/>
|
||||
<bullet bulletName="backedgeRain" bulletText="Back edge of Rain" bulletGroup="event"/>
|
||||
<bullet bulletName="backedgeSnow" bulletText="Back edge of Snow" bulletGroup="event"/>
|
||||
<bullet bulletName="snowSquall" bulletText="Snow Squall" bulletGroup="event"/>
|
||||
<bullet bulletName="showerThunderstorm" bulletText="Showers and Thunderstorms" bulletGroup="event"/>
|
||||
<bullet bulletName="gFront" bulletText="Gust Front" bulletGroup="event"/>
|
||||
<bullet bulletName="cFront" bulletText="Cold Front" bulletGroup="event"/>
|
||||
<bullet bulletText="" bulletType="title"/>
|
||||
|
@ -113,7 +113,9 @@ turned on unless the corresponding .vm file is turned on in a given template's .
|
|||
<bullet bulletName="gustFrontPassage" bulletText="Gust front passage"/>
|
||||
<bullet bulletName="frontalPassage" bulletText="Cold frontal passage"/>
|
||||
<bullet bulletName="heavySnow" bulletText="Heavy snow/low visibility"/>
|
||||
<bullet bulletName="snowAmt" bulletText="Snowfall amounts"/>
|
||||
<bullet bulletName="snowAmt" bulletText="Snowfall amounts"/>
|
||||
<bullet bulletName="includeTorWatches" bulletText="Include Tornado Watches" parseString=""/>
|
||||
<bullet bulletName="includeSvrWatches" bulletText="Include Severe Thunderstorm Watches" parseString=""/>
|
||||
</bullets>
|
||||
</bulletActionGroup>
|
||||
<bulletActionGroup action="COR">
|
||||
|
@ -127,13 +129,15 @@ turned on unless the corresponding .vm file is turned on in a given template's .
|
|||
<bullet bulletName="satellite" bulletText="Satellite imagery indicated" bulletGroup="basis"/>
|
||||
<bullet bulletText="" bulletType="title"/>
|
||||
<bullet bulletText=" ****EVENT TYPE SECTION****...(Choose 1) " bulletType="title"/>
|
||||
<bullet bulletName="rainShower" bulletText="Rain Showers" bulletGroup="event" bulletDefault="true"/>
|
||||
<bullet bulletName="thunderstorm" bulletText="Thunderstorms" bulletGroup="event"/>
|
||||
<bullet bulletName="rainShower" bulletText="Rain Showers" bulletGroup="event"/>
|
||||
<bullet bulletName="snowShower" bulletText="Snow Showers" bulletGroup="event"/>
|
||||
<bullet bulletName="leadingRain" bulletText="Leading edge of Rain" bulletGroup="event"/>
|
||||
<bullet bulletName="leadingSnow" bulletText="Leading edge of Snow" bulletGroup="event"/>
|
||||
<bullet bulletName="backedgeRain" bulletText="Back edge of Rain" bulletGroup="event"/>
|
||||
<bullet bulletName="backedgeSnow" bulletText="Back edge of Snow" bulletGroup="event"/>
|
||||
<bullet bulletName="snowSquall" bulletText="Snow Squall" bulletGroup="event"/>
|
||||
<bullet bulletName="showerThunderstorm" bulletText="Showers and Thunderstorms" bulletGroup="event"/>
|
||||
<bullet bulletName="gFront" bulletText="Gust Front" bulletGroup="event"/>
|
||||
<bullet bulletName="cFront" bulletText="Cold Front" bulletGroup="event"/>
|
||||
<bullet bulletText="" bulletType="title"/>
|
||||
|
@ -147,8 +151,10 @@ turned on unless the corresponding .vm file is turned on in a given template's .
|
|||
<bullet bulletName="frontalPassage" bulletText="Cold frontal passage"/>
|
||||
<bullet bulletName="heavySnow" bulletText="Heavy snow/low visibility"/>
|
||||
<bullet bulletName="snowAmt" bulletText="Snowfall amounts"/>
|
||||
</bullets>
|
||||
<bullet bulletName="includeTorWatches" bulletText="Include Tornado Watches" parseString=""/>
|
||||
<bullet bulletName="includeSvrWatches" bulletText="Include Severe Thunderstorm Watches" parseString=""/>
|
||||
</bullets>
|
||||
</bulletActionGroup>
|
||||
</bulletActionGroups>
|
||||
|
||||
</warngenConfig>
|
||||
</warngenConfig>
|
||||
|
|
|
@ -3,18 +3,17 @@
|
|||
## WRITTEN BY: ##
|
||||
## TOM BIRCHARD WFO HFO/EVAN BOOKBINDER WFO PBZ ##
|
||||
## Modified by: ##
|
||||
## Phil Kurimski 9/16/2013 OB13.5.2-4 MAJOR RELEASE ##
|
||||
## Phil Kurimski 9/16/2013 OB13.5.2-4 MAJOR RELEASE ##
|
||||
## Evan Bookbinder 9/18/2013 Implemented config.vm ##
|
||||
## Mike Dangelo 6/24/2014 Made inclusion of both watches dependent on GUI ##
|
||||
## Mike Dangelo 6/24/2014 Made inclusion of both watches dependent on GUI ##
|
||||
## bullet choices ##
|
||||
## Mike Dangelo 3/26/2015 Mixed Case edits ##
|
||||
## Mike Dangelo 26 Mar 2015 Mixed Case edits ##
|
||||
## Evan Bookbinder 6/15/15 Fixed horrible grammar on line-based selections ##
|
||||
## Evan Bookbinder 9/4/15 Replaced flash flooding with localized flooding in ##
|
||||
## torrentainRain CTA so as not to imply need for FFW ##
|
||||
## Phil Kurimski 10/20/2015 Fixed line of storms wording/added campers CTA ##
|
||||
## Phil Kurimski 10/20/2015 Fixed line of storms wording/added campers CTA ##
|
||||
## Evan Bookbinder 4/29/2016 Fixed storm intensify to a CTA DR 18958 ##
|
||||
## Evan Bookbinder 1/30/2017 Stationary phrase first character capitalization DR 19186 ##
|
||||
## Phil Kurimski 03/19/2018 Changed Dime to Penny size hail to match SVR DR 20616 ##
|
||||
## Evan Bookbinder 1/30/2017 Stationary phrase first character capitalization DR 19186 ##
|
||||
######################################################################################
|
||||
##
|
||||
##SET SOME INITIAL VARIABLES
|
||||
|
@ -98,9 +97,9 @@
|
|||
#set($hailThreat = "Half inch")
|
||||
#set($hailTrail = " hail")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "pennyHail")})
|
||||
#if(${list.contains(${bullets}, "dimeHail")})
|
||||
#set($hailSize = 0.75)
|
||||
#set($hailThreat = "Penny size")
|
||||
#set($hailThreat = "Dime size")
|
||||
#set($hailTrail = " hail")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "nickelHail")})
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
Mike Dangelo 6/26/2014 added bullets for watch info inclusion (bulletDefault set to true)
|
||||
Phil Kurimski 10-20-2015 added campers CTA
|
||||
Evan Bookbinder 4-29-2016 minor fix to storm intensify CTA/parsing DR 18958
|
||||
Phil Kurimski 03-19-2018 Changed Dime to Penny size hail to match SVR, added Pea size hail DR 20616
|
||||
-->
|
||||
<warngenConfig>
|
||||
|
||||
|
@ -93,10 +92,9 @@ turned on unless the corresponding .vm file is turned on in a given template's .
|
|||
<bullet bulletName="wind40" bulletText="Strong winds 40 mph or greater" bulletGroup="windThreat" parseString="40 MPH"/>
|
||||
<bullet bulletName="wind50" bulletText="Strong winds to 50 mph" bulletGroup="windThreat" parseString="50 MPH"/>
|
||||
<bullet bulletName="wind55" bulletText="Strong winds 50 to 55 mph" bulletGroup="windThreat" parseString="55 MPH"/>
|
||||
<bullet bulletName="peaHail" bulletText="Pea size hail" bulletGroup="hailThreat" parseString="PEA SIZE HAIL"/>
|
||||
<bullet bulletName="halfHail" bulletText="Half inch hail" bulletGroup="hailThreat" parseString="HALF INCH HAIL"/>
|
||||
<bullet bulletName="pennyHail" bulletText="Penny size hail" bulletGroup="hailThreat" parseString="PENNY SIZE HAIL"/>
|
||||
<bullet bulletName="nickelHail" bulletText="Nickel size hail" bulletGroup="hailThreat" parseString="NICKEL SIZE HAIL"/>
|
||||
<bullet bulletName="dimeHail" bulletText="Dime sized hail" bulletGroup="hailThreat" parseString="DIME SIZED HAIL"/>
|
||||
<bullet bulletName="nickelHail" bulletText="Nickel sized hail" bulletGroup="hailThreat" parseString="NICKEL SIZED HAIL"/>
|
||||
<bullet bulletText="************ LOCATIONS IMPACTED **************" bulletType="title"/>
|
||||
<bullet bulletName="pathcast" bulletText="Select for pathcast" bulletGroup="pcast" parseString="WILL BE NEAR..."/>
|
||||
<bullet bulletName="listofcities" bulletDefault="true" bulletText="Select for a list of cities" bulletGroup="pcast"/>
|
||||
|
@ -127,10 +125,9 @@ turned on unless the corresponding .vm file is turned on in a given template's .
|
|||
<bullet bulletName="wind40" bulletText="Strong winds 40 mph or greater" bulletGroup="windThreat" parseString="40 MPH"/>
|
||||
<bullet bulletName="wind50" bulletText="Strong winds to 50 mph" bulletGroup="windThreat" parseString="50 MPH"/>
|
||||
<bullet bulletName="wind55" bulletText="Strong winds 50 to 55 mph" bulletGroup="windThreat" parseString="55 MPH"/>
|
||||
<bullet bulletName="peaHail" bulletText="Pea size hail" bulletGroup="hailThreat" parseString="PEA SIZE HAIL"/>
|
||||
<bullet bulletName="halfHail" bulletText="Half inch hail" bulletGroup="hailThreat" parseString="HALF INCH HAIL"/>
|
||||
<bullet bulletName="pennyHail" bulletText="Penny size hail" bulletGroup="hailThreat" parseString="PENNY SIZE HAIL"/>
|
||||
<bullet bulletName="nickelHail" bulletText="Nickel size hail" bulletGroup="hailThreat" parseString="NICKEL SIZE HAIL"/>
|
||||
<bullet bulletName="dimeHail" bulletText="Dime sized hail" bulletGroup="hailThreat" parseString="DIME SIZED HAIL"/>
|
||||
<bullet bulletName="nickelHail" bulletText="Nickel sized hail" bulletGroup="hailThreat" parseString="NICKEL SIZED HAIL"/>
|
||||
<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...""/>
|
||||
|
|
|
@ -17,9 +17,6 @@
|
|||
## Phil Kurimski 10/20/2015 Added campers CTA ##
|
||||
## Bookbinder 12/7/2016 DR 19600 Fixed freezing rain/drizzle CTA case check for inc. ##
|
||||
## Bookbinder 1/30/2017 Stationary phrase first character capitalization DR 19186 ##
|
||||
## Phil Kurimski 03/19/2018 DR 20133 Fixed Rural wording in pathcast section. ##
|
||||
## Added Cold Air Funnel and generic thunderstorm CTA ##
|
||||
## DR 20616 Changed Dime to Penny size hail to match SVR prods ##
|
||||
###################################################################################
|
||||
##
|
||||
## SET SOME INITIAL VARIABLES
|
||||
|
@ -169,9 +166,9 @@
|
|||
#set($hailThreat = "half inch")
|
||||
#set($hailTrail = " hail")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "pennyHail")})
|
||||
#if(${list.contains(${bullets}, "dimeHail")})
|
||||
#set($hailSize = 0.75)
|
||||
#set($hailThreat = "penny size")
|
||||
#set($hailThreat = "dime size")
|
||||
#set($hailTrail = " hail")
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "nickelHail")})
|
||||
|
@ -274,12 +271,11 @@ ${describeMovement} ##
|
|||
###################################################
|
||||
######## GENERATE PATHCAST OR CITIES LIST #########
|
||||
###################################################
|
||||
#set($pathcastLead = "#capitalize(${thisEvent} 'FIRSTONLY')")
|
||||
#if(${list.contains($bullets, "pathcast")})
|
||||
#if(${productClass}=="T")
|
||||
THIS IS A TEST MESSAGE. ##
|
||||
#end
|
||||
#pathCast("${pathcastLead} will be near..." ${pathcastLead} ${pathCast} ${otherPoints} ${affectedCounties} ${dateUtil} ${timeFormat} 0)
|
||||
#pathCast("#capitalize(${thisEvent} 'FIRSTONLY') will be near..." ${thisEvent} ${pathCast} ${otherPoints} ${areas} ${dateUtil} ${timeFormat} 0)
|
||||
#elseif(${list.contains($bullets, "listofcities")})
|
||||
#if(${productClass}=="T")
|
||||
THIS IS A TEST MESSAGE. ##
|
||||
|
@ -288,7 +284,7 @@ THIS IS A TEST MESSAGE. ##
|
|||
#### 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!
|
||||
#locationsList("Locations impacted include..." ${thisEvent} 0 ${cityList} ${otherPoints} ${affectedCounties} ${dateUtil} ${timeFormat} 0)
|
||||
#locationsList("Locations impacted include..." ${thisEvent} 0 ${cityList} ${otherPoints} ${areas} ${dateUtil} ${timeFormat} 0)
|
||||
|
||||
#end
|
||||
##############################################
|
||||
|
@ -317,18 +313,6 @@ Visibilities will drop quickly to less than a quarter of a mile in ${thisEvent}.
|
|||
#if(${list.contains($bullets, "zeroMile")} && ${SvsR} == "SNOW")
|
||||
Visibilities will drop quickly to near zero in ${thisEvent}.
|
||||
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "coldAirFunnel")})
|
||||
Conditions in the atmosphere are such that weak, brief funnels may form this afternoon. They usually develop beneath showers or weak thunderstorms when the air aloft is especially cold.
|
||||
|
||||
These funnels are usually harmless, but on rare occasions can briefly touch down and cause wind gusts over 50 mph. If a funnel approaches your location, move indoors.
|
||||
|
||||
Please contact the National Weather Service if you see a funnel.
|
||||
|
||||
#end
|
||||
#if(${list.contains(${bullets}, "genericCTA")})
|
||||
If outdoors, consider seeking shelter inside a building.
|
||||
|
||||
#end
|
||||
#if(${list.contains($bullets, "torrentialRainfallCTA")} && ${SvsR} == "RAIN")
|
||||
Torrential rainfall is also occurring with ${thisEvent}, and may cause localized flooding. Do not drive your vehicle through flooded roadways.
|
||||
|
|
|
@ -12,8 +12,6 @@
|
|||
Mike Dangelo 6/24/2014 removed unnecessary example bullets
|
||||
Evan Bookbinder 6/21/2015 fixed bad parse strings (thunderstorms) on two winter weather CTAs.
|
||||
Phil Kurimski 10-20-2015 added campers CTA
|
||||
Phil Kurimski 03/19/2018 Added Cold Air Funnel and generic thunderstorm CTA and
|
||||
Changed Dime to Penny size hail to match SVR prods DR 20616
|
||||
-->
|
||||
<warngenConfig>
|
||||
|
||||
|
@ -108,10 +106,10 @@ turned on unless the corresponding .vm file is turned on in a given template's .
|
|||
<bullet bulletName="wind40" bulletText="Strong winds 40 mph or greater" bulletGroup="windThreat" parseString="40 MPH"/>
|
||||
<bullet bulletName="wind50" bulletText="Strong winds to 50 mph" bulletGroup="windThreat" parseString="50 MPH"/>
|
||||
<bullet bulletName="wind55" bulletText="Strong winds 50 to 55 mph" bulletGroup="windThreat" parseString="55 MPH"/>
|
||||
<bullet bulletName="peaHail" bulletText="Pea size hail" bulletGroup="hailThreat" parseString="PEA SIZE HAIL"/>
|
||||
<bullet bulletName="peaHail" bulletText="Pea sized hail" bulletGroup="hailThreat" parseString="PEA SIZED HAIL"/>
|
||||
<bullet bulletName="halfHail" bulletText="Half inch hail" bulletGroup="hailThreat" parseString="HALF INCH HAIL"/>
|
||||
<bullet bulletName="pennyHail" bulletText="Penny size hail" bulletGroup="hailThreat" parseString="PENNY SIZE HAIL"/>
|
||||
<bullet bulletName="nickelHail" bulletText="Nickel size hail" bulletGroup="hailThreat" parseString="NICKEL SIZE HAIL"/>
|
||||
<bullet bulletName="dimeHail" bulletText="Dime sized hail" bulletGroup="hailThreat" parseString="DIME SIZED HAIL"/>
|
||||
<bullet bulletName="nickelHail" bulletText="Nickel sized hail" bulletGroup="hailThreat" parseString="NICKEL SIZED HAIL"/>
|
||||
<bullet bulletName="quarterMile" bulletText="SNOW: Visibilities M1/4SM" bulletGroup="toggle4" parseString="BELOW ONE QUARTER"/>
|
||||
<bullet bulletName="zeroMile" bulletText="SNOW: Visibilities near Zero" bulletGroup="toggle4" parseString="NEAR ZERO"/>
|
||||
<bullet bulletText="************ ADDITIONAL INFO **************" bulletType="title"/>
|
||||
|
@ -119,14 +117,12 @@ turned on unless the corresponding .vm file is turned on in a given template's .
|
|||
<bullet bulletName="listofcities" bulletDefault="true" bulletText="Select for a list of cities" bulletGroup="toggle5"/>
|
||||
<bullet bulletName="specialEvent" bulletText="Special heads-up for large event/venue" parseString="THOSE ATTENDING"/>
|
||||
<bullet bulletText="******** CALLS TO ACTION (CHOOSE 1 OR MORE) *********" bulletType="title"/>
|
||||
<bullet bulletName="genericCTA" bulletText="Generic seek shelter CTA" parseString="CONSIDER SEEKING SHELTER INSIDE A BUILDING"/>
|
||||
<bullet bulletName="stormIntensifyCTA" bulletText="Storm(s) May Intensify" parseString="STORMS MAY INTENSIFY...MONITOR TV"/>
|
||||
<bullet bulletName="lightningCTA" bulletText="Frequent Lightning" bulletGroup="toggle3" parseString="FREQUENT CLOUD TO GROUND LIGHTNING IS OCCURRING"/>
|
||||
<bullet bulletName="torrentialRainfallCTA" bulletText="Torrential rainfall" parseString="TORRENTIAL RAINFALL IS ALSO OCCURRING"/>
|
||||
<bullet bulletName="lawEnforcementCTA" bulletText="Report Svr Wx to Law Enforcement Agency" parseString="CONTACT YOUR NEAREST LAW ENFORCEMENT"/>
|
||||
<bullet bulletName="boatersCTA" bulletText="Over Lake - Boaters seek shelter" parseString="GET OUT OF THE WATER AND MOVE INDOORS"/>
|
||||
<bullet bulletName="camperCTA" bulletText="Campground - Campers seek shelter" parseString="PERSONS IN CAMPGROUNDS"/>
|
||||
<bullet bulletName="coldAirFunnel" bulletText="Cold Air Funnel wording" parseString="BRIEF FUNNELS MAY FORM"/>
|
||||
<bullet bulletName="includeTorWatches" bulletText="Include Tornado Watches" parseString=""/>
|
||||
<bullet bulletName="includeSvrWatches" bulletText="Include Severe Thunderstorm Watches" parseString=""/>
|
||||
<bullet bulletText="******** WINTER WX CALLS TO ACTION (CHOOSE 1 OR MORE) *********" bulletType="title"/>
|
||||
|
@ -160,10 +156,10 @@ turned on unless the corresponding .vm file is turned on in a given template's .
|
|||
<bullet bulletName="wind40" bulletText="Strong winds 40 mph or greater" bulletGroup="windThreat" parseString="40 MPH"/>
|
||||
<bullet bulletName="wind50" bulletText="Strong winds to 50 mph" bulletGroup="windThreat" parseString="50 MPH"/>
|
||||
<bullet bulletName="wind55" bulletText="Strong winds 50 to 55 mph" bulletGroup="windThreat" parseString="55 MPH"/>
|
||||
<bullet bulletName="peaHail" bulletText="Pea size hail" bulletGroup="hailThreat" parseString="PEA SIZE HAIL"/>
|
||||
<bullet bulletName="peaHail" bulletText="Pea sized hail" bulletGroup="hailThreat" parseString="PEA SIZED HAIL"/>
|
||||
<bullet bulletName="halfHail" bulletText="Half inch hail" bulletGroup="hailThreat" parseString="HALF INCH HAIL"/>
|
||||
<bullet bulletName="pennyHail" bulletText="Penny size hail" bulletGroup="hailThreat" parseString="PENNY SIZE HAIL"/>
|
||||
<bullet bulletName="nickelHail" bulletText="Nickel size hail" bulletGroup="hailThreat" parseString="NICKEL SIZE HAIL"/>
|
||||
<bullet bulletName="dimeHail" bulletText="Dime sized hail" bulletGroup="hailThreat" parseString="DIME SIZED HAIL"/>
|
||||
<bullet bulletName="nickelHail" bulletText="Nickel sized hail" bulletGroup="hailThreat" parseString="NICKEL SIZED HAIL"/>
|
||||
<bullet bulletName="quarterMile" bulletText="SNOW: Visibilities M1/4SM" bulletGroup="toggle4" parseString="BELOW ONE QUARTER"/>
|
||||
<bullet bulletName="zeroMile" bulletText="SNOW: Visibilities near Zero" bulletGroup="toggle4" parseString="NEAR ZERO"/>
|
||||
<bullet bulletText="************ ADDITIONAL INFO **************" bulletType="title"/>
|
||||
|
@ -173,14 +169,12 @@ turned on unless the corresponding .vm file is turned on in a given template's .
|
|||
<bullet bulletName="listofcities" bulletText="Select for a list of cities" bulletGroup="toggle5" parseString="WILL REMAIN OVER" showString="WILL REMAIN OVER"/>
|
||||
<bullet bulletName="specialEvent" bulletText="Special heads-up for large event/venue" parseString="THOSE ATTENDING"/>
|
||||
<bullet bulletText="******** CALLS TO ACTION (CHOOSE 1 OR MORE) *********" bulletType="title"/>
|
||||
<bullet bulletName="genericCTA" bulletText="Generic seek shelter CTA" parseString="CONSIDER SEEKING SHELTER INSIDE A BUILDING"/>
|
||||
<bullet bulletName="stormIntensifyCTA" bulletText="Storm(s) May Intensify" parseString="STORMS MAY INTENSIFY...MONITOR TV"/>
|
||||
<bullet bulletName="lightningCTA" bulletText="Frequent Lightning" bulletGroup="toggle3" parseString="FREQUENT CLOUD TO GROUND LIGHTNING IS OCCURRING"/>
|
||||
<bullet bulletName="torrentialRainfallCTA" bulletText="Torrential rainfall" parseString="TORRENTIAL RAINFALL IS ALSO OCCURRING"/>
|
||||
<bullet bulletName="lawEnforcementCTA" bulletText="Report Svr Wx to Law Enforcement Agency" parseString="CONTACT YOUR NEAREST LAW ENFORCEMENT"/>
|
||||
<bullet bulletName="boatersCTA" bulletText="Over Lake - Boaters seek shelter" parseString="GET OUT OF THE WATER AND MOVE INDOORS"/>
|
||||
<bullet bulletName="camperCTA" bulletText="Campground - Campers seek shelter" parseString="PERSONS IN CAMPGROUNDS"/>
|
||||
<bullet bulletName="coldAirFunnel" bulletText="Cold Air Funnel wording" parseString="BRIEF FUNNELS MAY FORM"/>
|
||||
<bullet bulletName="includeTorWatches" bulletText="Include Tornado Watches" parseString=""/>
|
||||
<bullet bulletName="includeSvrWatches" bulletText="Include Severe Thunderstorm Watches" parseString=""/>
|
||||
<bullet bulletText="******** WINTER WX CALLS TO ACTION (CHOOSE 1 OR MORE) *********" bulletType="title"/>
|
||||
|
|
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/states.txt
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/states.txt
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/stormReports.vm
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/stormReports.vm
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/stormReports.xml
Executable file → Normal file
0
edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/stormReports.xml
Executable file → Normal file
Loading…
Add table
Reference in a new issue