From e7ee1cf571de7d2653bd650f492ed42ae28fa5b9 Mon Sep 17 00:00:00 2001 From: ucar-tmeyer Date: Wed, 21 Dec 2022 20:40:57 +0000 Subject: [PATCH] More updates to Models menu (updating bundles, colormaps, menus, and styleRules) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GFS 1.00 Global/GFS ----------------------- -Updated model names in derivedParameters/definitions/msl-P.xml -Total Precip is in mm not inches -Add TP-GFS and CP-GFS parameters to gridImageryStyleRules.xml -Add TP-GFS and CP-GFS parameters to d2dContourStyleRules.xml -Change default Colormap to Radar/UPC On Hour Precip -Add colormap Radar/UPC One Hour Precip -Add colormap Temperature F.cmap -Add colormap Relative Humidity.xml In grid/bundles: sed -i ‘s/Gridded Data/gridded data/’ *xml -In menus/gridIndex.xml - change the GFS 1.00 frame count to 41 -Add colormap NDFD Min Max Temp.cmap -Remove Potential Vorticity for all models -Add colormap Isentropic.cmap GFS LAMP ------------ -Surface Temp - uses the SurfaceTempWind.xml bundle file which loads 10FHAG Wind also but LAMP doesn’t have that, only 0FHAG and surface (both V18 and V20) -Surface Temp Error -Legend wasn’t correct, removed the max/min from styleRules -Changed Winds to FHAG 0.0 instead of 10.0 -Missing MSL-P (both V18 and V20) -DewpointTempError -Removed whole colormap/ranges in styleRules -Visibility - no min/max on legend -Fix Visibility styleRules, change to LINEAR, add ranges, add labeling -Remove colormap settings in bundle -Categorical Lightning & Convection -Remove colormap settings in bundle -Add new styleRules -Lightning & Convection Probability -Remove colormap settings in bundle -Add new styleRules HRRR ------- -Need to add a new menu (HRRRFamilies.xml) that removes some products we don’t have for HRRR Comparison Families --------------------- -MSLP -Updated bundle to set HRRR and RAP13 to true for visibility when plotting -Updated bundle to use “RAP13” instead of “RAP-13km” National Blend ---------------- -2m Temp and 10m Wind -No 10m Wind so changing to surface wind HFR - Ocean Sfc Wind ---------------------- -Removed colormap info from HFR.xml bundle -Added colormap info to gridImageryStyleRules.xml WW3 Models (FNMOC, NOAA, NCEP) ------------------------------ No data (both V18 and V20) Remove from menus (comment out) ESTOFS ----------- -Tidal Height -Remove colormap info from ETSRG.xml -Added rest of colormap info to styleRules General: ------------ -gridIndex.xml -Commented out WW3 products since we’re not receiving that data -Removed the bottom NDFD submenu since already in the menu -allFamilies.xml -Remove potential vorticity To Do: -Fix Vorticity for GFS20, GFS1p0, NAM12, NAM40, and RAP13 (only works for HRRR) -GFS models - fix surface precip -GFS models - fix missing MSL-P product --- .../base/colormaps/Grid/Isentropic.cmap | 259 ++++++++++++++++++ .../colormaps/Grid/NDFD Min Max Temp.cmap | 155 +++++++++++ .../colormaps/Grid/Ocean Current Speed.cmap | 259 ++++++++++++++++++ .../colormaps/Grid/Relative Humidity.cmap | 259 ++++++++++++++++++ .../base/colormaps/Grid/Temperature F.cmap | 259 ++++++++++++++++++ .../base/styleRules/d2dContourStyleRules.xml | 2 + .../base/styleRules/gridImageryStyleRules.xml | 75 ++++- .../colormaps/Radar/UPC One Hour Precip.cmap | 50 ++++ .../base/bundles/grid/.Trenberth.xml.swp | Bin 0 -> 16384 bytes .../base/bundles/grid/2mTemperature.xml | 6 +- .../base/bundles/grid/30mbMeanDewpoint.xml | 2 +- .../base/bundles/grid/Buoyancy.xml | 2 +- .../base/bundles/grid/CeilingHeight.xml | 2 +- .../base/bundles/grid/ConvectionPotential.xml | 8 - .../bundles/grid/ConvectionProbability.xml | 8 - .../base/bundles/grid/DewpointTempError.xml | 8 - .../common_static/base/bundles/grid/ELEV.xml | 8 - .../common_static/base/bundles/grid/ETCWL.xml | 2 +- .../common_static/base/bundles/grid/ETSRG.xml | 5 - .../common_static/base/bundles/grid/HRRR.xml | 4 +- .../base/bundles/grid/LightningPotential.xml | 8 - .../bundles/grid/LightningProbability.xml | 8 - .../base/bundles/grid/MSLPComparison.xml | 8 +- .../base/bundles/grid/SurfaceTempError.xml | 8 +- .../base/bundles/grid/Visibility.xml | 8 - .../base/bundles/grid/Vorticity.xml | 9 - .../base/bundles/grid/WW3-PeakWavePeriod.xml | 2 +- .../bundles/grid/WW3-SwellHeightDirection.xml | 2 +- .../base/bundles/grid/WW3-TSWH.xml | 2 +- .../base/bundles/grid/WW3-WVHGT.xml | 4 +- .../common_static/base/bundles/grid/WW3.xml | 2 +- .../bundles/grid/WaveWatch-PrimaryPeriod.xml | 2 +- .../grid/WaveWatch-SecondaryPeriod.xml | 2 +- .../base/bundles/grid/WaveWatch-SfcWind.xml | 2 +- .../bundles/grid/WaveWatch-VorticityWind.xml | 2 +- .../bundles/grid/WinterFnFourPanelFamily.xml | 8 +- .../base/bundles/grid/WinterPTypeFamily.xml | 4 +- .../common_static/base/bundles/grid/famA.xml | 2 +- .../base/menus/grid/HRRRFamilies.xml | 164 +++++++++++ .../base/menus/grid/allFamilies-GFS.xml | 2 + .../base/menus/grid/allFamilies.xml | 2 + .../base/menus/grid/gridIndex.xml | 14 +- .../base/menus/grid/mesoFamilies.xml | 4 +- 43 files changed, 1521 insertions(+), 121 deletions(-) create mode 100644 edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/Grid/Isentropic.cmap create mode 100644 edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/Grid/NDFD Min Max Temp.cmap create mode 100644 edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/Grid/Ocean Current Speed.cmap create mode 100644 edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/Grid/Relative Humidity.cmap create mode 100644 edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/Grid/Temperature F.cmap create mode 100644 edexOsgi/com.raytheon.uf.common.dataplugin.radar/utility/common_static/base/colormaps/Radar/UPC One Hour Precip.cmap create mode 100644 edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/.Trenberth.xml.swp create mode 100644 edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/HRRRFamilies.xml diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/Grid/Isentropic.cmap b/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/Grid/Isentropic.cmap new file mode 100644 index 0000000000..e955a617db --- /dev/null +++ b/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/Grid/Isentropic.cmap @@ -0,0 +1,259 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/Grid/NDFD Min Max Temp.cmap b/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/Grid/NDFD Min Max Temp.cmap new file mode 100644 index 0000000000..a3f1e51d65 --- /dev/null +++ b/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/Grid/NDFD Min Max Temp.cmap @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/Grid/Ocean Current Speed.cmap b/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/Grid/Ocean Current Speed.cmap new file mode 100644 index 0000000000..acdee3d452 --- /dev/null +++ b/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/Grid/Ocean Current Speed.cmap @@ -0,0 +1,259 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/Grid/Relative Humidity.cmap b/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/Grid/Relative Humidity.cmap new file mode 100644 index 0000000000..5095fc5455 --- /dev/null +++ b/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/Grid/Relative Humidity.cmap @@ -0,0 +1,259 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/Grid/Temperature F.cmap b/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/Grid/Temperature F.cmap new file mode 100644 index 0000000000..332bf44435 --- /dev/null +++ b/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/colormaps/Grid/Temperature F.cmap @@ -0,0 +1,259 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/styleRules/d2dContourStyleRules.xml b/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/styleRules/d2dContourStyleRules.xml index 75a9f7b8c4..9e89049fbf 100644 --- a/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/styleRules/d2dContourStyleRules.xml +++ b/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/styleRules/d2dContourStyleRules.xml @@ -1101,6 +1101,8 @@ in|.0394|.0| 4 | |f5.2|@.|8000F0FF| |13|\ TP1hr TP3hr TP6hr + TP-GFS + CP-GFS in diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/styleRules/gridImageryStyleRules.xml b/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/styleRules/gridImageryStyleRules.xml index 29ec9ea0bf..336046a937 100644 --- a/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/styleRules/gridImageryStyleRules.xml +++ b/edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/styleRules/gridImageryStyleRules.xml @@ -51,7 +51,16 @@ ETCWL + ft + 11 + -19 + + Grid/gridded data + + 4 + + @@ -1217,6 +1226,8 @@ TP1hr TP3hr TP6hr + TP-GFS + CP-GFS SPAcc @@ -1226,7 +1237,7 @@ 0.005 12 - Grid/gridded data + Radar/UPC One Hour Precip 0.01 0.03 0.1 0.3 1 3 10 @@ -1967,10 +1978,59 @@ mi - + + 0 + 20 + Grid/gridded data + + 2 + + + + + CLGTN2hr + CONVP2hr + + + + + + 0 + 10 + + Grid/gridded data + + 1 + + + + + + + PROLGHT2hr + PROCON2hr + + + + + + 0 + 100 + + Grid/gridded data + + 10 + + + + @@ -6680,4 +6749,4 @@ - \ No newline at end of file + diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.radar/utility/common_static/base/colormaps/Radar/UPC One Hour Precip.cmap b/edexOsgi/com.raytheon.uf.common.dataplugin.radar/utility/common_static/base/colormaps/Radar/UPC One Hour Precip.cmap new file mode 100644 index 0000000000..837281bfe9 --- /dev/null +++ b/edexOsgi/com.raytheon.uf.common.dataplugin.radar/utility/common_static/base/colormaps/Radar/UPC One Hour Precip.cmap @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/.Trenberth.xml.swp b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/.Trenberth.xml.swp new file mode 100644 index 0000000000000000000000000000000000000000..3508b95aef671f2d8f03332f4b419bff8cd8b8e3 GIT binary patch literal 16384 zcmeHO&2Jk;6rYqrDNtHbZd|rY4{-3V?R>PU){)XUX@l&z%_l;jF!oODQTL18brMq* zE~qCYj&SV>#E}a}gg7Hrsu2G`E7VFHpuP0c@|*pz*J+zLO}R{CYUGqbbve)Hzd zd$W^zetEX4oX|!Ht|Nr}e)~$}a`n(y?)ng+8{7*-{tj2$;W?A7=Zg8Zq#Y5tD{=wV2n2wW1ys6wyF*$4s_a3z}SSxVGlgPS|3uqqWyGQJ{HNyU87`>2p(W zhuq>}M^v<3XEg|E$Qyc{228KF9n)fg9@Sg)nNw$e*wQv_>(L#QC6a*`nt?-PxLC*w z5#LphDM#O0dZDG2!bt`s1CjyBfMh^2AQ_MhNCqSW{S1WOe)1)<_9fX`k`8T2?Vv(hUoP&fxthh+ znHB#HH{5m6@N*{R@r$-=GE4A(X%B*mV=4g)XU*qKyvgM~2<1^9w1mvpXua;Ub&hj0 zuJfEpSUtT531j`VX#gQBk*+$=-$Xo-&p)Y2=sIlBNoZi?sZi@G^|qh?hR*`G?KfB% zwUy0)p9&+(BF155ZU`vx$eHQv0qbd56JhX!Zy63wdPJVF~Y+p07 zrk;5Y)dR)mPMHUuMLR3p4AH;5s@Qb1Kd+EauAS7>==A|2F7trbEtug{=CkfP^J`95 zNFHEdDzwA=Ox9_zdm&3O4;DI5ZaW=^Ze1L8Gnp?q^pVb*C3Utsd1iWbr8ZwF?=Zy; z-EwKf!N8R14eHUlIEFV6#qpw*KGMl3Rl~JhpMsgGZmC$ikU1GFVAzFnHGRgMo#+;? z5SP*IS@tz1a{?S0%)TVaDyfBC%*KZ|9xIJlfBRn0%T7jPZ!*}l>F_n)h^%(@MSTTN zKpwXpLht%yNwSi8QBaj6Lnv^p(c+1Pup?BwJUuhHR9W1cv>Z}l^s{op)q&F!gt3T9 z-RI3#=)kUErfMf)NF11b&$S|g7H}%GJKd<|wO~4SGtxZ`@9b zy4DV0fYPTU_0?gw0**Ou4*uG-0r-XS+pBbQVpz*h=SF%x5_u%8IcVBzkvkK)QPJdR zrb%S(s!8K9gzI*pM`>&zz_M`jO6nPLD0r?sQ&y_nQ6Q(X$ZT&1qn9%9aC?ywnNh!; zCG9mekWq}t@K__{>r5;_Fur{zt7umG%(AKoGhKyyTT+)NE3@U*#o6lg>caGSRSDBY z^)!X@By(~AKfk-y3*$9$t};2dx;#6*V(6(45an+>#zz0*k+JQxmWI@B{Ug-Lnm)q1Uck?s4U?e>V6dVe7f>ZEsN@^<% zy;Hirv9Y0T3~R36)QkCiLI1E?S!lGFO>-Ra7Ihl%R(k%BSu8^Z=c9#JtYC?s057OP zg&CZx%`G7i>sx2wPh^aEV#q#sT|4qtlY4Z1iV0hWplxhSLsv!%#lrZ>k^I;RWq4E@ z9~sY&kBtwH6^moTSk`ZW zSJB-eVZLx5tdP!dD{=?0A+hHAtbrh?m$i+X*Yo2Z?0(u0k@o5d2WFcXR{Q6|n;k@ih#$Cc|AS8gqfc%p zQhp9d^)VX%XY@^Hg*%U_lhNlKFWsb&9|W?am;QcMmPKqS?_v+K&$ev+EGNGRq@&lD R8uE)kv>~xrTbf7w{~z)ati1pL literal 0 HcmV?d00001 diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/2mTemperature.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/2mTemperature.xml index cbc3f50a19..65f2514688 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/2mTemperature.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/2mTemperature.xml @@ -31,10 +31,10 @@ - + - + @@ -89,7 +89,7 @@ - + 245.05 302.62222 diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/30mbMeanDewpoint.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/30mbMeanDewpoint.xml index 0caa8aa61b..9762fcbf0a 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/30mbMeanDewpoint.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/30mbMeanDewpoint.xml @@ -10,7 +10,7 @@ - + 227.37984 312.55786 diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/Buoyancy.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/Buoyancy.xml index 24e4bd1fda..5b7c0f1f4c 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/Buoyancy.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/Buoyancy.xml @@ -9,7 +9,7 @@ - + diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/CeilingHeight.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/CeilingHeight.xml index 42f13aa04a..277fda91e5 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/CeilingHeight.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/CeilingHeight.xml @@ -10,7 +10,7 @@ - + 0.0 4600.011 diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/ConvectionPotential.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/ConvectionPotential.xml index 7ee77dd94b..5b5bcfcaba 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/ConvectionPotential.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/ConvectionPotential.xml @@ -10,14 +10,6 @@ - - - - 0.0 - 10.0 - - - diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/ConvectionProbability.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/ConvectionProbability.xml index f568e82c8f..f0772ebf2d 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/ConvectionProbability.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/ConvectionProbability.xml @@ -10,14 +10,6 @@ - - - - 0.0 - 100.0 - - - diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/DewpointTempError.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/DewpointTempError.xml index 95bf251ea3..55117a5116 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/DewpointTempError.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/DewpointTempError.xml @@ -9,14 +9,6 @@ - - - - 258.15 - 313.15 - - - diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/ELEV.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/ELEV.xml index 9a4bc0f9ac..d777c1450f 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/ELEV.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/ELEV.xml @@ -10,14 +10,6 @@ - - - - -5.8521605 - 3.3528 - - - diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/ETCWL.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/ETCWL.xml index 15ca653a4e..c573fa61d4 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/ETCWL.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/ETCWL.xml @@ -10,7 +10,7 @@ - + diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/ETSRG.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/ETSRG.xml index 6c572a32b0..f8bb952b40 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/ETSRG.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/ETSRG.xml @@ -9,11 +9,6 @@ - - - - - diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/HRRR.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/HRRR.xml index 6f1a03bd2b..37b2d91cb5 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/HRRR.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/HRRR.xml @@ -143,7 +143,7 @@ - + @@ -181,7 +181,7 @@ - + diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/LightningPotential.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/LightningPotential.xml index bbd643974b..2381e6ff1c 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/LightningPotential.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/LightningPotential.xml @@ -10,14 +10,6 @@ - - - - 0.0 - 10.0 - - - diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/LightningProbability.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/LightningProbability.xml index a446f33265..bbfd86a772 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/LightningProbability.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/LightningProbability.xml @@ -10,14 +10,6 @@ - - - - 0.0 - 100.0 - - - diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/MSLPComparison.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/MSLPComparison.xml index 6a59f5f30d..d5e6c182e4 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/MSLPComparison.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/MSLPComparison.xml @@ -159,7 +159,7 @@ PLAN_VIEW - + @@ -191,7 +191,7 @@ PLAN_VIEW - + @@ -203,7 +203,7 @@ - + @@ -282,4 +282,4 @@ - \ No newline at end of file + diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/SurfaceTempError.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/SurfaceTempError.xml index a52d883391..0af667f645 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/SurfaceTempError.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/SurfaceTempError.xml @@ -31,10 +31,10 @@ - + - + @@ -125,10 +125,6 @@ - - 247.9278 - 316.483 - diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/Visibility.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/Visibility.xml index ece6f2faf1..fedc41e751 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/Visibility.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/Visibility.xml @@ -10,14 +10,6 @@ - - - - 0.0 - 10.0 - - - diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/Vorticity.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/Vorticity.xml index 16cd6d4d8d..81dae0892c 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/Vorticity.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/Vorticity.xml @@ -47,15 +47,6 @@ - - - - - - - - - PLAN_VIEW diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WW3-PeakWavePeriod.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WW3-PeakWavePeriod.xml index ee7866fbee..4f2bfd33e1 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WW3-PeakWavePeriod.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WW3-PeakWavePeriod.xml @@ -11,7 +11,7 @@ - + diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WW3-SwellHeightDirection.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WW3-SwellHeightDirection.xml index 4d8c20bf69..320768395f 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WW3-SwellHeightDirection.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WW3-SwellHeightDirection.xml @@ -12,7 +12,7 @@ - + diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WW3-TSWH.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WW3-TSWH.xml index 9bd371ee41..9c435a0b09 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WW3-TSWH.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WW3-TSWH.xml @@ -10,7 +10,7 @@ - + diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WW3-WVHGT.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WW3-WVHGT.xml index 466fd44c71..911a06f182 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WW3-WVHGT.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WW3-WVHGT.xml @@ -9,7 +9,7 @@ - + @@ -52,7 +52,7 @@ - + diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WW3.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WW3.xml index 6c572a32b0..902efc65ba 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WW3.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WW3.xml @@ -10,7 +10,7 @@ - + diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WaveWatch-PrimaryPeriod.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WaveWatch-PrimaryPeriod.xml index 8866017fd2..c7f0805119 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WaveWatch-PrimaryPeriod.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WaveWatch-PrimaryPeriod.xml @@ -8,7 +8,7 @@ - + diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WaveWatch-SecondaryPeriod.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WaveWatch-SecondaryPeriod.xml index d3c34774d9..2f20e99eaa 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WaveWatch-SecondaryPeriod.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WaveWatch-SecondaryPeriod.xml @@ -8,7 +8,7 @@ - + diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WaveWatch-SfcWind.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WaveWatch-SfcWind.xml index 1ffcfd18f0..a5d9a78d43 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WaveWatch-SfcWind.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WaveWatch-SfcWind.xml @@ -8,7 +8,7 @@ - + diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WaveWatch-VorticityWind.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WaveWatch-VorticityWind.xml index 9b320d9988..01ddb5941a 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WaveWatch-VorticityWind.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WaveWatch-VorticityWind.xml @@ -8,7 +8,7 @@ - + diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WinterFnFourPanelFamily.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WinterFnFourPanelFamily.xml index a81b555d51..5177194a4b 100755 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WinterFnFourPanelFamily.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WinterFnFourPanelFamily.xml @@ -9,7 +9,7 @@ - + @@ -393,7 +393,7 @@ - + @@ -738,7 +738,7 @@ - + @@ -1083,7 +1083,7 @@ - + diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WinterPTypeFamily.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WinterPTypeFamily.xml index 957b6d4b41..8706bf5cbf 100755 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WinterPTypeFamily.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/WinterPTypeFamily.xml @@ -9,7 +9,7 @@ - + @@ -1047,7 +1047,7 @@ - + diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/famA.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/famA.xml index e2ef77a959..182c6d08e7 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/famA.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/bundles/grid/famA.xml @@ -11,7 +11,7 @@ - + diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/HRRRFamilies.xml b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/HRRRFamilies.xml new file mode 100644 index 0000000000..c72115a44b --- /dev/null +++ b/edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base/menus/grid/HRRRFamilies.xml @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 5caa9ef7b3..7f5cd83abe 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 @@ -96,10 +96,12 @@ menuText="250MB Wind / Height" id="" useReferenceTime="true"> + 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 f676f7477d..0824da5d67 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 @@ -98,10 +98,12 @@ menuText="250MB Wind / Height" id="" useReferenceTime="true"> + 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 index 7059fac93e..bf6f90878e 100644 --- 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 @@ -4,7 +4,7 @@ - + + fileName="menus/grid/HRRRFamilies.xml"> @@ -110,7 +110,7 @@ - + @@ -170,11 +171,4 @@ - - - - - - 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 8fdc215f49..165fecff09 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 @@ -20,7 +20,7 @@ --> + menuText="2m Temperature and Surface Wind" id="" useReferenceTime="true"> @@ -31,4 +31,4 @@ - \ No newline at end of file +