Updated the units for Absolute Vorticity in parameters.xml from 1/s to /s.
The previous check-in of this file, the units were updated to 1/s which was causing issues in CAVE displaying. For the native pressure heights (000, 850, 700, 500, 250 mb) the units were wrong and it wasn't displaying any data, but the interpolated heights were showing up correct. I also noticed this when running python-awips and getting the "unit" of AV as "count" instead of /s. On systems where this is already installed, I had to manually update the parameter database table: update parameter set unit = '/s' where abbreviation like 'AV';
This commit is contained in:
parent
39cf9e3bec
commit
5b378bc388
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
<parameter>
|
||||
<name>Absolute Vorticity</name>
|
||||
<abbreviation>AV</abbreviation>
|
||||
<unit>1/s</unit>
|
||||
<unit>/s</unit>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<name>Categorical Rain</name>
|
||||
|
|
Loading…
Add table
Reference in a new issue