Change-Id: Ieafa23f3cbc9e8810a1477caa85a42223fd1c157 Former-commit-id: 6941ac08c5bafb9c0cc7cec382a4339d740adff0
This commit is contained in:
parent
0f2e031c70
commit
cf6bcd2d8f
1 changed files with 4 additions and 2 deletions
6
edexOsgi/com.raytheon.uf.edex.activetable/utility/common_static/base/vtec/VTECTable.py
Executable file → Normal file
6
edexOsgi/com.raytheon.uf.edex.activetable/utility/common_static/base/vtec/VTECTable.py
Executable file → Normal file
|
@ -335,9 +335,9 @@ VTECTable = {
|
|||
upgradeHazardsDict = {
|
||||
'WC.W': ['WC.A', 'WC.Y'],
|
||||
'WC.Y': ['WC.A'],
|
||||
'BZ.W': ['ZR.Y', 'LE.Y', 'WW.Y',
|
||||
'BZ.W': ['WS.W', 'LE.W', 'WW.Y','ZR.Y', 'LE.Y', 'WW.Y',
|
||||
'BZ.A', 'WS.A', 'LE.A'],
|
||||
'IS.W': ['ZR.Y', 'LE.Y', 'WW.Y',
|
||||
'IS.W': ['WS.W', 'LE.W', 'ZR.Y', 'LE.Y', 'WW.Y',
|
||||
'BZ.A', 'WS.A', 'LE.A'],
|
||||
'LE.W': ['ZR.Y', 'LE.Y', 'WW.Y',
|
||||
'BZ.A', 'WS.A', 'LE.A'],
|
||||
|
@ -410,6 +410,8 @@ downgradeHazardsDict = {
|
|||
'LE.Y': ['BZ.W', 'LE.W', 'IS.W', 'WS.W'],
|
||||
'WW.Y': ['BZ.W', 'LE.W', 'IS.W', 'WS.W'],
|
||||
'WC.Y': ['WC.W'],
|
||||
'WS.W': ['BZ.W', 'IS.W'],
|
||||
'LE.W': ['BZ.W', 'IS.W'],
|
||||
'DU.Y': ['DS.W', 'HW.W'],
|
||||
'LW.Y': ['DS.W', 'HW.W', 'WI.Y'],
|
||||
'WI.Y': ['DS.W', 'HW.W'],
|
||||
|
|
Loading…
Add table
Reference in a new issue