awips2/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/config.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

15 lines
1.3 KiB
XML

<configuration>
<warngenOfficeShort>UNLOCALIZED SITE</warngenOfficeShort>
<warngenOfficeLoc>UNLOCALIZED SITE</warngenOfficeLoc>
<backupCWAs></backupCWAs>
<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)/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>
<ny>600</ny>
<keepAspectRatio>true</keepAspectRatio>
</gridSpacing>
</configuration>