ASM #622 Total Precipitable Water (TPW) satellite field should be displayed in inches
Change-Id: Ia7aba807682f559f11522491f7d64280eef9eac0 Former-commit-id:991f4c22c8
[formerly897ca1de81
[formerly8216ea6b6b
] [formerly991f4c22c8
[formerly 039ccf8cf811b9e4f868138da8074df3ea4a862a]]] Former-commit-id:897ca1de81
[formerly8216ea6b6b
] Former-commit-id:897ca1de81
Former-commit-id:79845d8507
This commit is contained in:
parent
d62c867c61
commit
bcc8130e31
2 changed files with 11 additions and 10 deletions
|
@ -32,6 +32,7 @@ import java.util.HashMap;
|
|||
* ------------ ---------- ----------- --------------------------
|
||||
* 02/26/09 jsanchez Initial Creation.
|
||||
* 03/16/09 800 jsanchez Updated legend.
|
||||
* 12/16/14 15196 kshrestha Converted Millimeters to Inches for Total Precip Water
|
||||
*
|
||||
* </pre>
|
||||
*/
|
||||
|
@ -71,7 +72,7 @@ public class SatelliteConstants {
|
|||
|
||||
private static final String SOUNDER_BASED_DERIVED_LI_LEGEND = "GOES Sounder DPI Lifted Index ( C )";
|
||||
|
||||
private static final String SOUNDER_BASED_DERIVED_PW_LEGEND = "Total Precip Water (mm)";
|
||||
private static final String SOUNDER_BASED_DERIVED_PW_LEGEND = "Total Precip Water (in)";
|
||||
|
||||
private static final String SOUNDER_BASED_DERIVED_SFC_SKIN_LEGEND = "GOES Sounder DPI Skin Temperature ( C )";
|
||||
|
||||
|
|
|
@ -166,18 +166,18 @@
|
|||
<creatingEntity>Composite</creatingEntity>
|
||||
</paramLevelMatches>
|
||||
<imageStyle>
|
||||
<displayUnits>mm</displayUnits>
|
||||
<displayUnits>in</displayUnits>
|
||||
<range scale="LINEAR">
|
||||
<minValue>0</minValue>
|
||||
<maxValue>85.425</maxValue>
|
||||
<maxValue>3.36</maxValue>
|
||||
</range>
|
||||
<samplePrefs>
|
||||
<minValue>-0.3</minValue>
|
||||
<maxValue>67</maxValue>
|
||||
<minValue>-0.01</minValue>
|
||||
<maxValue>2.64</maxValue>
|
||||
</samplePrefs>
|
||||
<defaultColormap>Sat/Precip Water/Precip Water Default</defaultColormap>
|
||||
<colorbarLabeling>
|
||||
<values>10 20 30 40 50 67</values>
|
||||
<values>0.4 0.8 1.2 1.6 2.0 2.6</values>
|
||||
</colorbarLabeling>
|
||||
</imageStyle>
|
||||
</styleRule>
|
||||
|
@ -289,14 +289,14 @@
|
|||
<creatingEntity>Miscellaneous</creatingEntity>
|
||||
</paramLevelMatches>
|
||||
<imageStyle>
|
||||
<displayUnits>mm</displayUnits>
|
||||
<displayUnits>in</displayUnits>
|
||||
<range scale="LINEAR">
|
||||
<minValue>-176</minValue>
|
||||
<maxValue>76</maxValue>
|
||||
<minValue>-7</minValue>
|
||||
<maxValue>3</maxValue>
|
||||
</range>
|
||||
<defaultColormap>Sat/Precip Water/Blended Total Precip Water</defaultColormap>
|
||||
<colorbarLabeling>
|
||||
<values>0 25 50 75</values>
|
||||
<values>0 1 2 3</values>
|
||||
</colorbarLabeling>
|
||||
<!-- dataMapping>
|
||||
<entry pixelValue="0" label="NO DATA" />
|
||||
|
|
Loading…
Add table
Reference in a new issue