From 2426e463f76b537e836f573b7eb73a3e05841e13 Mon Sep 17 00:00:00 2001 From: David Gillingham Date: Fri, 25 Apr 2014 10:53:30 -0500 Subject: [PATCH] Issue #2897: Add support for Multi-grid Hurricane Wave Models to D2D and GFE. Change-Id: I66e609d17afcfc900ceaf1b1eed328320d022fbb Former-commit-id: 33197dc6708b65e85233b51be1e99e6411ece60f --- .../localization/volumebrowser/VbSources.xml | 10 + .../base/grid/dataset/alias/gfeParamInfo.xml | 10 + .../base/config/gfe/serverConfig.py | 35 ++- .../base/grid/parameterInfo/AKHwave10.xml | 249 ++++++++++++++++++ .../base/grid/parameterInfo/AKHwave4.xml | 249 ++++++++++++++++++ .../base/grid/parameterInfo/GLOBHwave.xml | 249 ++++++++++++++++++ .../base/grid/parameterInfo/NAHwave10.xml | 249 ++++++++++++++++++ .../base/grid/parameterInfo/NAHwave15.xml | 249 ++++++++++++++++++ .../base/grid/parameterInfo/NAHwave4.xml | 249 ++++++++++++++++++ .../base/grid/parameterInfo/NPHwave10.xml | 249 ++++++++++++++++++ .../base/grid/parameterInfo/NPHwave15.xml | 249 ++++++++++++++++++ .../base/grid/parameterInfo/NPHwave4.xml | 249 ++++++++++++++++++ .../base/grid/parameterInfo/WPHwave10.xml | 249 ++++++++++++++++++ .../base/grib/models/gribModels_NCEP-7.xml | 100 +++++++ .../base/purge/gridPurgeRules.xml | 42 +++ 15 files changed, 2685 insertions(+), 2 deletions(-) create mode 100644 edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/AKHwave10.xml create mode 100644 edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/AKHwave4.xml create mode 100644 edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/GLOBHwave.xml create mode 100644 edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/NAHwave10.xml create mode 100644 edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/NAHwave15.xml create mode 100644 edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/NAHwave4.xml create mode 100644 edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/NPHwave10.xml create mode 100644 edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/NPHwave15.xml create mode 100644 edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/NPHwave4.xml create mode 100644 edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/WPHwave10.xml diff --git a/cave/com.raytheon.viz.volumebrowser/localization/volumebrowser/VbSources.xml b/cave/com.raytheon.viz.volumebrowser/localization/volumebrowser/VbSources.xml index 5fdfc623a8..669914444c 100644 --- a/cave/com.raytheon.viz.volumebrowser/localization/volumebrowser/VbSources.xml +++ b/cave/com.raytheon.viz.volumebrowser/localization/volumebrowser/VbSources.xml @@ -60,6 +60,8 @@ + + @@ -70,6 +72,7 @@ + @@ -86,7 +89,13 @@ + + + + + + @@ -123,6 +132,7 @@ + diff --git a/edexOsgi/com.raytheon.edex.plugin.gfe/utility/common_static/base/grid/dataset/alias/gfeParamInfo.xml b/edexOsgi/com.raytheon.edex.plugin.gfe/utility/common_static/base/grid/dataset/alias/gfeParamInfo.xml index c32bde4c53..e5c32fa5d4 100644 --- a/edexOsgi/com.raytheon.edex.plugin.gfe/utility/common_static/base/grid/dataset/alias/gfeParamInfo.xml +++ b/edexOsgi/com.raytheon.edex.plugin.gfe/utility/common_static/base/grid/dataset/alias/gfeParamInfo.xml @@ -195,4 +195,14 @@ rtofsGlobal rtofsGlobal rtofsGlobal + GLOBHwave + AKHwave10 + AKHwave4 + WPHwave10 + NPHwave15 + NPHwave10 + NPHwave4 + NAHwave15 + NAHwave10 + NAHwave4 diff --git a/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/config/gfe/serverConfig.py b/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/config/gfe/serverConfig.py index 5d0b3211b9..67b38d920f 100644 --- a/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/config/gfe/serverConfig.py +++ b/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/config/gfe/serverConfig.py @@ -37,6 +37,7 @@ # to get correct offsets for Alaska # 01/17/2014 #2719 randerso Added NHA domain # 02/20/2014 #2824 randerso Added log message when local override files are not found +# 03/11/2014 #2897 dgilling Add new MHWM databases to default configuration. # ######################################################################## @@ -1063,7 +1064,11 @@ if SID in ALASKA_SITES: 'RTOFS-Arctic', 'RTOFS-Bering', 'RTOFS-GulfAlaska', - 'RTOFS-HudsonBaffin' + 'RTOFS-HudsonBaffin', + 'NPHwave15', + 'AKHwave10', + 'AKHwave4', + 'GLOBHwave', ] # Hawaii OCONUS @@ -1082,6 +1087,10 @@ elif SID == "HFO": ('TPCWindProb', 'TPCProb'), ('ECMWF-HiRes','ECMWFHiRes'), 'RTOFS-Honolulu', + 'NPHwave15', + 'WPHwave10', + 'NPHwave4', + 'GLOBHwave', ] # San Juan OCONUS @@ -1105,6 +1114,10 @@ elif SID == "SJU": ('TPCWindProb', 'TPCProb'), ('ECMWF-HiRes','ECMWFHiRes'), 'RTOFS-Atlantic', + 'NAHwave15', + 'NAHwave10', + 'NAHwave4', + 'GLOBHwave', ] # Guam OCONUS @@ -1114,7 +1127,9 @@ elif SID == "GUM": 'GWW233', 'GlobalWave', ('TPCWindProb', 'TPCProb'), - 'RTOFS-Guam' + 'RTOFS-Guam', + 'WPHwave10', + 'GLOBHwave', ] #CONUS sites @@ -1165,6 +1180,14 @@ elif SID in CONUS_EAST_SITES: ('SPCGuide', 'SPC'), ('ECMWF-HiRes','ECMWFHiRes'), ('ENPWAVE253', 'ENPwave'), + 'NAHwave15', + 'NAHwave10', + 'NAHwave4', + 'NPHwave15', + 'NPHwave10', + 'NPHwave4', + 'WPHwave10', + 'GLOBHwave', ] else: #######DCS3501 WEST_CONUS @@ -1216,6 +1239,14 @@ else: #######DCS3501 WEST_CONUS ('SPCGuide', 'SPC'), ('ECMWF-HiRes','ECMWFHiRes'), ('ENPWAVE253', 'ENPwave'), + 'NAHwave15', + 'NAHwave10', + 'NAHwave4', + 'NPHwave15', + 'NPHwave10', + 'NPHwave4', + 'WPHwave10', + 'GLOBHwave', ] if SID in GreatLake_SITES: diff --git a/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/AKHwave10.xml b/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/AKHwave10.xml new file mode 100644 index 0000000000..c6d45c5352 --- /dev/null +++ b/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/AKHwave10.xml @@ -0,0 +1,249 @@ + + + + 0 + 10800 + 21600 + 32400 + 43200 + 54000 + 64800 + 75600 + 86400 + 97200 + 108000 + 118800 + 129600 + 140400 + 151200 + 162000 + 172800 + 183600 + 194400 + 205200 + 216000 + 226800 + 237600 + 248400 + 259200 + 280800 + 302400 + 324000 + 345600 + 367200 + 388800 + 410400 + 432000 + 453600 + + + perpw + Primary wave period + s + seconds + primaryWavePeriod + 0.0 + 100.0 + -999999.0 + 1 + SFC + + SFC + + + + wvhgt + Wind wave height + m + meters + heightWindWaves + 0.0 + 50.0 + -999999.0 + 1 + SFC + + SFC + + + + staticSpacing + Grid spacing + meters + -999999.0 + + + vw + v-component wind + m/s + meter/sec + vWind + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + + swdir + Swell peak period direction + degree true + degree_True + swellWaveDir + 0.0 + 360.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + staticCoriolis + Coriolis parameter + /s + -999999.0 + + + wd + Wind Direction + degreeTrue + degree_True + windDir + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + wvdir + Direction of wind waves (from which) + degree true + degree_True + dirWindWaves + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + wvper + Wind wave peak period + s + seconds + peakPeriodWindWaves + 0.0 + 100.0 + -999999.0 + 1 + SFC + + SFC + + + + htsgw + Sig height combined wind waves and swell + m + meters + heightWindWavesandSwell + 0.0 + 50.0 + -999999.0 + 1 + SFC + + SFC + + + + swper + Swell wave peak period + s + seconds + swellWavePeriod + 0.0 + 100.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + swell + Significant swell wave height + m + meters + heightSwellWaves + 0.0 + 50.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + dirpw + Primary wave direction + degree true + degree_True + primaryWaveDir + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + uw + u-component wind + m/s + meter/sec + uWind + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + + ws + Wind Speed + m/s + meter/sec + windSpeed + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + diff --git a/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/AKHwave4.xml b/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/AKHwave4.xml new file mode 100644 index 0000000000..c6d45c5352 --- /dev/null +++ b/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/AKHwave4.xml @@ -0,0 +1,249 @@ + + + + 0 + 10800 + 21600 + 32400 + 43200 + 54000 + 64800 + 75600 + 86400 + 97200 + 108000 + 118800 + 129600 + 140400 + 151200 + 162000 + 172800 + 183600 + 194400 + 205200 + 216000 + 226800 + 237600 + 248400 + 259200 + 280800 + 302400 + 324000 + 345600 + 367200 + 388800 + 410400 + 432000 + 453600 + + + perpw + Primary wave period + s + seconds + primaryWavePeriod + 0.0 + 100.0 + -999999.0 + 1 + SFC + + SFC + + + + wvhgt + Wind wave height + m + meters + heightWindWaves + 0.0 + 50.0 + -999999.0 + 1 + SFC + + SFC + + + + staticSpacing + Grid spacing + meters + -999999.0 + + + vw + v-component wind + m/s + meter/sec + vWind + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + + swdir + Swell peak period direction + degree true + degree_True + swellWaveDir + 0.0 + 360.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + staticCoriolis + Coriolis parameter + /s + -999999.0 + + + wd + Wind Direction + degreeTrue + degree_True + windDir + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + wvdir + Direction of wind waves (from which) + degree true + degree_True + dirWindWaves + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + wvper + Wind wave peak period + s + seconds + peakPeriodWindWaves + 0.0 + 100.0 + -999999.0 + 1 + SFC + + SFC + + + + htsgw + Sig height combined wind waves and swell + m + meters + heightWindWavesandSwell + 0.0 + 50.0 + -999999.0 + 1 + SFC + + SFC + + + + swper + Swell wave peak period + s + seconds + swellWavePeriod + 0.0 + 100.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + swell + Significant swell wave height + m + meters + heightSwellWaves + 0.0 + 50.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + dirpw + Primary wave direction + degree true + degree_True + primaryWaveDir + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + uw + u-component wind + m/s + meter/sec + uWind + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + + ws + Wind Speed + m/s + meter/sec + windSpeed + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + diff --git a/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/GLOBHwave.xml b/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/GLOBHwave.xml new file mode 100644 index 0000000000..75966a4a38 --- /dev/null +++ b/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/GLOBHwave.xml @@ -0,0 +1,249 @@ + + + + 0 + 10800 + 21600 + 32400 + 43200 + 54000 + 64800 + 75600 + 86400 + 97200 + 108000 + 118800 + 129600 + 140400 + 151200 + 162000 + 172800 + 183600 + 194400 + 205200 + 216000 + 226800 + 237600 + 248400 + 259200 + 280800 + 302400 + 324000 + 345600 + 367200 + 388800 + 410400 + 432000 + 453600 + + + perpw + Primary wave period + s + seconds + primaryWavePeriod + 0.0 + 100.0 + -999999.0 + 1 + SFC + + SFC + + + + wvhgt + Wind wave height + m + meters + heightWindWaves + 0.0 + 50.0 + -999999.0 + 1 + SFC + + SFC + + + + staticSpacing + Grid spacing + meters + -99999.0 + + + vw + v-component wind + m/s + meter/sec + vWind + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + + swdir + Swell peak period direction + degree true + degree_True + swellWaveDir + 0.0 + 360.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + staticCoriolis + Coriolis parameter + /s + -999999.0 + + + wd + Wind Direction + degreeTrue + degree_True + windDir + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + wvdir + Direction of wind waves (from which) + degree true + degree_True + dirWindWaves + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + wvper + Wind wave peak period + s + seconds + peakPeriodWindWaves + 0.0 + 100.0 + -999999.0 + 1 + SFC + + SFC + + + + htsgw + Sig height combined wind waves and swell + m + meters + heightWindWavesandSwell + 0.0 + 50.0 + -999999.0 + 1 + SFC + + SFC + + + + swper + Swell wave peak period + s + seconds + swellWavePeriod + 0.0 + 100.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + swell + Significant swell wave height + m + meters + heightSwellWaves + 0.0 + 50.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + dirpw + Primary wave direction + degree true + degree_True + primaryWaveDir + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + uw + u-component wind + m/s + meter/sec + uWind + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + + ws + Wind Speed + m/s + meter/sec + windSpeed + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + diff --git a/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/NAHwave10.xml b/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/NAHwave10.xml new file mode 100644 index 0000000000..c6d45c5352 --- /dev/null +++ b/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/NAHwave10.xml @@ -0,0 +1,249 @@ + + + + 0 + 10800 + 21600 + 32400 + 43200 + 54000 + 64800 + 75600 + 86400 + 97200 + 108000 + 118800 + 129600 + 140400 + 151200 + 162000 + 172800 + 183600 + 194400 + 205200 + 216000 + 226800 + 237600 + 248400 + 259200 + 280800 + 302400 + 324000 + 345600 + 367200 + 388800 + 410400 + 432000 + 453600 + + + perpw + Primary wave period + s + seconds + primaryWavePeriod + 0.0 + 100.0 + -999999.0 + 1 + SFC + + SFC + + + + wvhgt + Wind wave height + m + meters + heightWindWaves + 0.0 + 50.0 + -999999.0 + 1 + SFC + + SFC + + + + staticSpacing + Grid spacing + meters + -999999.0 + + + vw + v-component wind + m/s + meter/sec + vWind + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + + swdir + Swell peak period direction + degree true + degree_True + swellWaveDir + 0.0 + 360.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + staticCoriolis + Coriolis parameter + /s + -999999.0 + + + wd + Wind Direction + degreeTrue + degree_True + windDir + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + wvdir + Direction of wind waves (from which) + degree true + degree_True + dirWindWaves + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + wvper + Wind wave peak period + s + seconds + peakPeriodWindWaves + 0.0 + 100.0 + -999999.0 + 1 + SFC + + SFC + + + + htsgw + Sig height combined wind waves and swell + m + meters + heightWindWavesandSwell + 0.0 + 50.0 + -999999.0 + 1 + SFC + + SFC + + + + swper + Swell wave peak period + s + seconds + swellWavePeriod + 0.0 + 100.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + swell + Significant swell wave height + m + meters + heightSwellWaves + 0.0 + 50.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + dirpw + Primary wave direction + degree true + degree_True + primaryWaveDir + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + uw + u-component wind + m/s + meter/sec + uWind + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + + ws + Wind Speed + m/s + meter/sec + windSpeed + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + diff --git a/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/NAHwave15.xml b/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/NAHwave15.xml new file mode 100644 index 0000000000..c6d45c5352 --- /dev/null +++ b/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/NAHwave15.xml @@ -0,0 +1,249 @@ + + + + 0 + 10800 + 21600 + 32400 + 43200 + 54000 + 64800 + 75600 + 86400 + 97200 + 108000 + 118800 + 129600 + 140400 + 151200 + 162000 + 172800 + 183600 + 194400 + 205200 + 216000 + 226800 + 237600 + 248400 + 259200 + 280800 + 302400 + 324000 + 345600 + 367200 + 388800 + 410400 + 432000 + 453600 + + + perpw + Primary wave period + s + seconds + primaryWavePeriod + 0.0 + 100.0 + -999999.0 + 1 + SFC + + SFC + + + + wvhgt + Wind wave height + m + meters + heightWindWaves + 0.0 + 50.0 + -999999.0 + 1 + SFC + + SFC + + + + staticSpacing + Grid spacing + meters + -999999.0 + + + vw + v-component wind + m/s + meter/sec + vWind + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + + swdir + Swell peak period direction + degree true + degree_True + swellWaveDir + 0.0 + 360.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + staticCoriolis + Coriolis parameter + /s + -999999.0 + + + wd + Wind Direction + degreeTrue + degree_True + windDir + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + wvdir + Direction of wind waves (from which) + degree true + degree_True + dirWindWaves + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + wvper + Wind wave peak period + s + seconds + peakPeriodWindWaves + 0.0 + 100.0 + -999999.0 + 1 + SFC + + SFC + + + + htsgw + Sig height combined wind waves and swell + m + meters + heightWindWavesandSwell + 0.0 + 50.0 + -999999.0 + 1 + SFC + + SFC + + + + swper + Swell wave peak period + s + seconds + swellWavePeriod + 0.0 + 100.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + swell + Significant swell wave height + m + meters + heightSwellWaves + 0.0 + 50.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + dirpw + Primary wave direction + degree true + degree_True + primaryWaveDir + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + uw + u-component wind + m/s + meter/sec + uWind + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + + ws + Wind Speed + m/s + meter/sec + windSpeed + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + diff --git a/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/NAHwave4.xml b/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/NAHwave4.xml new file mode 100644 index 0000000000..c6d45c5352 --- /dev/null +++ b/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/NAHwave4.xml @@ -0,0 +1,249 @@ + + + + 0 + 10800 + 21600 + 32400 + 43200 + 54000 + 64800 + 75600 + 86400 + 97200 + 108000 + 118800 + 129600 + 140400 + 151200 + 162000 + 172800 + 183600 + 194400 + 205200 + 216000 + 226800 + 237600 + 248400 + 259200 + 280800 + 302400 + 324000 + 345600 + 367200 + 388800 + 410400 + 432000 + 453600 + + + perpw + Primary wave period + s + seconds + primaryWavePeriod + 0.0 + 100.0 + -999999.0 + 1 + SFC + + SFC + + + + wvhgt + Wind wave height + m + meters + heightWindWaves + 0.0 + 50.0 + -999999.0 + 1 + SFC + + SFC + + + + staticSpacing + Grid spacing + meters + -999999.0 + + + vw + v-component wind + m/s + meter/sec + vWind + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + + swdir + Swell peak period direction + degree true + degree_True + swellWaveDir + 0.0 + 360.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + staticCoriolis + Coriolis parameter + /s + -999999.0 + + + wd + Wind Direction + degreeTrue + degree_True + windDir + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + wvdir + Direction of wind waves (from which) + degree true + degree_True + dirWindWaves + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + wvper + Wind wave peak period + s + seconds + peakPeriodWindWaves + 0.0 + 100.0 + -999999.0 + 1 + SFC + + SFC + + + + htsgw + Sig height combined wind waves and swell + m + meters + heightWindWavesandSwell + 0.0 + 50.0 + -999999.0 + 1 + SFC + + SFC + + + + swper + Swell wave peak period + s + seconds + swellWavePeriod + 0.0 + 100.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + swell + Significant swell wave height + m + meters + heightSwellWaves + 0.0 + 50.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + dirpw + Primary wave direction + degree true + degree_True + primaryWaveDir + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + uw + u-component wind + m/s + meter/sec + uWind + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + + ws + Wind Speed + m/s + meter/sec + windSpeed + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + diff --git a/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/NPHwave10.xml b/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/NPHwave10.xml new file mode 100644 index 0000000000..c6d45c5352 --- /dev/null +++ b/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/NPHwave10.xml @@ -0,0 +1,249 @@ + + + + 0 + 10800 + 21600 + 32400 + 43200 + 54000 + 64800 + 75600 + 86400 + 97200 + 108000 + 118800 + 129600 + 140400 + 151200 + 162000 + 172800 + 183600 + 194400 + 205200 + 216000 + 226800 + 237600 + 248400 + 259200 + 280800 + 302400 + 324000 + 345600 + 367200 + 388800 + 410400 + 432000 + 453600 + + + perpw + Primary wave period + s + seconds + primaryWavePeriod + 0.0 + 100.0 + -999999.0 + 1 + SFC + + SFC + + + + wvhgt + Wind wave height + m + meters + heightWindWaves + 0.0 + 50.0 + -999999.0 + 1 + SFC + + SFC + + + + staticSpacing + Grid spacing + meters + -999999.0 + + + vw + v-component wind + m/s + meter/sec + vWind + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + + swdir + Swell peak period direction + degree true + degree_True + swellWaveDir + 0.0 + 360.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + staticCoriolis + Coriolis parameter + /s + -999999.0 + + + wd + Wind Direction + degreeTrue + degree_True + windDir + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + wvdir + Direction of wind waves (from which) + degree true + degree_True + dirWindWaves + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + wvper + Wind wave peak period + s + seconds + peakPeriodWindWaves + 0.0 + 100.0 + -999999.0 + 1 + SFC + + SFC + + + + htsgw + Sig height combined wind waves and swell + m + meters + heightWindWavesandSwell + 0.0 + 50.0 + -999999.0 + 1 + SFC + + SFC + + + + swper + Swell wave peak period + s + seconds + swellWavePeriod + 0.0 + 100.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + swell + Significant swell wave height + m + meters + heightSwellWaves + 0.0 + 50.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + dirpw + Primary wave direction + degree true + degree_True + primaryWaveDir + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + uw + u-component wind + m/s + meter/sec + uWind + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + + ws + Wind Speed + m/s + meter/sec + windSpeed + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + diff --git a/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/NPHwave15.xml b/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/NPHwave15.xml new file mode 100644 index 0000000000..c6d45c5352 --- /dev/null +++ b/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/NPHwave15.xml @@ -0,0 +1,249 @@ + + + + 0 + 10800 + 21600 + 32400 + 43200 + 54000 + 64800 + 75600 + 86400 + 97200 + 108000 + 118800 + 129600 + 140400 + 151200 + 162000 + 172800 + 183600 + 194400 + 205200 + 216000 + 226800 + 237600 + 248400 + 259200 + 280800 + 302400 + 324000 + 345600 + 367200 + 388800 + 410400 + 432000 + 453600 + + + perpw + Primary wave period + s + seconds + primaryWavePeriod + 0.0 + 100.0 + -999999.0 + 1 + SFC + + SFC + + + + wvhgt + Wind wave height + m + meters + heightWindWaves + 0.0 + 50.0 + -999999.0 + 1 + SFC + + SFC + + + + staticSpacing + Grid spacing + meters + -999999.0 + + + vw + v-component wind + m/s + meter/sec + vWind + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + + swdir + Swell peak period direction + degree true + degree_True + swellWaveDir + 0.0 + 360.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + staticCoriolis + Coriolis parameter + /s + -999999.0 + + + wd + Wind Direction + degreeTrue + degree_True + windDir + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + wvdir + Direction of wind waves (from which) + degree true + degree_True + dirWindWaves + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + wvper + Wind wave peak period + s + seconds + peakPeriodWindWaves + 0.0 + 100.0 + -999999.0 + 1 + SFC + + SFC + + + + htsgw + Sig height combined wind waves and swell + m + meters + heightWindWavesandSwell + 0.0 + 50.0 + -999999.0 + 1 + SFC + + SFC + + + + swper + Swell wave peak period + s + seconds + swellWavePeriod + 0.0 + 100.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + swell + Significant swell wave height + m + meters + heightSwellWaves + 0.0 + 50.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + dirpw + Primary wave direction + degree true + degree_True + primaryWaveDir + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + uw + u-component wind + m/s + meter/sec + uWind + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + + ws + Wind Speed + m/s + meter/sec + windSpeed + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + diff --git a/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/NPHwave4.xml b/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/NPHwave4.xml new file mode 100644 index 0000000000..c6d45c5352 --- /dev/null +++ b/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/NPHwave4.xml @@ -0,0 +1,249 @@ + + + + 0 + 10800 + 21600 + 32400 + 43200 + 54000 + 64800 + 75600 + 86400 + 97200 + 108000 + 118800 + 129600 + 140400 + 151200 + 162000 + 172800 + 183600 + 194400 + 205200 + 216000 + 226800 + 237600 + 248400 + 259200 + 280800 + 302400 + 324000 + 345600 + 367200 + 388800 + 410400 + 432000 + 453600 + + + perpw + Primary wave period + s + seconds + primaryWavePeriod + 0.0 + 100.0 + -999999.0 + 1 + SFC + + SFC + + + + wvhgt + Wind wave height + m + meters + heightWindWaves + 0.0 + 50.0 + -999999.0 + 1 + SFC + + SFC + + + + staticSpacing + Grid spacing + meters + -999999.0 + + + vw + v-component wind + m/s + meter/sec + vWind + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + + swdir + Swell peak period direction + degree true + degree_True + swellWaveDir + 0.0 + 360.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + staticCoriolis + Coriolis parameter + /s + -999999.0 + + + wd + Wind Direction + degreeTrue + degree_True + windDir + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + wvdir + Direction of wind waves (from which) + degree true + degree_True + dirWindWaves + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + wvper + Wind wave peak period + s + seconds + peakPeriodWindWaves + 0.0 + 100.0 + -999999.0 + 1 + SFC + + SFC + + + + htsgw + Sig height combined wind waves and swell + m + meters + heightWindWavesandSwell + 0.0 + 50.0 + -999999.0 + 1 + SFC + + SFC + + + + swper + Swell wave peak period + s + seconds + swellWavePeriod + 0.0 + 100.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + swell + Significant swell wave height + m + meters + heightSwellWaves + 0.0 + 50.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + dirpw + Primary wave direction + degree true + degree_True + primaryWaveDir + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + uw + u-component wind + m/s + meter/sec + uWind + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + + ws + Wind Speed + m/s + meter/sec + windSpeed + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + diff --git a/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/WPHwave10.xml b/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/WPHwave10.xml new file mode 100644 index 0000000000..c6d45c5352 --- /dev/null +++ b/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/grid/parameterInfo/WPHwave10.xml @@ -0,0 +1,249 @@ + + + + 0 + 10800 + 21600 + 32400 + 43200 + 54000 + 64800 + 75600 + 86400 + 97200 + 108000 + 118800 + 129600 + 140400 + 151200 + 162000 + 172800 + 183600 + 194400 + 205200 + 216000 + 226800 + 237600 + 248400 + 259200 + 280800 + 302400 + 324000 + 345600 + 367200 + 388800 + 410400 + 432000 + 453600 + + + perpw + Primary wave period + s + seconds + primaryWavePeriod + 0.0 + 100.0 + -999999.0 + 1 + SFC + + SFC + + + + wvhgt + Wind wave height + m + meters + heightWindWaves + 0.0 + 50.0 + -999999.0 + 1 + SFC + + SFC + + + + staticSpacing + Grid spacing + meters + -999999.0 + + + vw + v-component wind + m/s + meter/sec + vWind + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + + swdir + Swell peak period direction + degree true + degree_True + swellWaveDir + 0.0 + 360.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + staticCoriolis + Coriolis parameter + /s + -999999.0 + + + wd + Wind Direction + degreeTrue + degree_True + windDir + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + wvdir + Direction of wind waves (from which) + degree true + degree_True + dirWindWaves + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + wvper + Wind wave peak period + s + seconds + peakPeriodWindWaves + 0.0 + 100.0 + -999999.0 + 1 + SFC + + SFC + + + + htsgw + Sig height combined wind waves and swell + m + meters + heightWindWavesandSwell + 0.0 + 50.0 + -999999.0 + 1 + SFC + + SFC + + + + swper + Swell wave peak period + s + seconds + swellWavePeriod + 0.0 + 100.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + swell + Significant swell wave height + m + meters + heightSwellWaves + 0.0 + 50.0 + -999999.0 + 1 + OSEQD 1 2 + + OSEQD1 + OSEQD2 + + + + dirpw + Primary wave direction + degree true + degree_True + primaryWaveDir + 0.0 + 360.0 + -999999.0 + 1 + SFC + + SFC + + + + uw + u-component wind + m/s + meter/sec + uWind + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + + ws + Wind Speed + m/s + meter/sec + windSpeed + -150.0 + 150.0 + -999999.0 + 1 + SFC + + SFC + + + diff --git a/edexOsgi/com.raytheon.edex.plugin.grib/utility/edex_static/base/grib/models/gribModels_NCEP-7.xml b/edexOsgi/com.raytheon.edex.plugin.grib/utility/edex_static/base/grib/models/gribModels_NCEP-7.xml index 06d90d8177..4610adc23f 100644 --- a/edexOsgi/com.raytheon.edex.plugin.grib/utility/edex_static/base/grib/models/gribModels_NCEP-7.xml +++ b/edexOsgi/com.raytheon.edex.plugin.grib/utility/edex_static/base/grib/models/gribModels_NCEP-7.xml @@ -2095,6 +2095,106 @@ 11 + + + GLOBHwave +
7
+ 0 + 720311001 + + 13 + +
+ + + AKHwave10 +
7
+ 0 + 15 + + 13 + +
+ + + AKHwave4 +
7
+ 0 + 16 + + 13 + +
+ + + NAHwave15 +
7
+ 0 + 238 + + 13 + +
+ + + NAHwave10 +
7
+ 0 + 12 + + 13 + +
+ + + NAHwave4 +
7
+ 0 + 18 + + 13 + +
+ + + NPHwave15 +
7
+ 0 + 253 + + 13 + +
+ + + NPHwave10 +
7
+ 0 + 13 + + 13 + +
+ + + NPHwave4 +
7
+ 0 + 17 + + 13 + +
+ + + WPHwave10 +
7
+ 0 + 14 + + 13 + +
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 d0c1625e11..bd66a0e029 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 @@ -732,4 +732,46 @@ 5 00-00:15:00 + + + + GLOBHwave + 1 + + + NAHwave15 + 1 + + + NAHwave10 + 1 + + + NAHwave4 + 1 + + + NPHwave15 + 1 + + + NPHwave10 + 1 + + + NPHwave4 + 1 + + + WPHwave10 + 1 + + + AKHwave10 + 1 + + + AKHwave4 + 1 +