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.
15 lines
1.3 KiB
XML
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>
|