From 716de34408a0c562ead0eb30bce3116b562ac493 Mon Sep 17 00:00:00 2001 From: Tiffany Meyer Date: Mon, 12 Jul 2021 11:53:15 -0400 Subject: [PATCH] Added in new HRRR Smoke Products -Added HRRR-Smoke domain to the gribModels_NCEP-7.xml -Added new HRRR-Smoke products to the grib tables 4.2.0.4.table 4.2.0.20.table -Added new entry in ldmd.conf and pqact.conf to request and store data -New LDM script to process the HRRR Smoke products (changeHrrrSmokeProcessId.sh) -Added new menu entry in the models menu for the new products -Added new styleRules for the new products -Added new bundle files for the new products -Added new colormaps for the new products --- .../base/grib/models/gribModels_NCEP-7.xml | 10 + .../base/grib/tables/7/0/4.2.0.20.table | 7 + .../base/grib/tables/7/0/4.2.0.4.table | 2 +- .../base/colormaps/HRRRSmoke_FRPMean.cmap | 1003 +++++++++++++++++ .../colormaps/HRRRSmoke_NearSfcSmoke.cmap | 603 ++++++++++ .../colormaps/HRRRSmoke_VertIntSmoke.cmap | 1003 +++++++++++++++++ .../base/grid/dataset/alias/d2d-title.xml | 1 + .../base/bundles/grid/hrrrSmokeDisplay.xml | 53 + .../base/menus/grid/hrrrSmokeProducts.xml | 30 + .../common_static/base/menus/grid/index.xml | 7 + .../base/purge/gridPurgeRules.xml | 4 +- .../base/styleRules/gridImageryStyleRules.xml | 69 ++ .../decoders/changeHrrrSmokeProcessId.sh | 40 + .../Installer.ldm/patch/etc/ldmd.conf | 2 +- .../Installer.ldm/patch/etc/pqact.conf | 14 + 15 files changed, 2844 insertions(+), 4 deletions(-) create mode 100644 edexOsgi/com.raytheon.edex.plugin.grib/utility/common_static/base/grib/tables/7/0/4.2.0.20.table create mode 100755 edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/HRRRSmoke_FRPMean.cmap create mode 100755 edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/HRRRSmoke_NearSfcSmoke.cmap create mode 100755 edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/HRRRSmoke_VertIntSmoke.cmap create mode 100644 edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/hrrrSmokeDisplay.xml create mode 100644 edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/hrrrSmokeProducts.xml create mode 100755 rpms/awips2.upc/Installer.ldm/patch/decoders/changeHrrrSmokeProcessId.sh diff --git a/edexOsgi/com.raytheon.edex.plugin.grib/utility/common_static/base/grib/models/gribModels_NCEP-7.xml b/edexOsgi/com.raytheon.edex.plugin.grib/utility/common_static/base/grib/models/gribModels_NCEP-7.xml index b8ef2a5d1a..368f906fe5 100644 --- a/edexOsgi/com.raytheon.edex.plugin.grib/utility/common_static/base/grib/models/gribModels_NCEP-7.xml +++ b/edexOsgi/com.raytheon.edex.plugin.grib/utility/common_static/base/grib/models/gribModels_NCEP-7.xml @@ -357,6 +357,16 @@ + + HRRR-Smoke +
7
+ 0 + 17991059001 + + 254 + +
+ NAM5
7
diff --git a/edexOsgi/com.raytheon.edex.plugin.grib/utility/common_static/base/grib/tables/7/0/4.2.0.20.table b/edexOsgi/com.raytheon.edex.plugin.grib/utility/common_static/base/grib/tables/7/0/4.2.0.20.table new file mode 100644 index 0000000000..5ca20433be --- /dev/null +++ b/edexOsgi/com.raytheon.edex.plugin.grib/utility/common_static/base/grib/tables/7/0/4.2.0.20.table @@ -0,0 +1,7 @@ +# Product Discipline 0: Meteorological products, Parameter Category 5: Atmospheric Chemical Constituents +#192-254 Reserved for local use +0:0:Near-Surface Smoke:g*10^-6*m^-3:NEARSFCSMOKE +1:1:Vertically-Integrated Smoke:kg*m^-2:VERTINTSMOKE +#192-254 Reserved for local use +102:102:Aerosol Optical Depth::AEROSOLOPTICALDEPTH +255:255:Missing diff --git a/edexOsgi/com.raytheon.edex.plugin.grib/utility/common_static/base/grib/tables/7/0/4.2.0.4.table b/edexOsgi/com.raytheon.edex.plugin.grib/utility/common_static/base/grib/tables/7/0/4.2.0.4.table index 741a656a44..ac81da01db 100644 --- a/edexOsgi/com.raytheon.edex.plugin.grib/utility/common_static/base/grib/tables/7/0/4.2.0.4.table +++ b/edexOsgi/com.raytheon.edex.plugin.grib/utility/common_static/base/grib/tables/7/0/4.2.0.4.table @@ -7,7 +7,7 @@ 196:196:Clear sky downward solar flux:W/m^2:CSDSF 197:197:Solar Radiative Heating Rate:K/s:SWHR 198:198:Clear Sky Upward Solar Flux:W/m^2:CSUSF -199:199:Cloud Forcing Net Solar Flux:W/m^2:CFNSF +199:199:Fire Radiative Power:MW:FRPMean 200:200:Visible Beam Downward Solar Flux:W/m^2:VBDSF 201:201:Visible Diffuse Downward Solar Flux:W/m^2:VDDSF 202:202:Near IR Beam Downward Solar Flux:W/m^2:NBDSF diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/HRRRSmoke_FRPMean.cmap b/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/HRRRSmoke_FRPMean.cmap new file mode 100755 index 0000000000..1b59f8b3dd --- /dev/null +++ b/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/HRRRSmoke_FRPMean.cmap @@ -0,0 +1,1003 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/HRRRSmoke_NearSfcSmoke.cmap b/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/HRRRSmoke_NearSfcSmoke.cmap new file mode 100755 index 0000000000..b6a7cc7c1a --- /dev/null +++ b/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/HRRRSmoke_NearSfcSmoke.cmap @@ -0,0 +1,603 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/HRRRSmoke_VertIntSmoke.cmap b/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/HRRRSmoke_VertIntSmoke.cmap new file mode 100755 index 0000000000..82ad885ed4 --- /dev/null +++ b/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/HRRRSmoke_VertIntSmoke.cmap @@ -0,0 +1,1003 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/grid/dataset/alias/d2d-title.xml b/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/grid/dataset/alias/d2d-title.xml index 9f1701af01..2aa7182e30 100644 --- a/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/grid/dataset/alias/d2d-title.xml +++ b/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/grid/dataset/alias/d2d-title.xml @@ -77,4 +77,5 @@ UKMET UKMET WNAwave + HRRR Smoke diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/hrrrSmokeDisplay.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/hrrrSmokeDisplay.xml new file mode 100644 index 0000000000..b3c37651d0 --- /dev/null +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/hrrrSmokeDisplay.xml @@ -0,0 +1,53 @@ + + + + + + + + PLAN_VIEW + + + + + + + + + + + + + + + + + + + + + + + EA + + + + + + + + + + + + + + diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/hrrrSmokeProducts.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/hrrrSmokeProducts.xml new file mode 100644 index 0000000000..5a633df98d --- /dev/null +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/hrrrSmokeProducts.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/index.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/index.xml index a097941baa..3c5e2bd08e 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/index.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/index.xml @@ -34,6 +34,12 @@ + + + + + @@ -153,4 +159,5 @@ + diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/purge/gridPurgeRules.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/purge/gridPurgeRules.xml index 1e34898c49..5e218e3591 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/purge/gridPurgeRules.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/purge/gridPurgeRules.xml @@ -129,8 +129,8 @@ 00-00:15:00 - MRMS_(?:05|10|50)00 - 00-08:00:00 + MRMS.* + 02-00:00:00 NARR diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/styleRules/gridImageryStyleRules.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/styleRules/gridImageryStyleRules.xml index a3113124d2..26182f8d3e 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/styleRules/gridImageryStyleRules.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/styleRules/gridImageryStyleRules.xml @@ -68,6 +68,75 @@ + + + + FRPMean + + + false + MW + + 0 + 250 + + HRRRSmoke_FRPMean + + 0 10 25 50 100 250 + + + + + + NEARSFCSMOKE + + + true + kg/m^3 + + 0 + 300 + + HRRRSmoke_NearSfcSmoke + + 0 1 2 4 6 8 12 16 20 25 30 40 60 100 200 + + + + + + VERTINTSMOKE + + + true + mg/m^2 + + 0 + 1000 + + HRRRSmoke_VertIntSmoke + + 0 2 5 8 11 15 20 25 30 40 50 75 150 250 500 + + + + + + AEROSOLOPTICALDEPTH + + + true + *1/100 + + 0 + 100 + + GOES-R/GOESR-L2/VTRSB + + 0 10 20 30 40 50 60 70 80 90 100 + + +