awips2/edexOsgi/com.raytheon.uf.common.parameter
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
..
META-INF Initial commit 2022-05-05 12:34:50 -05:00
src/com/raytheon/uf/common/parameter Initial commit 2022-05-05 12:34:50 -05:00
utility/common_static/base/parameter Fix Vorticity (AV) unit issue 2023-10-17 13:55:58 +00:00
.classpath Initial commit 2022-05-05 12:34:50 -05:00
.project Initial commit 2022-05-05 12:34:50 -05:00
build.properties Initial commit 2022-05-05 12:34:50 -05:00
com.raytheon.uf.common.parameter.ecl Initial commit 2022-05-05 12:34:50 -05:00