awips2/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/dupCounties.vm
Ana Rivera 93b89ee2c3 VLab Issue #12688 - DR18179 WarnGen: Template Corrections for the hydro CTA, mixed case and other issues; fixes #12688
Change-Id: Ifc130391dc3ec8f1ddd15e49e11332ebe2e5726e

Former-commit-id: dd3cf2d8135473e4dc1daa8731411d2c4e2e4c41
2015-10-30 12:08:43 +00:00

12 lines
788 B
Text
Executable 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"])