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';
This commit is contained in:
ucar-tmeyer 2023-10-17 13:55:58 +00:00
parent 2b209b3400
commit 540a08ada9
3 changed files with 10 additions and 10 deletions

View file

@ -40,7 +40,7 @@
<parameter> <parameter>
<name>Absolute Vorticity</name> <name>Absolute Vorticity</name>
<abbreviation>AV</abbreviation> <abbreviation>AV</abbreviation>
<unit>1/s</unit> <unit>/s</unit>
</parameter> </parameter>
<parameter> <parameter>
<name>Categorical Rain</name> <name>Categorical Rain</name>
@ -1152,12 +1152,12 @@
<parameter> <parameter>
<name>Vertical u-component shear</name> <name>Vertical u-component shear</name>
<abbreviation>VUCSH</abbreviation> <abbreviation>VUCSH</abbreviation>
<unit>1/s</unit> <unit>/s</unit>
</parameter> </parameter>
<parameter> <parameter>
<name>Vertical v-component shear</name> <name>Vertical v-component shear</name>
<abbreviation>VVCSH</abbreviation> <abbreviation>VVCSH</abbreviation>
<unit>1/s</unit> <unit>/s</unit>
</parameter> </parameter>
<parameter> <parameter>
<name>Haines Index</name> <name>Haines Index</name>
@ -1217,7 +1217,7 @@
<parameter> <parameter>
<name>Vertical Shear Speed</name> <name>Vertical Shear Speed</name>
<abbreviation>VSS</abbreviation> <abbreviation>VSS</abbreviation>
<unit>1/s</unit> <unit>/s</unit>
</parameter> </parameter>
<parameter> <parameter>
<name>Cloud Mixing Ratio</name> <name>Cloud Mixing Ratio</name>

View file

@ -826,7 +826,7 @@ m/s| 1.0 | 0.0 | 4 | | |..|8000F0FF| | 0 | 5
<parameter>geoVort</parameter> <parameter>geoVort</parameter>
</paramLevelMatches> </paramLevelMatches>
<contourStyle> <contourStyle>
<displayUnits label="/1e5s">/100000</displayUnits> <displayUnits label="/1e5s">/s*1.0E5</displayUnits>
<contourLabeling labelSpacing="4" minMaxLabelFormat="#" <contourLabeling labelSpacing="4" minMaxLabelFormat="#"
minLabel="N" maxLabel="X"> minLabel="N" maxLabel="X">
<increment>2</increment> <increment>2</increment>
@ -846,7 +846,7 @@ m/s| 1.0 | 0.0 | 4 | | |..|8000F0FF| | 0 | 5
<parameter>RV</parameter> <parameter>RV</parameter>
</paramLevelMatches> </paramLevelMatches>
<contourStyle> <contourStyle>
<displayUnits label="/1e5s">/100000</displayUnits> <displayUnits label="/1e5s">/s*1.0E5</displayUnits>
<smoothingDistance>100</smoothingDistance> <smoothingDistance>100</smoothingDistance>
<contourLabeling labelSpacing="4" minMaxLabelFormat="#" <contourLabeling labelSpacing="4" minMaxLabelFormat="#"
minLabel="N" maxLabel="X"> minLabel="N" maxLabel="X">
@ -2842,7 +2842,7 @@ C | 1 | 0 | 4 | | |..|8000F0FF|,,,80 | 0 | 2
<parameter>AV</parameter> <parameter>AV</parameter>
</paramLevelMatches> </paramLevelMatches>
<contourStyle> <contourStyle>
<displayUnits label="/1e5s">/100000</displayUnits> <displayUnits label="/1e5s">/s*1.0E5</displayUnits>
<smoothingDistance>80</smoothingDistance> <smoothingDistance>80</smoothingDistance>
<contourLabeling labelSpacing="4" minMaxLabelFormat="#" <contourLabeling labelSpacing="4" minMaxLabelFormat="#"
minLabel="N" maxLabel="X"> minLabel="N" maxLabel="X">
@ -4238,7 +4238,7 @@ in | .03937 | 0 | 4 | | |..|8000F0FF| | 16 | \
<parameter>geoVort</parameter> <parameter>geoVort</parameter>
</paramLevelMatches> </paramLevelMatches>
<contourStyle> <contourStyle>
<displayUnits label="/1e5s">/100000</displayUnits> <displayUnits label="/1e5s">/s*1.0E5</displayUnits>
<smoothingDistance>100</smoothingDistance> <smoothingDistance>100</smoothingDistance>
<contourLabeling labelSpacing="4"> <contourLabeling labelSpacing="4">
<increment>8</increment> <increment>8</increment>

View file

@ -1462,7 +1462,7 @@
<parameter>geoVort</parameter> <parameter>geoVort</parameter>
</paramLevelMatches> </paramLevelMatches>
<imageStyle> <imageStyle>
<displayUnits label="/1e5s">/100000</displayUnits> <displayUnits label="/1e5s">/s*1.0E5</displayUnits>
<range scale="LINEAR"> <range scale="LINEAR">
<minValue>-5</minValue> <minValue>-5</minValue>
<maxValue>30</maxValue> <maxValue>30</maxValue>
@ -5014,7 +5014,7 @@
<parameter>geoVort</parameter> <parameter>geoVort</parameter>
</paramLevelMatches> </paramLevelMatches>
<imageStyle> <imageStyle>
<displayUnits label="/1e5s">/100000</displayUnits> <displayUnits label="/1e5s">/s*1.0E5</displayUnits>
<range mirror="true" scale="LOG"> <range mirror="true" scale="LOG">
<minValue>5</minValue> <minValue>5</minValue>
<maxValue>300</maxValue> <maxValue>300</maxValue>