awips2/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/marineZoneWording.xml
Tiffany Meyer 8f3c4ab181 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.
2021-06-14 16:00:26 -04:00

31 lines
No EOL
1.5 KiB
XML

<!--
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.
-->
<!--
This file defines grouping and replacement text for marine zones in the watch
wording of the template.
For each entry, the "match" attribute defines a regular expression that is
used to match marine zone UGCs. The "replace" attribute defines the text to
pass to the template. If the replacement text is empty, the marine zone
will not be used. If the "replace" attribute is not present, the marine
zone's original name is used.
Marine zone UGCs are matched against entries in their given order; the first
match is used. The order of the entries also determines the order of the
values passed to the template.
10/28/15 Mike Rega - mixed case changes
-->
<zoneWordingConfig>
<entry match="^LEZ.*" replace="the adjacent waters of Lake Erie" />
<entry match="^LHZ.*" replace="the adjacent waters of Lake Huron" />
<entry match="^LMZ.*" replace="the adjacent waters of Lake Michigan" />
<entry match="^LOZ.*" replace="the adjacent waters of Lake Ontario" />
<entry match="^LSZ.*" replace="the adjacent waters of Lake Superior" />
<entry match="^LCZ.*" replace="the adjacent waters of Lake Saint Claire" />
<entry match="^SLZ.*" replace="" /> <!-- Saint Lawrence River -->
<entry match="^.*" replace="the adjacent coastal waters" />
</zoneWordingConfig>