update all damInfo* to presetInfo*

This commit is contained in:
mjames-upc 2018-07-26 09:58:05 -06:00
parent 0f6258bc46
commit ae8e5c6f68
11 changed files with 256 additions and 256 deletions

View file

@ -83,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
@ -104,12 +104,12 @@ 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"/>
<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 AIRPORT AT BOTTOM AND THEN CLICK" bulletType="title"/>
<bullet bulletText="DAM THREAT AREA BUTTON IN WARNGEN" bulletType="title"/>
@ -125,12 +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"/>
<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"/>

View file

@ -65,7 +65,7 @@ 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,

View 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. -->

View 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. -->

View file

@ -6,19 +6,19 @@
<!-- 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>
<presetInfoBullets>
<presetInfoBullet 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"/>
<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 (Buchanan County)" bulletName="BranchedOakDam" parseString="BRANCHED OAK" showString="BRANCHED OAK DAM" coords="LAT...LON 3971 9467 3957 9466 3955 9475 3970 9476"/>
<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>
-->
<!-- End of example. Begin your site specific information here. -->

View file

@ -6,18 +6,18 @@
<!-- 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>
<presetInfoBullets>
<presetInfoBullet 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"/>
<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 (Buchanan County)" bulletName="BranchedOakDam" parseString="BRANCHED OAK" showString="BRANCHED OAK DAM" coords="LAT...LON 3971 9467 3957 9466 3955 9475 3970 9476"/>
<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>
-->

View file

@ -76,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>
@ -172,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>
@ -257,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>
@ -340,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>

View file

@ -21,7 +21,7 @@
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)
-->
@ -80,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>
@ -167,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"
@ -176,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>
@ -253,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"
@ -262,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>
@ -422,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"
@ -431,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>
@ -594,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"
@ -603,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>

View file

