Merge pull request #596 from tiffanycmeyer13/unidata_20.3.2
Fix Vorticity (AV) unit issue
This commit is contained in:
commit
48162cbb7b
3 changed files with 10 additions and 10 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>
|
||||
|
@ -1152,12 +1152,12 @@
|
|||
<parameter>
|
||||
<name>Vertical u-component shear</name>
|
||||
<abbreviation>VUCSH</abbreviation>
|
||||
<unit>1/s</unit>
|
||||
<unit>/s</unit>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<name>Vertical v-component shear</name>
|
||||
<abbreviation>VVCSH</abbreviation>
|
||||
<unit>1/s</unit>
|
||||
<unit>/s</unit>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<name>Haines Index</name>
|
||||
|
@ -1217,7 +1217,7 @@
|
|||
<parameter>
|
||||
<name>Vertical Shear Speed</name>
|
||||
<abbreviation>VSS</abbreviation>
|
||||
<unit>1/s</unit>
|
||||
<unit>/s</unit>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<name>Cloud Mixing Ratio</name>
|
||||
|
|
|
@ -826,7 +826,7 @@ m/s| 1.0 | 0.0 | 4 | | |..|8000F0FF| | 0 | 5
|
|||
<parameter>geoVort</parameter>
|
||||
</paramLevelMatches>
|
||||
<contourStyle>
|
||||
<displayUnits label="/1e5s">/100000</displayUnits>
|
||||
<displayUnits label="/1e5s">/s*1.0E5</displayUnits>
|
||||
<contourLabeling labelSpacing="4" minMaxLabelFormat="#"
|
||||
minLabel="N" maxLabel="X">
|
||||
<increment>2</increment>
|
||||
|
@ -846,7 +846,7 @@ m/s| 1.0 | 0.0 | 4 | | |..|8000F0FF| | 0 | 5
|
|||
<parameter>RV</parameter>
|
||||
</paramLevelMatches>
|
||||
<contourStyle>
|
||||
<displayUnits label="/1e5s">/100000</displayUnits>
|
||||
<displayUnits label="/1e5s">/s*1.0E5</displayUnits>
|
||||
<smoothingDistance>100</smoothingDistance>
|
||||
<contourLabeling labelSpacing="4" minMaxLabelFormat="#"
|
||||
minLabel="N" maxLabel="X">
|
||||
|
@ -2842,7 +2842,7 @@ C | 1 | 0 | 4 | | |..|8000F0FF|,,,80 | 0 | 2
|
|||
<parameter>AV</parameter>
|
||||
</paramLevelMatches>
|
||||
<contourStyle>
|
||||
<displayUnits label="/1e5s">/100000</displayUnits>
|
||||
<displayUnits label="/1e5s">/s*1.0E5</displayUnits>
|
||||
<smoothingDistance>80</smoothingDistance>
|
||||
<contourLabeling labelSpacing="4" minMaxLabelFormat="#"
|
||||
minLabel="N" maxLabel="X">
|
||||
|
@ -4238,7 +4238,7 @@ in | .03937 | 0 | 4 | | |..|8000F0FF| | 16 | \
|
|||
<parameter>geoVort</parameter>
|
||||
</paramLevelMatches>
|
||||
<contourStyle>
|
||||
<displayUnits label="/1e5s">/100000</displayUnits>
|
||||
<displayUnits label="/1e5s">/s*1.0E5</displayUnits>
|
||||
<smoothingDistance>100</smoothingDistance>
|
||||
<contourLabeling labelSpacing="4">
|
||||
<increment>8</increment>
|
||||
|
|
|
@ -1462,7 +1462,7 @@
|
|||
<parameter>geoVort</parameter>
|
||||
</paramLevelMatches>
|
||||
<imageStyle>
|
||||
<displayUnits label="/1e5s">/100000</displayUnits>
|
||||
<displayUnits label="/1e5s">/s*1.0E5</displayUnits>
|
||||
<range scale="LINEAR">
|
||||
<minValue>-5</minValue>
|
||||
<maxValue>30</maxValue>
|
||||
|
@ -5014,7 +5014,7 @@
|
|||
<parameter>geoVort</parameter>
|
||||
</paramLevelMatches>
|
||||
<imageStyle>
|
||||
<displayUnits label="/1e5s">/100000</displayUnits>
|
||||
<displayUnits label="/1e5s">/s*1.0E5</displayUnits>
|
||||
<range mirror="true" scale="LOG">
|
||||
<minValue>5</minValue>
|
||||
<maxValue>300</maxValue>
|
||||
|
|
Loading…
Add table
Reference in a new issue