From a1d9c25720edc99c9763a0d2c1803bc2886a8ba7 Mon Sep 17 00:00:00 2001 From: Tiffany Meyer Date: Tue, 8 Feb 2022 12:54:24 -0500 Subject: [PATCH 1/3] Added HDS to the feedtype for National Blended Models dataset --- rpms/awips2.upc/Installer.ldm/patch/etc/pqact.conf | 2 +- rpms/awips2.upc/Installer.ldm/patch/etc/pqact.grids | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rpms/awips2.upc/Installer.ldm/patch/etc/pqact.conf b/rpms/awips2.upc/Installer.ldm/patch/etc/pqact.conf index 99ef750351..d92c11407a 100644 --- a/rpms/awips2.upc/Installer.ldm/patch/etc/pqact.conf +++ b/rpms/awips2.upc/Installer.ldm/patch/etc/pqact.conf @@ -1070,5 +1070,5 @@ NGRID ^OUTA98 KWNB (......)[^!]*!grib2 # # National Blend of Models # -NGRID ^(Y.A...) (KWE[AB]) (..)(..)(..) +NGRID|HDS ^(Y.A...) (KWE[AB]) (..)(..)(..) FILE -close /awips2/data_store/grid/(\3:yyyy)(\3:mm)\3/\4/NationalBlend/staging/NationalBlend_\3\4\5-concat-%Y%m%d_%H%M.grib2 diff --git a/rpms/awips2.upc/Installer.ldm/patch/etc/pqact.grids b/rpms/awips2.upc/Installer.ldm/patch/etc/pqact.grids index 8804b6d29e..7ab8c28e51 100644 --- a/rpms/awips2.upc/Installer.ldm/patch/etc/pqact.grids +++ b/rpms/awips2.upc/Installer.ldm/patch/etc/pqact.grids @@ -750,5 +750,5 @@ NGRID ^OUTA98 KWNB (......)[^!]*!grib2 # # National Blend of Models # -NGRID ^(Y.A...) (KWE[AB]) (..)(..)(..) +NGRID|HDS ^(Y.A...) (KWE[AB]) (..)(..)(..) FILE -close /awips2/data_store/grid/(\3:yyyy)(\3:mm)\3/\4/NationalBlend/staging/NationalBlend_\3\4\5-concat-%Y%m%d_%H%M.grib2 From 29d827a362dcd7213eb5dceac86ef81f3577258e Mon Sep 17 00:00:00 2001 From: Tiffany Meyer Date: Fri, 11 Feb 2022 15:26:57 -0500 Subject: [PATCH 2/3] Updated Models Menu *Restructured index.xml to point to gridIndex.xml so we could add xml seperators and titles *Removed Precipitation Accumulation from most models (except GFS) *Re-ordered models, moved models that we aren't ingesting to the bottom *Labeled the Digital Forecasts and Mesoscale Analysis models *Updated the HeightComparison.xml to include model names that we are using -GFS-->GFS20 -NAM12 --> NAM40 -Uncommented HRRR -Still exiting but we dont have data: NAVGEM, UKMET-Global, ECMF-Global *For NBM, RTMA, URMA -Created new PrecipAccum.xml bundle file where you can pass in the level variable -Updated the TP value to reflect which precip accumulations were used -Increased the frame count from 2 to 10 *Updated --- .../base/bundles/grid/HeightComparison.xml | 8 +- .../base/bundles/grid/PrecipAccum.xml | 54 ++++ .../base/menus/grid/WaveWatch.xml | 40 ++- .../base/menus/grid/allFamilies-GFS.xml | 303 +++++++++-------- .../base/menus/grid/allFamilies.xml | 304 ++++++++--------- .../menus/grid/baseComparisonFamilies.xml | 42 +-- .../base/menus/grid/cmcFamilies.xml | 306 +++++++++--------- .../base/menus/grid/gridIndex.xml | 180 +++++++++++ .../base/menus/grid/hrrrSmokeProducts.xml | 50 ++- .../common_static/base/menus/grid/index.xml | 160 +-------- .../base/menus/grid/lampFamilies.xml | 60 ++-- .../base/menus/grid/mesoFamilies.xml | 26 +- .../base/menus/grid/oceanFamilies.xml | 24 +- .../common_static/base/menus/grid/ww3.xml | 32 +- 14 files changed, 821 insertions(+), 768 deletions(-) create mode 100644 edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/PrecipAccum.xml create mode 100644 edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/gridIndex.xml diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/HeightComparison.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/HeightComparison.xml index 7b6f58cd63..5256d5a749 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/HeightComparison.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/HeightComparison.xml @@ -57,13 +57,13 @@ - + - + @@ -140,7 +140,7 @@ - + diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/PrecipAccum.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/PrecipAccum.xml new file mode 100644 index 0000000000..50d980e4f9 --- /dev/null +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/PrecipAccum.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + 0.127 + 304.8 + + + + + + + + + + PLAN_VIEW + + + + + + + + + + + + + + + + + + + + + + + + + + + ${frameCount} + + + + diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/WaveWatch.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/WaveWatch.xml index 3e8a571cce..2019e32c56 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/WaveWatch.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/WaveWatch.xml @@ -19,26 +19,24 @@ further_licensing_information. --> - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/allFamilies-GFS.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/allFamilies-GFS.xml index 41b5c5b46d..5caa9ef7b3 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/allFamilies-GFS.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/allFamilies-GFS.xml @@ -19,172 +19,171 @@ further_licensing_information. --> - - - - - + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + - - + --> diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/allFamilies.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/allFamilies.xml index 35c6174682..f676f7477d 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/allFamilies.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/allFamilies.xml @@ -19,173 +19,173 @@ further_licensing_information. --> - - - - - + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + - - + --> diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/baseComparisonFamilies.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/baseComparisonFamilies.xml index a4948f570d..1c5d42d40d 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/baseComparisonFamilies.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/baseComparisonFamilies.xml @@ -19,31 +19,23 @@ further_licensing_information. --> - - - - - - - - - - - - - - - + + - - + + + + + + + + + + \ No newline at end of file diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/cmcFamilies.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/cmcFamilies.xml index f5d2be4fac..dba8a10111 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/cmcFamilies.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/cmcFamilies.xml @@ -19,169 +19,167 @@ further_licensing_information. --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + - - + --> diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/gridIndex.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/gridIndex.xml new file mode 100644 index 0000000000..7059fac93e --- /dev/null +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/gridIndex.xml @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 index 5a633df98d..ec560d0c0e 100644 --- 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 @@ -1,30 +1,28 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + 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 3c5e2bd08e..bab385f9d5 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 @@ -1,163 +1,5 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + fileName="menus/grid/gridIndex.xml"/> diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/lampFamilies.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/lampFamilies.xml index beadb57387..70d6592ccd 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/lampFamilies.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/lampFamilies.xml @@ -19,36 +19,34 @@ further_licensing_information. --> - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/mesoFamilies.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/mesoFamilies.xml index 200c63edc9..8fdc215f49 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/mesoFamilies.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/mesoFamilies.xml @@ -19,18 +19,16 @@ further_licensing_information. --> - - - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/oceanFamilies.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/oceanFamilies.xml index 9bd1253558..8df3a42c1b 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/oceanFamilies.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/oceanFamilies.xml @@ -1,17 +1,15 @@ - - - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/ww3.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/ww3.xml index d1f668704b..7780ebaaf5 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/ww3.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/ww3.xml @@ -1,21 +1,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + From 74a1de90b398e086a648a5d6db5bf17de9727846 Mon Sep 17 00:00:00 2001 From: Tiffany Meyer Date: Fri, 11 Feb 2022 15:38:03 -0500 Subject: [PATCH 3/3] Added NationalBlend model to the volume browser sources *NOTE: this is a CAVE side change --- .../localization/volumebrowser/VbSources/sfcGrid.xml | 1 + .../localization/volumebrowser/VbSources/volume.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/cave/com.raytheon.viz.volumebrowser/localization/volumebrowser/VbSources/sfcGrid.xml b/cave/com.raytheon.viz.volumebrowser/localization/volumebrowser/VbSources/sfcGrid.xml index 659edb6a86..4152b5784a 100644 --- a/cave/com.raytheon.viz.volumebrowser/localization/volumebrowser/VbSources/sfcGrid.xml +++ b/cave/com.raytheon.viz.volumebrowser/localization/volumebrowser/VbSources/sfcGrid.xml @@ -43,6 +43,7 @@ + diff --git a/cave/com.raytheon.viz.volumebrowser/localization/volumebrowser/VbSources/volume.xml b/cave/com.raytheon.viz.volumebrowser/localization/volumebrowser/VbSources/volume.xml index d4cadb48f4..2049823786 100644 --- a/cave/com.raytheon.viz.volumebrowser/localization/volumebrowser/VbSources/volume.xml +++ b/cave/com.raytheon.viz.volumebrowser/localization/volumebrowser/VbSources/volume.xml @@ -37,6 +37,7 @@ +