@ -26,7 +26,7 @@
<enableRestart>true</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>
@ -89,16 +89,16 @@
<bullet bulletName="reportCTA" bulletText="Report flooding to local law enforcement" parseString="HAVE THE NEAREST LAW ENFORCEMENT AGENCY RELAY YOUR REPORT"/>
<bullet bulletText="****** DAM and DAM BREAK SCENARIOS (choose 1) ******" bulletType="title"/>
</bullets>
<damInfoBullets>
<damInfoBullet bulletName="branchedOakDam" bulletText="Branched Oak dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4096 9686 4094 9680 4089 9679 4089 9681 4087 9681 4086 9679 4081 9678 4082 9674 4077 9672 4082 9671 4084 9668 4085 9670 4084 9676 4093 9676 4100 9679 4096 9679 4098 9685"/>
<damInfoBullet bulletName="branchedOakDam - scen1" bulletText=" Branched Oak high fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="branchedOakDam - scen2" bulletText=" Branched Oak medium fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam" bulletText="Pawnee dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4081 9679 4081 9676 4081 9674 4084 9670 4084 9669 4081 9672 4080 9671 4077 9671 4077 9673 4079 9674 4079 9680 4082 9685 4081 9687 4082 9687 4083 9688 4085 9685"/>
<damInfoBullet bulletName="pawneeDam - scen1" bulletText=" Pawnee Dam high fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen2" bulletText=" Pawnee Dam high normal" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen3" bulletText=" Pawnee Dam medium fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen4" bulletText=" Pawnee Dam medium normal" bulletGroup="scenario"/>
</damInfoBullets>
<presetInfoBullets>
<presetInfoBullet bulletName="branchedOakDam" bulletText="Branched Oak dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4096 9686 4094 9680 4089 9679 4089 9681 4087 9681 4086 9679 4081 9678 4082 9674 4077 9672 4082 9671 4084 9668 4085 9670 4084 9676 4093 9676 4100 9679 4096 9679 4098 9685"/>
<presetInfoBullet bulletName="branchedOakDam - scen1" bulletText=" Branched Oak high fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="branchedOakDam - scen2" bulletText=" Branched Oak medium fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam" bulletText="Pawnee dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4081 9679 4081 9676 4081 9674 4084 9670 4084 9669 4081 9672 4080 9671 4077 9671 4077 9673 4079 9674 4079 9680 4082 9685 4081 9687 4082 9687 4083 9688 4085 9685"/>
<presetInfoBullet bulletName="pawneeDam - scen1" bulletText=" Pawnee Dam high fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam - scen2" bulletText=" Pawnee Dam high normal" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam - scen3" bulletText=" Pawnee Dam medium fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam - scen4" bulletText=" Pawnee Dam medium normal" bulletGroup="scenario"/>
</presetInfoBullets>
</bulletActionGroup>
<bulletActionGroup action="COR" phen="FA" sig="W">
<bullets>
@ -138,16 +138,16 @@
<bullet bulletName="reportCTA" bulletText="Report flooding to local law enforcement" parseString="HAVE THE NEAREST LAW ENFORCEMENT AGENCY RELAY YOUR REPORT"/>
<bullet bulletText="****** DAM and DAM BREAK SCENARIOS (choose 1) ******" bulletType="title"/>
</bullets>
<damInfoBullets>
<damInfoBullet bulletName="branchedOakDam" bulletText="Branched Oak dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4096 9686 4094 9680 4089 9679 4089 9681 4087 9681 4086 9679 4081 9678 4082 9674 4077 9672 4082 9671 4084 9668 4085 9670 4084 9676 4093 9676 4100 9679 4096 9679 4098 9685"/>
<damInfoBullet bulletName="branchedOakDam - scen1" bulletText=" Branched Oak high fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="branchedOakDam - scen2" bulletText=" Branched Oak medium fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam" bulletText="Pawnee dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4081 9679 4081 9676 4081 9674 4084 9670 4084 9669 4081 9672 4080 9671 4077 9671 4077 9673 4079 9674 4079 9680 4082 9685 4081 9687 4082 9687 4083 9688 4085 9685"/>
<damInfoBullet bulletName="pawneeDam - scen1" bulletText=" Pawnee Dam high fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen2" bulletText=" Pawnee Dam high normal" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen3" bulletText=" Pawnee Dam medium fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen4" bulletText=" Pawnee Dam medium normal" bulletGroup="scenario"/>
</damInfoBullets>
<presetInfoBullets>
<presetInfoBullet bulletName="branchedOakDam" bulletText="Branched Oak dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4096 9686 4094 9680 4089 9679 4089 9681 4087 9681 4086 9679 4081 9678 4082 9674 4077 9672 4082 9671 4084 9668 4085 9670 4084 9676 4093 9676 4100 9679 4096 9679 4098 9685"/>
<presetInfoBullet bulletName="branchedOakDam - scen1" bulletText=" Branched Oak high fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="branchedOakDam - scen2" bulletText=" Branched Oak medium fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam" bulletText="Pawnee dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4081 9679 4081 9676 4081 9674 4084 9670 4084 9669 4081 9672 4080 9671 4077 9671 4077 9673 4079 9674 4079 9680 4082 9685 4081 9687 4082 9687 4083 9688 4085 9685"/>
<presetInfoBullet bulletName="pawneeDam - scen1" bulletText=" Pawnee Dam high fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam - scen2" bulletText=" Pawnee Dam high normal" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam - scen3" bulletText=" Pawnee Dam medium fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam - scen4" bulletText=" Pawnee Dam medium normal" bulletGroup="scenario"/>
</presetInfoBullets>
</bulletActionGroup>
<bulletActionGroup action="EXT" phen="FA" sig="W">
<bullets>
@ -187,16 +187,16 @@
<bullet bulletName="reportCTA" bulletText="Report flooding to local law enforcement" parseString="HAVE THE NEAREST LAW ENFORCEMENT AGENCY RELAY YOUR REPORT"/>
<bullet bulletText="****** DAM and DAM BREAK SCENARIOS (choose 1) ******" bulletType="title"/>
</bullets>
<damInfoBullets>
<damInfoBullet bulletName="branchedOakDam" bulletText="Branched Oak dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4096 9686 4094 9680 4089 9679 4089 9681 4087 9681 4086 9679 4081 9678 4082 9674 4077 9672 4082 9671 4084 9668 4085 9670 4084 9676 4093 9676 4100 9679 4096 9679 4098 9685"/>
<damInfoBullet bulletName="branchedOakDam - scen1" bulletText=" Branched Oak high fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="branchedOakDam - scen2" bulletText=" Branched Oak medium fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam" bulletText="Pawnee dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4081 9679 4081 9676 4081 9674 4084 9670 4084 9669 4081 9672 4080 9671 4077 9671 4077 9673 4079 9674 4079 9680 4082 9685 4081 9687 4082 9687 4083 9688 4085 9685"/>
<damInfoBullet bulletName="pawneeDam - scen1" bulletText=" Pawnee Dam high fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen2" bulletText=" Pawnee Dam high normal" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen3" bulletText=" Pawnee Dam medium fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen4" bulletText=" Pawnee Dam medium normal" bulletGroup="scenario"/>
</damInfoBullets>
<presetInfoBullets>
<presetInfoBullet bulletName="branchedOakDam" bulletText="Branched Oak dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4096 9686 4094 9680 4089 9679 4089 9681 4087 9681 4086 9679 4081 9678 4082 9674 4077 9672 4082 9671 4084 9668 4085 9670 4084 9676 4093 9676 4100 9679 4096 9679 4098 9685"/>
<presetInfoBullet bulletName="branchedOakDam - scen1" bulletText=" Branched Oak high fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="branchedOakDam - scen2" bulletText=" Branched Oak medium fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam" bulletText="Pawnee dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4081 9679 4081 9676 4081 9674 4084 9670 4084 9669 4081 9672 4080 9671 4077 9671 4077 9673 4079 9674 4079 9680 4082 9685 4081 9687 4082 9687 4083 9688 4085 9685"/>
<presetInfoBullet bulletName="pawneeDam - scen1" bulletText=" Pawnee Dam high fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam - scen2" bulletText=" Pawnee Dam high normal" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam - scen3" bulletText=" Pawnee Dam medium fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam - scen4" bulletText=" Pawnee Dam medium normal" bulletGroup="scenario"/>
</presetInfoBullets>
</bulletActionGroup>
</bulletActionGroups>

