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

17 lines
1.1 KiB
Text

###########################################################################
## 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. ##
###########################################################################
### IF YOU HAVE DUPLICATE COUNTY NAMES IN YOUR CWA
### (e.g. LINN KANSAS AND LINN MISSOURI) INCLUDE FIPS/ZONE CODES BELOW.
### FIPS CODES ARE IN A XXYYY NUMERIC FORMAT WHERE XX = STATE FIPS AND YYY = COUNTY FIPS
### ZONE CODES ARE IN A XXYYY STRING FORMAT WHERE XX = STATE ABBREVIATION AND YYY = ZONE CODE
### For example: For Linn County Kansas and Linn County Missouri, we would have 4 entires:
### the FIPS/Zone pair for Linn Kansas and the FIPS/Zone pair for Linn Missouri
### #set ($dupcounties = ["29115","MO024","20107","KS060"])
### IF YOU DO NOT HAVE DUPLICATE COUNTY NAMES USE THE FOLLOWING SYNTAX:
### Null example: #set ($dupcounties = [""])
### #set ($dupcounties = [""])
### SET LWX FREDERICK CO VA, FREDERICK CO MD
#set ($dupcounties = ["51069","VA028","24021","MD004"])