Commit graph

2 commits

Author SHA1 Message Date
ucar-tmeyer
540a08ada9 Fix Vorticity (AV) unit issue
This is in reference to this DR: https://vlab.noaa.gov/awips-redmine/issues/2003073

If you already have a running EDEX and need to make this change, manually update the parameters.xml and then update the database table:

update parameter set unit='/s' where unit like '1/s';
2023-10-17 13:55:58 +00:00
ucar-tmeyer
9b876b5319 Initial commit 2022-05-05 12:34:50 -05:00