View file

@ -26,7 +26,7 @@
<enableRestart>true</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>
@ -89,16 +89,16 @@
<bullet bulletName="reportCTA" bulletText="Report flooding to local law enforcement" parseString="HAVE THE NEAREST LAW ENFORCEMENT AGENCY RELAY YOUR REPORT"/>
<bullet bulletText="****** DAM and DAM BREAK SCENARIOS (choose 1) ******" bulletType="title"/>
</bullets>
<damInfoBullets>
<damInfoBullet bulletName="branchedOakDam" bulletText="Branched Oak dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4096 9686 4094 9680 4089 9679 4089 9681 4087 9681 4086 9679 4081 9678 4082 9674 4077 9672 4082 9671 4084 9668 4085 9670 4084 9676 4093 9676 4100 9679 4096 9679 4098 9685"/>
<damInfoBullet bulletName="branchedOakDam - scen1" bulletText=" Branched Oak high fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="branchedOakDam - scen2" bulletText=" Branched Oak medium fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam" bulletText="Pawnee dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4081 9679 4081 9676 4081 9674 4084 9670 4084 9669 4081 9672 4080 9671 4077 9671 4077 9673 4079 9674 4079 9680 4082 9685 4081 9687 4082 9687 4083 9688 4085 9685"/>
<damInfoBullet bulletName="pawneeDam - scen1" bulletText=" Pawnee Dam high fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen2" bulletText=" Pawnee Dam high normal" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen3" bulletText=" Pawnee Dam medium fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen4" bulletText=" Pawnee Dam medium normal" bulletGroup="scenario"/>
</damInfoBullets>
<presetInfoBullets>
<presetInfoBullet bulletName="branchedOakDam" bulletText="Branched Oak dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4096 9686 4094 9680 4089 9679 4089 9681 4087 9681 4086 9679 4081 9678 4082 9674 4077 9672 4082 9671 4084 9668 4085 9670 4084 9676 4093 9676 4100 9679 4096 9679 4098 9685"/>
<presetInfoBullet bulletName="branchedOakDam - scen1" bulletText=" Branched Oak high fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="branchedOakDam - scen2" bulletText=" Branched Oak medium fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam" bulletText="Pawnee dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4081 9679 4081 9676 4081 9674 4084 9670 4084 9669 4081 9672 4080 9671 4077 9671 4077 9673 4079 9674 4079 9680 4082 9685 4081 9687 4082 9687 4083 9688 4085 9685"/>
<presetInfoBullet bulletName="pawneeDam - scen1" bulletText=" Pawnee Dam high fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam - scen2" bulletText=" Pawnee Dam high normal" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam - scen3" bulletText=" Pawnee Dam medium fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam - scen4" bulletText=" Pawnee Dam medium normal" bulletGroup="scenario"/>
</presetInfoBullets>
</bulletActionGroup>
<bulletActionGroup action="COR" phen="FA" sig="W">
<bullets>
@ -138,16 +138,16 @@
<bullet bulletName="reportCTA" bulletText="Report flooding to local law enforcement" parseString="HAVE THE NEAREST LAW ENFORCEMENT AGENCY RELAY YOUR REPORT"/>
<bullet bulletText="****** DAM and DAM BREAK SCENARIOS (choose 1) ******" bulletType="title"/>
</bullets>
<damInfoBullets>
<damInfoBullet bulletName="branchedOakDam" bulletText="Branched Oak dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4096 9686 4094 9680 4089 9679 4089 9681 4087 9681 4086 9679 4081 9678 4082 9674 4077 9672 4082 9671 4084 9668 4085 9670 4084 9676 4093 9676 4100 9679 4096 9679 4098 9685"/>
<damInfoBullet bulletName="branchedOakDam - scen1" bulletText=" Branched Oak high fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="branchedOakDam - scen2" bulletText=" Branched Oak medium fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam" bulletText="Pawnee dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4081 9679 4081 9676 4081 9674 4084 9670 4084 9669 4081 9672 4080 9671 4077 9671 4077 9673 4079 9674 4079 9680 4082 9685 4081 9687 4082 9687 4083 9688 4085 9685"/>
<damInfoBullet bulletName="pawneeDam - scen1" bulletText=" Pawnee Dam high fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen2" bulletText=" Pawnee Dam high normal" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen3" bulletText=" Pawnee Dam medium fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen4" bulletText=" Pawnee Dam medium normal" bulletGroup="scenario"/>
</damInfoBullets>
<presetInfoBullets>
<presetInfoBullet bulletName="branchedOakDam" bulletText="Branched Oak dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4096 9686 4094 9680 4089 9679 4089 9681 4087 9681 4086 9679 4081 9678 4082 9674 4077 9672 4082 9671 4084 9668 4085 9670 4084 9676 4093 9676 4100 9679 4096 9679 4098 9685"/>
<presetInfoBullet bulletName="branchedOakDam - scen1" bulletText=" Branched Oak high fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="branchedOakDam - scen2" bulletText=" Branched Oak medium fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam" bulletText="Pawnee dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4081 9679 4081 9676 4081 9674 4084 9670 4084 9669 4081 9672 4080 9671 4077 9671 4077 9673 4079 9674 4079 9680 4082 9685 4081 9687 4082 9687 4083 9688 4085 9685"/>
<presetInfoBullet bulletName="pawneeDam - scen1" bulletText=" Pawnee Dam high fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam - scen2" bulletText=" Pawnee Dam high normal" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam - scen3" bulletText=" Pawnee Dam medium fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam - scen4" bulletText=" Pawnee Dam medium normal" bulletGroup="scenario"/>
</presetInfoBullets>
</bulletActionGroup>
<bulletActionGroup action="EXT" phen="FA" sig="W">
<bullets>
@ -187,16 +187,16 @@
<bullet bulletName="reportCTA" bulletText="Report flooding to local law enforcement" parseString="HAVE THE NEAREST LAW ENFORCEMENT AGENCY RELAY YOUR REPORT"/>
<bullet bulletText="****** DAM and DAM BREAK SCENARIOS (choose 1) ******" bulletType="title"/>
</bullets>
<damInfoBullets>
<damInfoBullet bulletName="branchedOakDam" bulletText="Branched Oak dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4096 9686 4094 9680 4089 9679 4089 9681 4087 9681 4086 9679 4081 9678 4082 9674 4077 9672 4082 9671 4084 9668 4085 9670 4084 9676 4093 9676 4100 9679 4096 9679 4098 9685"/>
<damInfoBullet bulletName="branchedOakDam - scen1" bulletText=" Branched Oak high fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="branchedOakDam - scen2" bulletText=" Branched Oak medium fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam" bulletText="Pawnee dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4081 9679 4081 9676 4081 9674 4084 9670 4084 9669 4081 9672 4080 9671 4077 9671 4077 9673 4079 9674 4079 9680 4082 9685 4081 9687 4082 9687 4083 9688 4085 9685"/>
<damInfoBullet bulletName="pawneeDam - scen1" bulletText=" Pawnee Dam high fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen2" bulletText=" Pawnee Dam high normal" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen3" bulletText=" Pawnee Dam medium fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen4" bulletText=" Pawnee Dam medium normal" bulletGroup="scenario"/>
</damInfoBullets>
<presetInfoBullets>
<presetInfoBullet bulletName="branchedOakDam" bulletText="Branched Oak dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4096 9686 4094 9680 4089 9679 4089 9681 4087 9681 4086 9679 4081 9678 4082 9674 4077 9672 4082 9671 4084 9668 4085 9670 4084 9676 4093 9676 4100 9679 4096 9679 4098 9685"/>
<presetInfoBullet bulletName="branchedOakDam - scen1" bulletText=" Branched Oak high fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="branchedOakDam - scen2" bulletText=" Branched Oak medium fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam" bulletText="Pawnee dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4081 9679 4081 9676 4081 9674 4084 9670 4084 9669 4081 9672 4080 9671 4077 9671 4077 9673 4079 9674 4079 9680 4082 9685 4081 9687 4082 9687 4083 9688 4085 9685"/>
<presetInfoBullet bulletName="pawneeDam - scen1" bulletText=" Pawnee Dam high fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam - scen2" bulletText=" Pawnee Dam high normal" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam - scen3" bulletText=" Pawnee Dam medium fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam - scen4" bulletText=" Pawnee Dam medium normal" bulletGroup="scenario"/>
</presetInfoBullets>
</bulletActionGroup>
</bulletActionGroups>

