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