Omaha #3658 Scale arrows and use consistent units.
Change-Id: I7a627b015d2806e8456dd77e0eae679bbd370899 Former-commit-id:64b8d193f4
[formerly5d91f976af
[formerly 0f0eafd8687edc0c10ef21495175f1e68f926577]] Former-commit-id:5d91f976af
Former-commit-id:faea9e0ddc
This commit is contained in:
parent
121f1068ca
commit
bc889a1b6b
8 changed files with 46 additions and 11 deletions
|
@ -0,0 +1,10 @@
|
|||
# Product Discipline 10: Oceanographic products, Parameter Category 1: Currents
|
||||
0:0:Current direction:Degree true:DIRC
|
||||
1:1:Current speed:m/s:SPC
|
||||
# The HFR models are sending data in cm/s which does not match the standard grib2
|
||||
# units. The reason for this change for center 9 subcenter 0.
|
||||
2:2:u-component of current:cm/s:UOGRD
|
||||
3:3:v-component of current:cm/s:VOGRD
|
||||
# 4-191 Reserved
|
||||
#192-254 Reserved for local use
|
||||
255:255:Missing
|
|
@ -20,7 +20,7 @@
|
|||
-->
|
||||
<DerivedParameter abbreviation="BARO" name="Barometric Velocity Vectors" unit="m/s">
|
||||
<Method name="Vector">
|
||||
<Field abbreviation="UBARO"/>
|
||||
<Field abbreviation="VBARO"/>
|
||||
<Field abbreviation="UBARO" unit="m/sec"/>
|
||||
<Field abbreviation="VBARO" unit="m/sec"/>
|
||||
</Method>
|
||||
</DerivedParameter>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
-->
|
||||
<DerivedParameter abbreviation="OGRD" name="Current Vectors" unit="m/s">
|
||||
<Method name="Vector">
|
||||
<Field abbreviation="UOGRD"/>
|
||||
<Field abbreviation="VOGRD"/>
|
||||
<Field abbreviation="UOGRD" unit="m/sec"/>
|
||||
<Field abbreviation="VOGRD" unit="m/sec"/>
|
||||
</Method>
|
||||
</DerivedParameter>
|
||||
|
|
|
@ -20,11 +20,11 @@
|
|||
-->
|
||||
<DerivedParameter abbreviation="SPBARO" name="Barotropic Velocity" unit="m/s">
|
||||
<Method name="Magnitude">
|
||||
<Field abbreviation="UBARO"/>
|
||||
<Field abbreviation="VOGRD"/>
|
||||
<Field abbreviation="UBARO" unit="m/sec"/>
|
||||
<Field abbreviation="VOGRD" unit="m/sec"/>
|
||||
</Method>
|
||||
<Method name="Magnitude">
|
||||
<Field abbreviation="BARO"/>
|
||||
<Field abbreviation="BARO" unit="m/sec"/>
|
||||
</Method>
|
||||
</DerivedParameter>
|
||||
|
||||
|
|
|
@ -20,10 +20,10 @@
|
|||
-->
|
||||
<DerivedParameter abbreviation="SPC" name="Current Speed" unit="m/s">
|
||||
<Method name="Magnitude">
|
||||
<Field abbreviation="UOGRD"/>
|
||||
<Field abbreviation="VOGRD"/>
|
||||
<Field abbreviation="UOGRD" unit="m/sec"/>
|
||||
<Field abbreviation="VOGRD" unit="m/sec"/>
|
||||
</Method>
|
||||
<Method name="Magnitude">
|
||||
<Field abbreviation="OGRD"/>
|
||||
<Field abbreviation="OGRD" unit="m/sec"/>
|
||||
</Method>
|
||||
</DerivedParameter>
|
||||
|
|
|
@ -138,7 +138,8 @@
|
|||
<parameter>BARO</parameter>
|
||||
</paramLevelMatches>
|
||||
<arrowStyle>
|
||||
<displayUnits>m/min</displayUnits>
|
||||
<displayUnits>cm/sec</displayUnits>
|
||||
<scale>0.20</scale>
|
||||
</arrowStyle>
|
||||
</styleRule>
|
||||
</styleRuleset>
|
||||
|
|
|
@ -4229,4 +4229,16 @@ in | .03937 | 0 | 4 | | |..|8000F0FF| | 16 | \
|
|||
</contourStyle>
|
||||
</styleRule>
|
||||
|
||||
<styleRule>
|
||||
<paramLevelMatches>
|
||||
<parameter>SPC</parameter>
|
||||
<parameter>OGRD</parameter>
|
||||
<parameter>BARO</parameter>
|
||||
<parameter>SPBARO</parameter>
|
||||
</paramLevelMatches>
|
||||
<contourStyle>
|
||||
<displayUnits>cm/sec</displayUnits>
|
||||
</contourStyle>
|
||||
</styleRule>
|
||||
|
||||
</styleRuleset>
|
|
@ -5514,4 +5514,16 @@
|
|||
</dataMapping>
|
||||
</imageStyle>
|
||||
</styleRule>
|
||||
<styleRule>
|
||||
|
||||
<paramLevelMatches>
|
||||
<parameter>SPC</parameter>
|
||||
<parameter>OGRD</parameter>
|
||||
<parameter>BARO</parameter>
|
||||
<parameter>SPBARO</parameter>
|
||||
</paramLevelMatches>
|
||||
<imageStyle>
|
||||
<displayUnits>cm/sec</displayUnits>
|
||||
</imageStyle>
|
||||
</styleRule>
|
||||
</styleRuleset>
|
||||
|
|
Loading…
Add table
Reference in a new issue