diff --git a/awips/tables.py b/awips/tables.py index 967cacc..f967086 100644 --- a/awips/tables.py +++ b/awips/tables.py @@ -131,6 +131,10 @@ vtec = { 'sig': 'W', 'color': 'green', 'hdln': 'Flood Warning'}, + 'HY.S' : {'phen': 'FL', + 'sig': 'S', + 'color': '#00ff7f', + 'hdln': 'Hydrological Statement'}, 'FL.S' : {'phen': 'FL', 'sig': 'S', 'color': '#00ff7f',