Couple more Grid/Model updates

*gridImageryStyleRules.xml
	-Added back in styleRules for HRRR Smoke products

*grib/postProcessModels/precipitationAccumulation.xml
	-Added “GFS.*” to model name

*grib/postProcessModels/postProcessedModels.xml
    <!-- Post processor definition for the GFS20 model -->
    <postProcessedModel id="GFS20">
        <modelName>GFS229|GFS215|GFS217|GFS20-.*|GFS.*</modelName>
        <processorName>PrecipAccumPostProcessor</processorName>
    </postProcessedModel>
This commit is contained in:
ucar-tmeyer 2022-12-30 15:43:35 +00:00
parent 44a459043c
commit 177584db78
3 changed files with 76 additions and 2 deletions

View file

@ -130,7 +130,12 @@
<!-- Post processor definition for the GFS20 model --> <!-- Post processor definition for the GFS20 model -->
<postProcessedModel id="GFS20"> <postProcessedModel id="GFS20">
<modelName>GFS229|GFS215|GFS217|GFS20-.*</modelName> <modelName>GFS229|GFS215|GFS217|GFS20-.*|GFS.*</modelName>
<processorName>PrecipAccumPostProcessor</processorName>
</postProcessedModel>
<!-- Post processor definition for the GFS20 model -->
<postProcessedModel id="GFS1p0">
<modelName>GFS229|GFS215|GFS217|GFS20-.*|GFS.*</modelName>
<processorName>PrecipAccumPostProcessor</processorName> <processorName>PrecipAccumPostProcessor</processorName>
</postProcessedModel> </postProcessedModel>

View file

@ -40,7 +40,7 @@
</accumulation> </accumulation>
<accumulation> <accumulation>
<model>GFS229|GFS215|GFS217|GFS20-.*</model> <model>GFS229|GFS215|GFS217|GFS20-.*|GFS.*</model>
<create forecastPeriodHours="3" accumulationParam="TP3hr" minuendParam="TP-GFS" subtrahendParam="TP-GFS" /> <create forecastPeriodHours="3" accumulationParam="TP3hr" minuendParam="TP-GFS" subtrahendParam="TP-GFS" />
<create forecastPeriodHours="6" accumulationParam="TP6hr" minuendParam="TP-GFS" subtrahendParam="TP-GFS" /> <create forecastPeriodHours="6" accumulationParam="TP6hr" minuendParam="TP-GFS" subtrahendParam="TP-GFS" />
<create forecastPeriodHours="3" accumulationParam="CP3hr" minuendParam="CP-GFS" subtrahendParam="CP-GFS" /> <create forecastPeriodHours="3" accumulationParam="CP3hr" minuendParam="CP-GFS" subtrahendParam="CP-GFS" />

View file

@ -63,6 +63,75 @@
</imageStyle> </imageStyle>
</styleRule> </styleRule>
<!-- HRRR Smoke Changes -->
<styleRule>
<paramLevelMatches>
<parameter>FRPMean</parameter>
</paramLevelMatches>
<imageStyle>
<interpolate>false</interpolate>
<displayUnits>MW</displayUnits>
<range scale="LINEAR">
<minValue>0</minValue>
<maxValue>250</maxValue>
</range>
<defaultColormap>HRRRSmoke_FRPMean</defaultColormap>
<colorbarLabeling>
<values>0 10 25 50 100 250</values>
</colorbarLabeling>
</imageStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>NEARSFCSMOKE</parameter>
</paramLevelMatches>
<imageStyle>
<interpolate>true</interpolate>
<displayUnits>kg/m^3</displayUnits>
<range scale="LINEAR">
<minValue>0</minValue>
<maxValue>300</maxValue>
</range>
<defaultColormap>HRRRSmoke_NearSfcSmoke</defaultColormap>
<colorbarLabeling>
<values>0 1 2 4 6 8 12 16 20 25 30 40 60 100 200</values>
</colorbarLabeling>
</imageStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>VERTINTSMOKE</parameter>
</paramLevelMatches>
<imageStyle>
<interpolate>true</interpolate>
<displayUnits>mg/m^2</displayUnits>
<range scale="Linear">
<minValue>0</minValue>
<maxValue>1000</maxValue>
</range>
<defaultColormap>HRRRSmoke_VertIntSmoke</defaultColormap>
<colorbarLabeling>
<values>0 2 5 8 11 15 20 25 30 40 50 75 150 250 500 </values>
</colorbarLabeling>
</imageStyle>
</styleRule>
<styleRule>
<paramLevelMatches>
<parameter>AEROSOLOPTICALDEPTH</parameter>
</paramLevelMatches>
<imageStyle>
<interpolate>true</interpolate>
<displayUnits label=" ">*1/100</displayUnits>
<range scale="Linear">
<minValue>0</minValue>
<maxValue>100</maxValue>
</range>
<defaultColormap>GOES-R/GOESR-L2/VTRSB</defaultColormap>
<colorbarLabeling>
<values>0 10 20 30 40 50 60 70 80 90 100</values>
</colorbarLabeling>
</imageStyle>
</styleRule>
<!-- HRRR --> <!-- HRRR -->
<styleRule> <styleRule>
<paramLevelMatches> <paramLevelMatches>