ASM #18446 - Fix image display for some winter params (Tdend,CritT,SnowT)

Change-Id: I113e455941f66297aced808a183011447925e779

Former-commit-id: 7cb9c32a79158d9a098b1ddaca91f98f7ffc468b
This commit is contained in:
Melissa Porricel 2016-03-10 16:13:58 -05:00
parent 58ed713298
commit 67f37154e6

View file

@ -5587,4 +5587,52 @@
<displayUnits>kts</displayUnits>
</imageStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>Tdend</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>C</displayUnits>
<range scale="LINEAR">
<minValue>-21</minValue>
<maxValue>-12</maxValue>
</range>
<defaultColormap>NPP/VIIRS/ZA (Vis Default)</defaultColormap>
<colorbarLabeling>
<increment>1</increment>
</colorbarLabeling>
</imageStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>SnowT</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>C</displayUnits>
<range scale="LINEAR">
<minValue>-18</minValue>
<maxValue>0</maxValue>
</range>
<defaultColormap>Grid/gridded data</defaultColormap>
<colorbarLabeling>
<values>-18 -15 -12 -5 0</values>
</colorbarLabeling>
</imageStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>CritT1</parameter>
</paramLevelMatches>
<imageStyle>
<displayUnits>C</displayUnits>
<range scale="LINEAR">
<minValue>-15</minValue>
<maxValue>-4</maxValue>
</range>
<defaultColormap>NPP/VIIRS/IR BrightTemps</defaultColormap>
<colorbarLabeling>
<increment>1</increment>
</colorbarLabeling>
</imageStyle>
</styleRule>
</styleRuleset>