Commit graph

31 commits

Author SHA1 Message Date
Tiffany Meyer
ec1546e2a5 Moved all grid and volumebrowser menus, bundles, scales from cave volumebrowser plugin to edex grid plugin so future changes can be made on edex server
Original location of menus, bundles, scales, volumebrowser awips2/cave/com.raytheon.viz.volumebrowser/localization
New location edexOsgi/com.raytheon.uf.edex.plugin.grid/utility/common_static/base
2021-03-15 12:11:17 -04:00
Tiffany Meyer
0037ca66ad Updates for new GFS-FV3 Products:
/awips2/edex/data/utility/common_static/base/grid/master_grib2_lookup.txt
Added the following lines at the end of the file:

// GFSFV3 transition from buckets
TP_T170L42A-NCEP TP_GFS
CP_T170L42A-NCEP CP_GFS

/awips2/edex/data/utility/common_static/base/grib/postProcessModels/postProcessedModels.xml
Commented out:
<!--Tiff updated the model name because of changes in the GFS-Fv3 #20200625-->
        <!-- modelName>GFS20|AK-GFS22|GFS20-.*</modelName -->
Added:
        <modelName>GFS229|GFS20|AK-GFS22|GFS20-.*</modelName>

/awips2/edex/data/utility/common_static/base/grib/postProcessModels/precipitationAccumulation.xml

Commented out:
<!-- Tiff added the new GFS-FV3 updates for precip accum # 20200625 -->
<!--
    <accumulation>
        <model>GFS20|AK-GFS22|GFS20-.*</model>
        <create forecastPeriodHours="3" accumulationParam="TP3hr" minuendParam="TP6hr" subtrahendParam="TP3hr" />
        <create forecastPeriodHours="3" accumulationParam="CP3hr" minuendParam="CP6hr" subtrahendParam="CP3hr" />
    </accumulation>
-->

Added
    <accumulation>
        <model>GFS229|GFS20|AK-GFS22|GFS20-.*</model>
        <create forecastPeriodHours="3" accumulationParam="TP3hr" 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="6" accumulationParam="CP6hr" minuendParam="CP-GFS" subtrahendParam="CP-GFS" />
    </accumulation>

common_static/base/menus/grid/index.xml
          Just changed the menu for GFS20 and GFS to now point to allFamilies-GFS.xml
common_static/base/menus/grid/allFamilies-GFS.xml
           This is a new file, referencing a new bundle VerticalVelocity-GFS.xml and Precip-GFS.xml
common_static/base/bundles/grid/VerticalVelocity-GFS.xml
           This is a new file, referencing GVV instead of PVV
common_static/base/bundles/grid/Precip-GFS.xml
           This is a new file, referencing TP-GFS instead of TP/TPrun and removed the colortable

/awips2/edex/data/utility/common_static/base/styleRules/gridImageryStyleRules.xml
Added TP-GFS and CP-GFS to the existing TP/CP styleRule

    <styleRule>
        <paramLevelMatches>
            <parameter>tpHPCndfd</parameter>
            <parameter>TP</parameter>
            <parameter>TP6hr</parameter>
            <parameter>TP120hr</parameter>
            <parameter>TP168hr</parameter>
            <parameter>CP</parameter>
            <parameter>St-Pr</parameter>
            <parameter>TP1hr</parameter>
            <parameter>TP3hr</parameter>
            <parameter>TP6hr</parameter>
            <parameter>SPAcc</parameter>
            <parameter>TP-GFS</parameter>
            <parameter>CP-GFS</parameter>
        </paramLevelMatches>
        <imageStyle>
            <!-- filterLow="true" -->
            <displayUnits>in</displayUnits>
            <range scale="LOG">
                <minValue>0.005</minValue>
                <maxValue>12</maxValue>
            </range>
            <defaultColormap>Radar/UPC One Hour Precip</defaultColormap>
            <colorbarLabeling>
                <values>0.01 0.03 0.1 0.3 1 3 10</values>
            </colorbarLabeling>
        </imageStyle>
    </styleRule>