View file

@ -26,7 +26,7 @@
<enableRestart>true</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>
@ -89,16 +89,16 @@
<bullet bulletName="reportCTA" bulletText="Report flooding to local law enforcement" parseString="HAVE THE NEAREST LAW ENFORCEMENT AGENCY RELAY YOUR REPORT"/>
<bullet bulletText="****** DAM and DAM BREAK SCENARIOS (choose 1) ******" bulletType="title"/>
</bullets>
<damInfoBullets>
<damInfoBullet bulletName="branchedOakDam" bulletText="Branched Oak dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4096 9686 4094 9680 4089 9679 4089 9681 4087 9681 4086 9679 4081 9678 4082 9674 4077 9672 4082 9671 4084 9668 4085 9670 4084 9676 4093 9676 4100 9679 4096 9679 4098 9685"/>
<damInfoBullet bulletName="branchedOakDam - scen1" bulletText=" Branched Oak high fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="branchedOakDam - scen2" bulletText=" Branched Oak medium fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam" bulletText="Pawnee dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4081 9679 4081 9676 4081 9674 4084 9670 4084 9669 4081 9672 4080 9671 4077 9671 4077 9673 4079 9674 4079 9680 4082 9685 4081 9687 4082 9687 4083 9688 4085 9685"/>
<damInfoBullet bulletName="pawneeDam - scen1" bulletText=" Pawnee Dam high fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen2" bulletText=" Pawnee Dam high normal" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen3" bulletText=" Pawnee Dam medium fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen4" bulletText=" Pawnee Dam medium normal" bulletGroup="scenario"/>
</damInfoBullets>
<presetInfoBullets>
<presetInfoBullet bulletName="branchedOakDam" bulletText="Branched Oak dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4096 9686 4094 9680 4089 9679 4089 9681 4087 9681 4086 9679 4081 9678 4082 9674 4077 9672 4082 9671 4084 9668 4085 9670 4084 9676 4093 9676 4100 9679 4096 9679 4098 9685"/>
<presetInfoBullet bulletName="branchedOakDam - scen1" bulletText=" Branched Oak high fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="branchedOakDam - scen2" bulletText=" Branched Oak medium fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam" bulletText="Pawnee dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4081 9679 4081 9676 4081 9674 4084 9670 4084 9669 4081 9672 4080 9671 4077 9671 4077 9673 4079 9674 4079 9680 4082 9685 4081 9687 4082 9687 4083 9688 4085 9685"/>
<presetInfoBullet bulletName="pawneeDam - scen1" bulletText=" Pawnee Dam high fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam - scen2" bulletText=" Pawnee Dam high normal" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam - scen3" bulletText=" Pawnee Dam medium fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam - scen4" bulletText=" Pawnee Dam medium normal" bulletGroup="scenario"/>
</presetInfoBullets>
</bulletActionGroup>
<bulletActionGroup action="COR" phen="FA" sig="W">
<bullets>
@ -138,16 +138,16 @@
<bullet bulletName="reportCTA" bulletText="Report flooding to local law enforcement" parseString="HAVE THE NEAREST LAW ENFORCEMENT AGENCY RELAY YOUR REPORT"/>
<bullet bulletText="****** DAM and DAM BREAK SCENARIOS (choose 1) ******" bulletType="title"/>
</bullets>
<damInfoBullets>
<damInfoBullet bulletName="branchedOakDam" bulletText="Branched Oak dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4096 9686 4094 9680 4089 9679 4089 9681 4087 9681 4086 9679 4081 9678 4082 9674 4077 9672 4082 9671 4084 9668 4085 9670 4084 9676 4093 9676 4100 9679 4096 9679 4098 9685"/>
<damInfoBullet bulletName="branchedOakDam - scen1" bulletText=" Branched Oak high fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="branchedOakDam - scen2" bulletText=" Branched Oak medium fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam" bulletText="Pawnee dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4081 9679 4081 9676 4081 9674 4084 9670 4084 9669 4081 9672 4080 9671 4077 9671 4077 9673 4079 9674 4079 9680 4082 9685 4081 9687 4082 9687 4083 9688 4085 9685"/>
<damInfoBullet bulletName="pawneeDam - scen1" bulletText=" Pawnee Dam high fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen2" bulletText=" Pawnee Dam high normal" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen3" bulletText=" Pawnee Dam medium fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen4" bulletText=" Pawnee Dam medium normal" bulletGroup="scenario"/>
</damInfoBullets>
<presetInfoBullets>
<presetInfoBullet bulletName="branchedOakDam" bulletText="Branched Oak dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4096 9686 4094 9680 4089 9679 4089 9681 4087 9681 4086 9679 4081 9678 4082 9674 4077 9672 4082 9671 4084 9668 4085 9670 4084 9676 4093 9676 4100 9679 4096 9679 4098 9685"/>
<presetInfoBullet bulletName="branchedOakDam - scen1" bulletText=" Branched Oak high fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="branchedOakDam - scen2" bulletText=" Branched Oak medium fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam" bulletText="Pawnee dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4081 9679 4081 9676 4081 9674 4084 9670 4084 9669 4081 9672 4080 9671 4077 9671 4077 9673 4079 9674 4079 9680 4082 9685 4081 9687 4082 9687 4083 9688 4085 9685"/>
<presetInfoBullet bulletName="pawneeDam - scen1" bulletText=" Pawnee Dam high fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam - scen2" bulletText=" Pawnee Dam high normal" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam - scen3" bulletText=" Pawnee Dam medium fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam - scen4" bulletText=" Pawnee Dam medium normal" bulletGroup="scenario"/>
</presetInfoBullets>
</bulletActionGroup>
<bulletActionGroup action="EXT" phen="FA" sig="W">
<bullets>
@ -187,16 +187,16 @@
<bullet bulletName="reportCTA" bulletText="Report flooding to local law enforcement" parseString="HAVE THE NEAREST LAW ENFORCEMENT AGENCY RELAY YOUR REPORT"/>
<bullet bulletText="****** DAM and DAM BREAK SCENARIOS (choose 1) ******" bulletType="title"/>
</bullets>
<damInfoBullets>
<damInfoBullet bulletName="branchedOakDam" bulletText="Branched Oak dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4096 9686 4094 9680 4089 9679 4089 9681 4087 9681 4086 9679 4081 9678 4082 9674 4077 9672 4082 9671 4084 9668 4085 9670 4084 9676 4093 9676 4100 9679 4096 9679 4098 9685"/>
<damInfoBullet bulletName="branchedOakDam - scen1" bulletText=" Branched Oak high fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="branchedOakDam - scen2" bulletText=" Branched Oak medium fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam" bulletText="Pawnee dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4081 9679 4081 9676 4081 9674 4084 9670 4084 9669 4081 9672 4080 9671 4077 9671 4077 9673 4079 9674 4079 9680 4082 9685 4081 9687 4082 9687 4083 9688 4085 9685"/>
<damInfoBullet bulletName="pawneeDam - scen1" bulletText=" Pawnee Dam high fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen2" bulletText=" Pawnee Dam high normal" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen3" bulletText=" Pawnee Dam medium fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen4" bulletText=" Pawnee Dam medium normal" bulletGroup="scenario"/>
</damInfoBullets>
<presetInfoBullets>
<presetInfoBullet bulletName="branchedOakDam" bulletText="Branched Oak dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4096 9686 4094 9680 4089 9679 4089 9681 4087 9681 4086 9679 4081 9678 4082 9674 4077 9672 4082 9671 4084 9668 4085 9670 4084 9676 4093 9676 4100 9679 4096 9679 4098 9685"/>
<presetInfoBullet bulletName="branchedOakDam - scen1" bulletText=" Branched Oak high fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="branchedOakDam - scen2" bulletText=" Branched Oak medium fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam" bulletText="Pawnee dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4081 9679 4081 9676 4081 9674 4084 9670 4084 9669 4081 9672 4080 9671 4077 9671 4077 9673 4079 9674 4079 9680 4082 9685 4081 9687 4082 9687 4083 9688 4085 9685"/>
<presetInfoBullet bulletName="pawneeDam - scen1" bulletText=" Pawnee Dam high fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam - scen2" bulletText=" Pawnee Dam high normal" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam - scen3" bulletText=" Pawnee Dam medium fast" bulletGroup="scenario"/>
<presetInfoBullet bulletName="pawneeDam - scen4" bulletText=" Pawnee Dam medium normal" bulletGroup="scenario"/>
</presetInfoBullets>
</bulletActionGroup>
</bulletActionGroups>