/awips2/edex/data/utility/common_static/base/styleRules/d2dContourStyleRules.xml
    <styleRule>
        <paramLevelMatches>
            <parameter>St-Pr</parameter>
            <parameter>CP</parameter>
            <parameter>TP</parameter>
            <parameter>TP1hr</parameter>
            <parameter>TP3hr</parameter>
            <parameter>TP6hr</parameter>
            <parameter>TP-GFS</parameter>
            <parameter>CP-GFS</parameter>
        </paramLevelMatches>
        <contourStyle>
            <displayUnits>in</displayUnits>
            <displayFlags>NoPlane</displayFlags>
            <contourLabeling labelSpacing="4" minMaxLabelFormat="#0.00"
                maxLabel=".">
                <values>0.01 0.1 0.25 0.5 0.75 1 1.5 2 3 4 6 8 10</values>
            </contourLabeling>
        </contourStyle>
    </styleRule>
2020-11-24 18:33:55 -05:00
Tiffany Meyer
9ed6655a8c Updated grid menu file cave/com.raytheon.viz.volumebrowser/localization/menus/grid/index.xml
Removed the following models from the grid menu: ECMWF-HiRes, NAM3km, RTOFS
Added RAP40km to the grid menu
Changed menu filename for FNMOC-WW3 from fnmocWW3.xml to ww3.xml
2020-11-24 18:26:27 -05:00
Tiffany Meyer
6e3d431977 These were changes Michael made on moe locally that were "added" but never committed. 2020-11-16 11:45:40 -05:00
mjames-upc
a5515d6c4e colormap name cleanup 2019-04-11 10:32:30 -06:00
mjames-upc
f5df102e16 RTOFS in grid menu 2019-02-08 14:23:05 -07:00
mjames-upc
700b2624c6 BARO is barotropic, not barometric velocity (RTOFS) 2019-02-08 13:38:29 -07:00
mjames-upc
3c19abcaa0 sfc, ncep, upper air menu reorg 2019-02-07 14:32:08 -07:00
mjames-upc
a98fdacc26 rm dgex 2019-01-29 11:59:44 -07:00
mjames-upc
3b2cdb2c5d cleanup cmc menu file 2018-12-19 11:02:59 -07:00
mjames-upc
e5388d1ab5 remove datasetinfo grid aliasing 2018-10-26 16:05:33 -06:00
mjames-upc
02f5b42773 vb command in menus 2018-09-20 10:29:07 -06:00
mjames-upc
34edb9d6ce checkout vb menus (unused) from AWIPS2_Dev_Baseline 2018-09-20 10:27:53 -06:00
mjames-upc
870df0651d rm defunct WaveWatch-FourPanel.xml ref 2018-09-19 20:19:55 -06:00
mjames-upc
ce6441abea radar menu checkout unidata_17.1.1, general menu cleanup 2018-08-27 15:28:31 -06:00
mjames-upc
eacb3727d0 hydro plugin updates from origin/master_18.1.1 2018-08-27 15:05:23 -06:00
mjames-upc
543d3186f7 remove ldad, rsync, ssh operations 2018-07-23 18:16:20 -06:00
mjames-upc
83af442096 rm DGEX 2018-07-20 10:16:47 -06:00
mjames-upc
a5bf9dc37b merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
mjames-upc
7bd36e334c initial commit 2018-06-20 17:39:08 -06:00
mjames-upc
6168082298 added files from remotes/origin/master_17.1.1p2..remotes/origin/master_18.1.1 changes 2018-06-20 15:49:54 -06:00
mjames-upc
79d7ab168a removed files from remotes/origin/master_17.1.1p2..remotes/origin/master_18.1.1 2018-06-20 15:11:00 -06:00
Michael James
66de2ef545 colormap reorganization and naming updates 2018-01-22 09:55:11 -07:00
Michael James
34ca3a9a27 CAVE menu and bundle updates for 17.1.1-4
Conflicts:
	cave/com.raytheon.uf.viz.d2d.ui.ncephydro/localization/menus/ncepHydro/index.xml
2017-10-18 10:31:22 -06:00
mjames-upc
2a9825ea34 massive reorg of edex features/removal of unused plugins 2017-09-20 16:28:36 -06:00
mjames-upc
c9425837e1 NationalBlend grid size has increased; consolodate NCEP gribModels defn files 2017-09-19 12:36:16 -06:00
mjames-upc
6bdf8665d6 NAM5 subgrid for Colorado 2017-09-15 13:05:21 -06:00
Michael James
44ef729c4d isentropic colormap file 2017-07-14 09:22:16 -06:00
Michael James
7cc19347d2 add NationalBlend to models menu 2017-07-14 09:22:08 -06:00
mjames-upc
15bb24a364 mute radar server app menu items; mute VB types in menu (for now) 2017-06-06 14:15:11 -06:00
mjames-upc
7e05f25909 initial commit 2017-04-21 18:33:55 -06:00