Merge remote-tracking branch 'origin/unidata_16.2.2' into unidata_16.2.2-osx

This commit is contained in:
Michael James 2016-11-30 15:32:23 -07:00
commit 9ffe0f21a0
128 changed files with 1619 additions and 722 deletions

View file

@ -1,20 +1,9 @@
<project default="main" basedir=".">
<property name="localization.sites" value="BOU" />
<property name="deploy.python" value="true" />
<!--
The python packages to deploy - provided that
deploy.python is true
-->
<property name="python.packages"
value="pypies" />
<!-- EDEX root directory - defaults to /awips2/edex -->
<property name="python.packages" value="pypies" />
<property name="edex.root" value="/awips2/edex" />
<!-- Python root directory - defaults to /awips2/python -->
<property name="python.root" value="/awips2/python" />
<!--
if groovy.path is not manually set, groovy must be
on the PATH.
-->
<property name="groovy.path" value="" />
<property name="architecture" value="x86_64" />

View file

@ -47,5 +47,4 @@ com.raytheon.uf.viz.npp.sounding.feature
com.raytheon.uf.viz.ncep.npp.feature
com.raytheon.uf.viz.ncep.perspective.feature
com.raytheon.uf.viz.d2d.skewt.feature
gov.noaa.gsd.viz.ensemble.feature
com.raytheon.uf.viz.satellite.goesr.feature

View file

@ -276,9 +276,6 @@
<antcall target="p2.build.repo">
<param name="feature" value="com.raytheon.uf.viz.d2d.ui.awips.feature" />
</antcall>
<antcall target="p2.build.repo">
<param name="feature" value="gov.noaa.gsd.viz.ensemble.feature" />
</antcall>
<antcall target="p2.build.repo">
<param name="feature" value="edu.wisc.ssec.cimss.viz.convectprob.feature" />
</antcall>

View file

@ -199,7 +199,6 @@ fi
curTime=`date +%Y%m%d_%H%M%S`
pid=$!
export LOGFILE_STARTUP_SHUTDOWN="$FULL_LOGDIR/${PROGRAM_NAME}_${pid}_${curTime}_pid_%PID%_startup-shutdown.log"
createEclipseConfigurationDir
TMP_VMARGS="--launcher.appendVmargs -vmargs -Djava.io.tmpdir=${eclipseConfigurationDir}"
@ -207,10 +206,6 @@ TMP_VMARGS="--launcher.appendVmargs -vmargs -Djava.io.tmpdir=${eclipseConfigurat
# At this point fork so that log files can be set up with the process pid and
# this process can log the exit status of cave.
(
# can we write to log directory
if [ -w $FULL_LOGDIR ]; then
touch ${LOGFILE_STARTUP_SHUTDOWN}
fi
# remove "-noredirect" flag from command-line if set so it doesn't confuse any
# commands we call later.
@ -239,9 +234,6 @@ TMP_VMARGS="--launcher.appendVmargs -vmargs -Djava.io.tmpdir=${eclipseConfigurat
nohup ${CAVE_INSTALL}/monitorThreads.sh $pid >> /dev/null 2>&1 &
fi
echo "Launching cave application using the following command: " >> ${LOGFILE_STARTUP_SHUTDOWN}
echo "${CAVE_INSTALL}/cave ${CAVE_INI_ARG} ${SWITCHES[@]} ${USER_ARGS[@]} ${TMP_VMARGS} ${VERSION_ARGS[@]}" >> ${LOGFILE_STARTUP_SHUTDOWN}
if [[ "${redirect}" == "true" ]] ; then
# send output to /dev/null because the logback CaveConsoleAppender will capture that output
exec ${CAVE_INSTALL}/cave ${CAVE_INI_ARG} "${SWITCHES[@]}" "${USER_ARGS[@]}" ${TMP_VMARGS} "${VERSION_ARGS[@]}" >> /dev/null 2>&1
@ -251,6 +243,3 @@ TMP_VMARGS="--launcher.appendVmargs -vmargs -Djava.io.tmpdir=${eclipseConfigurat
fi
) &
pid=$!
logExitStatus $pid $LOGFILE_STARTUP_SHUTDOWN

View file

@ -933,10 +933,6 @@
</with>
</activeWhen>
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.actions.LocateCursorAction"
commandId="com.raytheon.uf.viz.d2d.ui.actions.locateCursorAction">
</handler>
<handler
class="com.raytheon.uf.viz.d2d.ui.actions.LoadModeHandler"
commandId="com.raytheon.uf.viz.d2d.ui.actions.setloadmode">
@ -1427,12 +1423,6 @@
id="com.raytheon.viz.ui.actions.notImplemented"
name="Data Scale">
</command>
<command
id="com.raytheon.uf.viz.d2d.ui.actions.locateCursorAction"
categoryId="com.raytheon.uf.viz.d2d.ui"
description="Locates the cursor on the screen"
name="Locate Cursor">
</command>
<command
id="com.raytheon.uf.viz.d2d.ui.actions.displayPropertiesAction"
categoryId="com.raytheon.uf.viz.d2d.ui"

View file

@ -81,7 +81,6 @@ public class D2D5Pane implements IPerspectiveFactory {
// Get the editor area.
String editorArea = layout.getEditorArea();
layout.setFixed(false);
layout.addPlaceholder("gov.noaa.gsd.viz.ensemble.tool.viewer", IPageLayout.RIGHT,0.6f, editorArea);
List<String> baseViewsToAdd = new ArrayList<String>();
Set<String> addedViews = new HashSet<String>();

View file

@ -116,11 +116,7 @@
<includes
id="com.raytheon.uf.viz.d2d.nsharp.feature"
version="0.0.0"/>
<!--
<includes
id="com.raytheon.uf.viz.archive.feature"
version="0.0.0"/>
-->
<includes
id="com.raytheon.uf.viz.ncep.perspective.feature"
version="0.0.0"/>
@ -173,10 +169,6 @@
id="com.raytheon.uf.viz.aviation.advisory.feature"
version="0.0.0"/>
<includes
id="gov.noaa.gsd.viz.ensemble.feature"
version="0.0.0"/>
<includes
id="com.raytheon.uf.viz.d2d.damagepath.feature"
version="0.0.0"/>
@ -196,10 +188,15 @@
<includes
id="com.raytheon.uf.viz.satellite.goesr.feature"
version="0.0.0"/>
<includes
id="com.raytheon.viz.hydro.feature"
version="0.0.0"/>
<includes
id="edu.wisc.ssec.cimss.viz.convectprob.feature"
version="0.0.0"/>
<requires>
<import feature="com.raytheon.uf.viz.application.feature" version="1.0.0.qualifier"/>
</requires>

View file

@ -20,7 +20,7 @@
-XX:MaxPermSize=256m
-Dorg.eclipse.ui/KEY_CONFIGURATION_ID=com.raytheon.viz.ui.awips.scheme
-Dqpid.dest_syntax=BURL
-Dlogback.configurationFile=logback-viz-core.xml
-Dlogback.configurationFile=logback-viz-alertview.xml
-Dlogback.statusListenerClass=com.raytheon.uf.common.logback.UFLogbackInternalStatusListener
-Dthrift.stream.maxsize=200
-Dviz.memory.warn.threshold=98
@ -113,7 +113,6 @@
<feature id="com.raytheon.uf.viz.ncep.npp.feature"/>
<feature id="com.raytheon.uf.viz.ncep.perspective.feature"/>
<feature id="com.raytheon.uf.viz.d2d.skewt.feature"/>
<feature id="gov.noaa.gsd.viz.ensemble.feature"/>
<feature id="edu.wisc.ssec.cimss.viz.convectprob.feature"/>
<feature id="gov.noaa.nws.mdl.viz.boundaryTool.common.feature"/>
<feature id="com.raytheon.uf.viz.satellite.goesr.feature"/>

View file

@ -24,9 +24,6 @@
<constraint constraintValue="${product}"
constraintType="IN" />
</mapping>
<mapping key="icao">
<constraint constraintValue="${mosaicIcaoList}" constraintType="IN" />
</mapping>
<mapping key="primaryElevationAngle">
<constraint constraintValue="${elevation}"
constraintType="EQUALS" />
@ -35,38 +32,33 @@
<constraint constraintValue="radar" constraintType="EQUALS" />
</mapping>
</metadataMap>
<resourceFactory xsi:type="radarMosaicResourceFactory" values="${mosaicIcaoList}" key="kxxx">
<resource>
<loadProperties loadWithoutData="true">
<capabilities>
<capability xsi:type="imagingCapability"
interpolationState="false" brightness="1.0" contrast="1.0"
alpha="1.0" />
</capabilities>
</loadProperties>
<properties isSystemResource="false" isBlinking="false"
isMapLayer="false" isHoverOn="false" isVisible="true" />
<resourceData xsi:type="radarResourceData"
isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap>
<mapping key="productCode">
<constraint constraintValue="${product}"
constraintType="IN" />
</mapping>
<mapping key="icao">
<constraint constraintValue="kxxx" constraintType="EQUALS" />
</mapping>
<mapping key="primaryElevationAngle">
<constraint constraintValue="${elevation}"
constraintType="EQUALS" />
</mapping>
<mapping key="pluginName">
<constraint constraintValue="radar" constraintType="EQUALS" />
</mapping>
</metadataMap>
</resourceData>
</resource>
</resourceFactory>
<resource>
<loadProperties loadWithoutData="true">
<capabilities>
<capability xsi:type="imagingCapability"
interpolationState="false" brightness="1.0" contrast="1.0"
alpha="1.0" />
</capabilities>
</loadProperties>
<properties isSystemResource="false" isBlinking="false"
isMapLayer="false" isHoverOn="false" isVisible="true" />
<resourceData xsi:type="radarResourceData"
isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap>
<mapping key="productCode">
<constraint constraintValue="${product}"
constraintType="IN" />
</mapping>
<mapping key="primaryElevationAngle">
<constraint constraintValue="${elevation}"
constraintType="EQUALS" />
</mapping>
<mapping key="pluginName">
<constraint constraintValue="radar" constraintType="EQUALS" />
</mapping>
</metadataMap>
</resourceData>
</resource>
</resourceData>
</resource>
</descriptor>

View file

@ -27,10 +27,6 @@
<constraint constraintValue="${product}"
constraintType="IN" />
</mapping>
<mapping key="icao">
<constraint constraintValue="${mosaicIcaoList}"
constraintType="IN" />
</mapping>
<mapping key="primaryElevationAngle">
<constraint constraintValue="${elevation}"
constraintType="EQUALS" />
@ -44,54 +40,46 @@
constraintType="EQUALS" />
</mapping>
</metadataMap>
<resourceFactory xsi:type="radarMosaicResourceFactory"
values="${mosaicIcaoList}" key="kxxx">
<resource>
<loadProperties
loadWithoutData="true">
<capabilities>
<capability xsi:type="imagingCapability"
interpolationState="false"
brightness="1.0" contrast="1.0"
alpha="1.0" />
</capabilities>
</loadProperties>
<properties isSystemResource="false"
isBlinking="false" isMapLayer="false"
isHoverOn="false" isVisible="true" />
<resourceData xsi:type="radarResourceData"
isUpdatingOnMetadataOnly="false"
isRequeryNecessaryOnTimeMatch="true">
<metadataMap>
<mapping key="productCode">
<constraint
constraintValue="${product}"
constraintType="IN" />
</mapping>
<mapping key="icao">
<constraint
constraintValue="kxxx"
constraintType="EQUALS" />
</mapping>
<mapping key="primaryElevationAngle">
<constraint
constraintValue="${elevation}"
constraintType="EQUALS" />
</mapping>
<mapping key="layer">
<constraint
constraintValue="${layer}"
constraintType="EQUALS" />
</mapping>
<mapping key="pluginName">
<constraint
constraintValue="radar"
constraintType="EQUALS" />
</mapping>
</metadataMap>
</resourceData>
</resource>
</resourceFactory>
<resource>
<loadProperties
loadWithoutData="true">
<capabilities>
<capability xsi:type="imagingCapability"
interpolationState="false"
brightness="1.0" contrast="1.0"
alpha="1.0" />
</capabilities>
</loadProperties>
<properties isSystemResource="false"
isBlinking="false" isMapLayer="false"
isHoverOn="false" isVisible="true" />
<resourceData xsi:type="radarResourceData"
isUpdatingOnMetadataOnly="false"
isRequeryNecessaryOnTimeMatch="true">
<metadataMap>
<mapping key="productCode">
<constraint
constraintValue="${product}"
constraintType="IN" />
</mapping>
<mapping key="primaryElevationAngle">
<constraint
constraintValue="${elevation}"
constraintType="EQUALS" />
</mapping>
<mapping key="layer">
<constraint
constraintValue="${layer}"
constraintType="EQUALS" />
</mapping>
<mapping key="pluginName">
<constraint
constraintValue="radar"
constraintType="EQUALS" />
</mapping>
</metadataMap>
</resourceData>
</resource>
</resourceData>
</resource>
</descriptor>

View file

@ -54,9 +54,6 @@
<mapping key="productCode">
<constraint constraintValue="${product1}" constraintType="EQUALS"/>
</mapping>
<mapping key="icao">
<constraint constraintValue="${mosaicIcaoList}" constraintType="IN" />
</mapping>
<mapping key="primaryElevationAngle">
<constraint constraintValue="${elevation}"
constraintType="EQUALS" />
@ -65,38 +62,33 @@
<constraint constraintValue="radar" constraintType="EQUALS"/>
</mapping>
</metadataMap>
<resourceFactory xsi:type="radarMosaicResourceFactory" values="${mosaicIcaoList}" key="kxxx">
<resource>
<loadProperties loadWithoutData="true">
<capabilities>
<capability xsi:type="imagingCapability"
interpolationState="false" brightness="1.0" contrast="1.0"
alpha="1.0" />
</capabilities>
</loadProperties>
<properties isSystemResource="false" isBlinking="false"
isMapLayer="false" isHoverOn="false" isVisible="true" />
<resourceData xsi:type="radarResourceData"
isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap>
<mapping key="productCode">
<constraint constraintValue="${product1}"
constraintType="EQUALS" />
</mapping>
<mapping key="icao">
<constraint constraintValue="kxxx" constraintType="EQUALS" />
</mapping>
<mapping key="primaryElevationAngle">
<constraint constraintValue="${elevation}"
constraintType="EQUALS" />
</mapping>
<mapping key="pluginName">
<constraint constraintValue="radar" constraintType="EQUALS" />
</mapping>
</metadataMap>
</resourceData>
</resource>
</resourceFactory>
<resource>
<loadProperties loadWithoutData="true">
<capabilities>
<capability xsi:type="imagingCapability"
interpolationState="false" brightness="1.0" contrast="1.0"
alpha="1.0" />
</capabilities>
</loadProperties>
<properties isSystemResource="false" isBlinking="false"
isMapLayer="false" isHoverOn="false" isVisible="true" />
<resourceData xsi:type="radarResourceData"
isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap>
<mapping key="productCode">
<constraint constraintValue="${product1}"
constraintType="EQUALS" />
</mapping>
<mapping key="primaryElevationAngle">
<constraint constraintValue="${elevation}"
constraintType="EQUALS" />
</mapping>
<mapping key="pluginName">
<constraint constraintValue="radar" constraintType="EQUALS" />
</mapping>
</metadataMap>
</resourceData>
</resource>
</resourceData>
</resource>
</descriptor>
@ -124,9 +116,6 @@
<mapping key="productCode">
<constraint constraintValue="${product2}" constraintType="EQUALS"/>
</mapping>
<mapping key="icao">
<constraint constraintValue="${mosaicIcaoList}" constraintType="IN" />
</mapping>
<mapping key="primaryElevationAngle">
<constraint constraintValue="${elevation}"
constraintType="EQUALS" />
@ -135,38 +124,33 @@
<constraint constraintValue="radar" constraintType="EQUALS"/>
</mapping>
</metadataMap>
<resourceFactory xsi:type="radarMosaicResourceFactory" values="${mosaicIcaoList}" key="kxxx">
<resource>
<loadProperties loadWithoutData="true">
<capabilities>
<capability xsi:type="imagingCapability"
interpolationState="false" brightness="1.0" contrast="1.0"
alpha="1.0" />
</capabilities>
</loadProperties>
<properties isSystemResource="false" isBlinking="false"
isMapLayer="false" isHoverOn="false" isVisible="true" />
<resourceData xsi:type="radarResourceData"
isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap>
<mapping key="productCode">
<constraint constraintValue="${product2}"
constraintType="EQUALS" />
</mapping>
<mapping key="icao">
<constraint constraintValue="kxxx" constraintType="EQUALS" />
</mapping>
<mapping key="primaryElevationAngle">
<constraint constraintValue="${elevation}"
constraintType="EQUALS" />
</mapping>
<mapping key="pluginName">
<constraint constraintValue="radar" constraintType="EQUALS" />
</mapping>
</metadataMap>
</resourceData>
</resource>
</resourceFactory>
<resource>
<loadProperties loadWithoutData="true">
<capabilities>
<capability xsi:type="imagingCapability"
interpolationState="false" brightness="1.0" contrast="1.0"
alpha="1.0" />
</capabilities>
</loadProperties>
<properties isSystemResource="false" isBlinking="false"
isMapLayer="false" isHoverOn="false" isVisible="true" />
<resourceData xsi:type="radarResourceData"
isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap>
<mapping key="productCode">
<constraint constraintValue="${product2}"
constraintType="EQUALS" />
</mapping>
<mapping key="primaryElevationAngle">
<constraint constraintValue="${elevation}"
constraintType="EQUALS" />
</mapping>
<mapping key="pluginName">
<constraint constraintValue="radar" constraintType="EQUALS" />
</mapping>
</metadataMap>
</resourceData>
</resource>
</resourceData>
</resource>
</descriptor>

View file

@ -42,106 +42,89 @@
<constraint constraintValue="37,36,57"
constraintType="IN" />
</mapping>
<mapping key="icao">
<constraint constraintValue="${mosaicIcaoList}" constraintType="IN" />
</mapping>
<mapping key="pluginName">
<constraint constraintValue="radar" constraintType="EQUALS" />
</mapping>
</metadataMap>
<resourceFactory xsi:type="radarMosaicResourceFactory" values="${mosaicIcaoList}" key="kxxx">
<resource>
<loadProperties>
<capabilities>
<capability xsi:type="imagingCapability" interpolationState="false" brightness="1.0" contrast="1.0" alpha="1.0" />
</capabilities>
</loadProperties>
<properties isSystemResource="false" isBlinking="false" isMapLayer="false" isHoverOn="false" isVisible="true">
</properties>
<resourceData xsi:type="bestResResourceData" productIdentifierKey="productCode" retrieveData="false">
<metadataMap>
<mapping key="productCode">
<constraint constraintValue="37,36,57" constraintType="IN" />
</mapping>
<mapping key="icao">
<constraint constraintValue="kxxx" constraintType="EQUALS" />
</mapping>
<mapping key="pluginName">
<constraint constraintValue="radar" constraintType="EQUALS" />
</mapping>
</metadataMap>
<resource>
<loadProperties>
<capabilities>
<capability xsi:type="imagingCapability" interpolationState="false" brightness="1.0" contrast="1.0" alpha="1.0" />
<capability xsi:type="rangeRingsOverlayCapability" />
</capabilities>
</loadProperties>
<properties isSystemResource="false" isBlinking="false" isMapLayer="false" isHoverOn="false" isVisible="true">
</properties>
<resourceData xsi:type="radarResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap>
<mapping key="productCode">
<constraint constraintValue="37" constraintType="EQUALS" />
</mapping>
<mapping key="icao">
<constraint constraintValue="kxxx" constraintType="EQUALS" />
</mapping>
<mapping key="pluginName">
<constraint constraintValue="radar" constraintType="EQUALS" />
</mapping>
</metadataMap>
</resourceData>
</resource>
<resource>
<loadProperties>
<capabilities>
<capability xsi:type="imagingCapability" interpolationState="false" brightness="1.0" contrast="1.0" alpha="1.0" />
<capability xsi:type="rangeRingsOverlayCapability" />
</capabilities>
</loadProperties>
<properties isSystemResource="false" isBlinking="false" isMapLayer="false" isHoverOn="false" isVisible="true">
</properties>
<resourceData xsi:type="radarResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap>
<mapping key="productCode">
<constraint constraintValue="36" constraintType="EQUALS" />
</mapping>
<mapping key="icao">
<constraint constraintValue="kxxx" constraintType="EQUALS" />
</mapping>
<mapping key="pluginName">
<constraint constraintValue="radar" constraintType="EQUALS" />
</mapping>
</metadataMap>
</resourceData>
</resource>
<resource>
<loadProperties>
<capabilities>
<capability xsi:type="imagingCapability" interpolationState="false" brightness="1.0" contrast="1.0" alpha="1.0" />
<capability xsi:type="rangeRingsOverlayCapability" />
</capabilities>
</loadProperties>
<properties isSystemResource="false" isBlinking="false" isMapLayer="false" isHoverOn="false" isVisible="true">
</properties>
<resourceData xsi:type="radarResourceData" mode="CZ" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap>
<mapping key="productCode">
<constraint constraintValue="57" constraintType="EQUALS" />
</mapping>
<mapping key="icao">
<constraint constraintValue="kxxx" constraintType="EQUALS" />
</mapping>
<mapping key="pluginName">
<constraint constraintValue="radar" constraintType="EQUALS" />
</mapping>
</metadataMap>
</resourceData>
</resource>
</resourceData>
</resource>
</resourceFactory>
<resource>
<loadProperties>
<capabilities>
<capability xsi:type="imagingCapability" interpolationState="false" brightness="1.0" contrast="1.0" alpha="1.0" />
</capabilities>
</loadProperties>
<properties isSystemResource="false" isBlinking="false" isMapLayer="false" isHoverOn="false" isVisible="true">
</properties>
<resourceData xsi:type="bestResResourceData" productIdentifierKey="productCode" retrieveData="false">
<metadataMap>
<mapping key="productCode">
<constraint constraintValue="37,36,57" constraintType="IN" />
</mapping>
<mapping key="pluginName">
<constraint constraintValue="radar" constraintType="EQUALS" />
</mapping>
</metadataMap>
<resource>
<loadProperties>
<capabilities>
<capability xsi:type="imagingCapability" interpolationState="false" brightness="1.0" contrast="1.0" alpha="1.0" />
<capability xsi:type="rangeRingsOverlayCapability" />
</capabilities>
</loadProperties>
<properties isSystemResource="false" isBlinking="false" isMapLayer="false" isHoverOn="false" isVisible="true">
</properties>
<resourceData xsi:type="radarResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap>
<mapping key="productCode">
<constraint constraintValue="37" constraintType="EQUALS" />
</mapping>
<mapping key="pluginName">
<constraint constraintValue="radar" constraintType="EQUALS" />
</mapping>
</metadataMap>
</resourceData>
</resource>
<resource>
<loadProperties>
<capabilities>
<capability xsi:type="imagingCapability" interpolationState="false" brightness="1.0" contrast="1.0" alpha="1.0" />
<capability xsi:type="rangeRingsOverlayCapability" />
</capabilities>
</loadProperties>
<properties isSystemResource="false" isBlinking="false" isMapLayer="false" isHoverOn="false" isVisible="true">
</properties>
<resourceData xsi:type="radarResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap>
<mapping key="productCode">
<constraint constraintValue="36" constraintType="EQUALS" />
</mapping>
<mapping key="pluginName">
<constraint constraintValue="radar" constraintType="EQUALS" />
</mapping>
</metadataMap>
</resourceData>
</resource>
<resource>
<loadProperties>
<capabilities>
<capability xsi:type="imagingCapability" interpolationState="false" brightness="1.0" contrast="1.0" alpha="1.0" />
<capability xsi:type="rangeRingsOverlayCapability" />
</capabilities>
</loadProperties>
<properties isSystemResource="false" isBlinking="false" isMapLayer="false" isHoverOn="false" isVisible="true">
</properties>
<resourceData xsi:type="radarResourceData" mode="CZ" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap>
<mapping key="productCode">
<constraint constraintValue="57" constraintType="EQUALS" />
</mapping>
<mapping key="pluginName">
<constraint constraintValue="radar" constraintType="EQUALS" />
</mapping>
</metadataMap>
</resourceData>
</resource>
</resourceData>
</resource>
</resourceData>
</resource>
</descriptor>

View file

@ -24,9 +24,6 @@
<constraint constraintValue="${product}"
constraintType="IN" />
</mapping>
<mapping key="icao">
<constraint constraintValue="${mosaicIcaoList}" constraintType="IN" />
</mapping>
<mapping key="primaryElevationAngle">
<constraint constraintValue="${elevation}"
constraintType="IN" />
@ -35,38 +32,33 @@
<constraint constraintValue="radar" constraintType="EQUALS" />
</mapping>
</metadataMap>
<resourceFactory xsi:type="radarMosaicResourceFactory" values="${mosaicIcaoList}" key="kxxx">
<resource>
<loadProperties loadWithoutData="true">
<capabilities>
<capability xsi:type="imagingCapability"
interpolationState="false" brightness="1.0" contrast="1.0"
alpha="1.0" />
</capabilities>
</loadProperties>
<properties isSystemResource="false" isBlinking="false"
isMapLayer="false" isHoverOn="false" isVisible="true" />
<resourceData xsi:type="radarResourceData"
isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap>
<mapping key="productCode">
<constraint constraintValue="${product}"
constraintType="IN" />
</mapping>
<mapping key="icao">
<constraint constraintValue="kxxx" constraintType="EQUALS" />
</mapping>
<mapping key="primaryElevationAngle">
<constraint constraintValue="${elevation}"
constraintType="IN" />
</mapping>
<mapping key="pluginName">
<constraint constraintValue="radar" constraintType="EQUALS" />
</mapping>
</metadataMap>
</resourceData>
</resource>
</resourceFactory>
<resource>
<loadProperties loadWithoutData="true">
<capabilities>
<capability xsi:type="imagingCapability"
interpolationState="false" brightness="1.0" contrast="1.0"
alpha="1.0" />
</capabilities>
</loadProperties>
<properties isSystemResource="false" isBlinking="false"
isMapLayer="false" isHoverOn="false" isVisible="true" />
<resourceData xsi:type="radarResourceData"
isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap>
<mapping key="productCode">
<constraint constraintValue="${product}"
constraintType="IN" />
</mapping>
<mapping key="primaryElevationAngle">
<constraint constraintValue="${elevation}"
constraintType="IN" />
</mapping>
<mapping key="pluginName">
<constraint constraintValue="radar" constraintType="EQUALS" />
</mapping>
</metadataMap>
</resourceData>
</resource>
</resourceData>
</resource>
</descriptor>

View file

@ -57,7 +57,7 @@
<substitute key="colormap" value="Radar/8-bit STP"/>
<substitute key="interpolate" value="true"/>
</contribute>
<contribute xsi:type="titleItem" titleText="------ Local Mosaic ------"
<contribute xsi:type="titleItem" titleText="------ NEXRAD Mosaic ------"
id="RadarMosaic" />
<contribute xsi:type="bundleItem" file="bundles/DefaultRadarMosaic.xml"
menuText="N0Q - Base Reflectivity" id="Radar05Reflectivity">

View file

@ -1,46 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
This_software_product_contains_export-restricted_data_whose
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
an_export_license_or_other_authorization.
Contractor_Name:________Raytheon_Company
Contractor_Address:_____6825_Pine_Street,_Suite_340
________________________Mail_Stop_B8
________________________Omaha,_NE_68106
________________________402.291.0100
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
further_licensing_information.
-->
<menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!--
<contribute xsi:type="titleItem" titleText="------ Two-Panel Display ------"
id="BestResZSRM8" />
<contribute xsi:type="bundleItem"
file="bundles/site/Radar_kabr.xml" menuText="Refl. and Velocity"
id="${icao}N0QN0U">
<substitute key="product1" value="94" />
<substitute key="product2" value="99" />
</contribute>
<contribute xsi:type="bundleItem"
file="bundles/site/Radar_kabr.xml" menuText="DVL and EET"
id="${icao}DVL">
<substitute key="product1" value="134" />
<substitute key="product2" value="135" />
</contribute>
<contribute xsi:type="bundleItem"
file="bundles/site/Radar_kabr.xml" menuText="HHC and DAA"
id="${icao}HHC">
<substitute key="product1" value="177" />
<substitute key="product2" value="171" />
</contribute>
-->
<contribute xsi:type="titleItem" titleText="------ Refl. and Velocity ------"
id="BestResZSRM8" />
<contribute xsi:type="bundleItem"

View file

@ -1,23 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
This_software_product_contains_export-restricted_data_whose
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
an_export_license_or_other_authorization.
Contractor_Name:________Raytheon_Company
Contractor_Address:_____6825_Pine_Street,_Suite_340
________________________Mail_Stop_B8
________________________Omaha,_NE_68106
________________________402.291.0100
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
further_licensing_information.
-->
<menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<contribute xsi:type="titleItem" titleText="------ Best Res Z+SRM8 combo ------"
id="BestResZSRM8" />

View file

@ -79,11 +79,11 @@
<includes
id="com.raytheon.uf.edex.satellite.feature"
version="0.0.0"/>
<!--
<includes
id="com.raytheon.uf.edex.gfe.feature"
version="0.0.0"/>
-->
<includes
id="com.raytheon.uf.edex.hydro.feature"
version="0.0.0"/>

View file

@ -36,8 +36,6 @@ import com.raytheon.uf.common.pointdata.PointDataDescription;
import com.raytheon.uf.common.pointdata.PointDataView;
import com.raytheon.uf.common.pointdata.spatial.ObStation;
import com.raytheon.uf.common.pointdata.spatial.SurfaceObsLocation;
import com.raytheon.uf.common.status.IPerformanceStatusHandler;
import com.raytheon.uf.common.status.PerformanceStatus;
import com.raytheon.uf.common.time.util.ITimer;
import com.raytheon.uf.common.time.util.TimeUtil;
import com.raytheon.uf.common.wmo.WMOHeader;
@ -93,8 +91,6 @@ public class BufrUADecoder extends AbstractBUFRDecoder {
private BUFRUAAdapterFactory adapterFactory;
private final IPerformanceStatusHandler perfLog = PerformanceStatus
.getHandler("BufrUA:");
/**
*
@ -157,7 +153,6 @@ public class BufrUADecoder extends AbstractBUFRDecoder {
}
}
timer.stop();
perfLog.logDuration("Time to Decode", timer.getElapsedTime());
}
return decodedData;
}

View file

@ -26,8 +26,6 @@ import org.apache.camel.Processor;
import com.raytheon.edex.plugin.grib.exception.GribException;
import com.raytheon.uf.common.dataplugin.grid.GridRecord;
import com.raytheon.uf.common.status.IPerformanceStatusHandler;
import com.raytheon.uf.common.status.PerformanceStatus;
import com.raytheon.uf.common.time.util.ITimer;
import com.raytheon.uf.common.time.util.TimeUtil;
@ -55,9 +53,6 @@ import com.raytheon.uf.common.time.util.TimeUtil;
public class GribDecoder implements Processor {
private final IPerformanceStatusHandler perfLog = PerformanceStatus
.getHandler("");
/**
* @see org.apache.camel.Processor.process(Exchange)
*/
@ -105,8 +100,6 @@ public class GribDecoder implements Processor {
}
}
timer.stop();
perfLog.logDuration("Grib" + gribEdition + ": Time to Decode",
timer.getElapsedTime());
exchange.getIn().setBody(records);
}

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<latLonGridCoverage>
<name>360121</name>
<description>EPOCH Equidistant Cylindrical Global</description>
<la1>-60.0</la1>
<lo1>0.0</lo1>
<firstGridPointCorner>LowerLeft</firstGridPointCorner>
<nx>360</nx>
<ny>121</ny>
<dx>1.0</dx>
<dy>1.0</dy>
<spacingUnit>degree</spacingUnit>
</latLonGridCoverage>

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<latLonGridCoverage>
<name>360181</name>
<description>EPOCH Equidistant Cylindrical Global</description>
<la1>-60.0</la1>
<lo1>0.0</lo1>
<firstGridPointCorner>LowerLeft</firstGridPointCorner>
<nx>360</nx>
<ny>181</ny>
<dx>1.0</dx>
<dy>1.0</dy>
<spacingUnit>degree</spacingUnit>
</latLonGridCoverage>

View file

@ -1,15 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This_software_was_developed_and_/_or_modified_by_Raytheon_Company, pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA This_software_product_contains_export-restricted_data_whose
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
an_export_license_or_other_authorization. Contractor_Name:________Raytheon_Company
Contractor_Address:_____6825_Pine_Street,_Suite_340 ________________________Mail_Stop_B8
________________________Omaha,_NE_68106 ________________________402.291.0100
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for further_licensing_information. -->
<gribModelSet>
<!-- SUBCENTER 0 -->
<!-- RAL EPOCH (Ensemble Prediction for Convective Oceanic Hazard) -->
<model>
<name>EPOCH</name>
<center>60</center>
<subcenter>0</subcenter>
<grid>360121</grid>
<process>
<id>0</id>
</process>
</model>
<model>
<name>EPOCH</name>
<center>60</center>
<subcenter>0</subcenter>
<grid>360181</grid>
<process>
<id>1</id>
</process>
</model>
<model>
<name>HRRR</name>
<center>7</center>

View file

@ -0,0 +1,3 @@
#Code Table 0.0: Discipline of processed data in the GRIB message, number of GRIB Master Table
# 192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 1.2, Significance of Reference Time
# 192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 1.3, Production status of data
# 192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 1.4, Type of data
# 192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 3.0, Source of Grid Definition
# 192-254 Reserved for local use
255:255:A grid definition does not apply to this product

View file

@ -0,0 +1,6 @@
# CODE TABLE 3.15, Physical meaning of vertical coordinate
# 192-254 Reserved for local use
255:255:Missing
# Notes:
# (1) Negative values associated to this coordinate will indicate depth below ground surface. If values are all below surface, use of entry 106 is recommended, with positive coordinate values instead.
# (2) The Eta vertical coordinate system involves normalizing the pressure at some point on a specific level by the mean sea level pressure at that point.

View file

@ -0,0 +1,3 @@
# CODE TABLE 3.2, Shape of the Earth
# 192- 254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 3.20, Type of horizontal line
# 192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 3.21, Vertical dimension coordinate values definition
# 192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,4 @@
# Code table 3.8: Grid point position
# 192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 4.1, Category of parameters by product discipline
#192-254 Reserved for Local Use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 4.10, Type of statistical processing
# 192 254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 4.12, Operating Mode
#192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 4.13, Quality Control Indicator
#192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 4.14, Clutter Filter Indicator
#192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,17 @@
# Product Discipline 0: Meteorological products, Parameter Category 0: Temperature
#192-254 Reserved for local use
192:192:Snow Phase Change Heat Flux:W/m^2:SNOHF
193:193:Temperature tendency by all radiation:K/s:TTRAD
194:194:Relative Error Variance::REV
195:195:Large Scale Condensate Heating rate:K/s:LRGHR
196:196:Deep Convective Heating rate:K/s:CNVHR
197:197:Total Downward Heat Flux at Surface:W/m^2:THFLX
198:198:Temperature Tendency By All Physics:K/s:TTDIA
199:199:Temperature Tendency By Non-radiation Physics:K/s:TTPHY
200:200:Standard Dev. of IR Temp. over 1x1 deg. area:K:TSD1D
201:201:Shallow Convective Heating rate:K/s:SHAHR
202:202:Vertical Diffusion Heating rate:K/s:VDFHR
203:203:Potential temperature at top of viscous sublayer:K:THZ0
204:204:Tropical Cyclone Heat Potential:J/m^2*K:TCHP
255:255:Missing

View file

@ -0,0 +1,39 @@
# Product Discipline 0: Meteorological products, Parameter Category 1: Moisture
#192-254 Reserved for local use
74:74:Total Column Integrate Graupel:kg/m^2:TCOLG
192:192:Categorical Rain::CRAIN
193:193:Categorical Freezing Rain::CFRZR
194:194:Categorical Ice Pellets::CICEP
195:195:Categorical Snow::CSNOW
196:196:Convective Precipitation Rate:mm / s:CPRAT
197:197:Horizontal Moisture Divergence:kg/kg*s:MCONV:MCon
198:198:Minimum Relative Humidity:%:MINRH
199:199:Potential Evaporation:mm:PEVAP
200:200:Potential Evaporation Rate:W/m^2:PEVPR
201:201:Snow Cover:%:SCP
202:202:Rain Fraction of Total Liquid Water::FRAIN
203:203:Rime Factor::FRIME
204:204:Total Column Integrated Rain:mm:TCOLR
205:205:Total Column Integrated Snow:mm:TCOLS
206:206:Total Icing Potential Diagnostic::TIPD
207:207:Number concentration for ice particles::NCIP
208:208:Snow Temperature:K:SNOT
209:209:Total column-integrated supercooled liquid water:mm:TCLSW
210:210:Total column-integrated melting ice:mm:TCOLM
211:211:Evaporation - Precipitation:cm/day:EMNP
212:212:Sublimation (evaporation from snow):W/m^2:SBSNO
213:213:Deep Convective Moistening Rate:kg/kg*s:CNVMR
214:214:Shallow Convective Moistening Rate:kg/kg*s:SHAMR
215:215:Vertical Diffusion Moistening Rate:kg/kg*s:VDFMR
216:216:Condensation Pressure of Parcal Lifted From Indicate Surface:Pa:CONDP
217:217:Large scale moistening rate:kg/kg/s:LRGMR
218:218:Specific humidity at top of viscous sublayer:kg/kg:QZ0
219:219:Maximum specific humidity at 2m:kg/kg:QMAX
220:220:Minimum specific humidity at 2m:kg/kg:QMIN
221:221:Liquid precipitation (rainfall):mm:ARAIN
222:222:Snow temperature, depth-avg:K:SNOWT
223:223:Total precipitation (nearest grid point):mm:APCPN
224:224:Convective precipitation (nearest grid point):mm:ACPCPN
225:225:Freezing Rain:mm:FRZR
242:242:Relative Humidity with Respect to Precipitable Water:%:RHPW
255:255:Missing

View file

@ -0,0 +1,8 @@
# Product Discipline 0: Meteorological products, Parameter Category 13: Aerosols
# 192-254 Reserved for local use
192:192:Particulate matter (coarse):mm*g/m^3:PMTC
193:193:Particulate matter (fine):mm*g/m^3:PMTF
194:194:Particulate matter (fine):log10(mm*g/m^3):LPMTF
195:195:Integrated column particulate matter (fine):log10(mm*g/m^3):LIPMF
255:255:Missing

View file

@ -0,0 +1,16 @@
# Product Discipline 0: Meteorological products, Parameter Category 14: Trace Gases
#192-254 Reserved for local use
192:192:Ozone Mixing Ratio:kg/kg:O3MR
193:193:Ozone Concentration (PPB):PPB:OZCON
194:194:Categorical Ozone Concentration::OZCAT
195:195:Ozone vertical diffusion:kg/kg/s:VDFOZ
196:196:Ozone production:kg/kg/s:POZ
197:197:Ozone tendency:kg/kg/s:TOZ
198:198:Ozone production from temperature term:kg/kg/s:POZT
199:199:Ozone production from col ozone term:kg/kg/s:POZO
200:200:Ozone Daily Max from 1-hour Average:ppbV:OZMAX1
201:201:Ozone Daily Max from 8-hour Average:ppbV:OZMAX8
202:202:PM 2.5 Daily Max from 1-hour Average:ug/m^3:PDMAX1
203:203:PM 2.5 Daily Max from 24-hour Average:ug/m^3:PDMAX24
255:255:Missing

View file

@ -0,0 +1,4 @@
# Product Discipline 0 - Meteorological products, Parameter Category 15: Radar
# 192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,11 @@
# Product Discipline 0 - Meteorological products, Parameter Category 16: Forecast Radar Imagery
# 192-254 Reserved for Local Use
3:3:Echo Top:m:RETOP
192:192:Derived radar reflectivity backscatter from rain:mm^6/m^3:REFZR
193:193:Derived radar reflectivity backscatter from ice:mm^6/m^3:REFZI
194:194:Derived radar reflectivity backscatter from parameterized convection:mm^6/m^3:REFZC
195:195:Derived radar reflectivity:dB:REFD
196:196:Maximum/Composite radar reflectivity:dB:REFC
197:197:Echo Top:m:RETOP
198:198:Hourly Maximum of Simulated Reflectivity at 1 km AGL:dB:MAXREF
255:255:Missing

View file

@ -0,0 +1,4 @@
# Product Discipline 0 - Meterological products, Paramater Category 17: Electrodynamics
# 192-254 Reserved for Local Use
192:192:Lightning::LTNG
255:255:Missing

View file

@ -0,0 +1,4 @@
# Product Discipline 0: Meteorological products, Parameter Category 18: Nuclear/radiology
#192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,49 @@
# Product Discipline 0: Meteorological products, Parameter Category 19: Physical atmospheric properties
7:7:Icing:See Table 4.207:ICI
23:23:Supercooled Large Droplet (SLD) Probabilitysee note 1:%:SLDP
#192-254 Reserved for local use
192:192:Maximum Snow Albedo:%:MXSALB
193:193:Snow-Free Albedo:%:SNFALB
194:194:Slight risk convective outlook:categorical:SRCONO
195:195:Moderate risk convective outlook:categorical:MRCONO
196:196:High risk convective outlook:categorical:HRCONO
197:197:Tornado probability:%:PTOR
198:198:Hail probability:%:HAILPROB
199:199:Wind Probability:%:WINDPROB
200:200:Significant Tornado probability:%:SIGTRNDPROB
201:201:Significant Hail probability:%:SIGHAILPROB
202:202:Significant Wind probability:%:SIGWINDPROB
203:203:Categorical Thunderstorm (1-yes, 0-no):categorical:CTSTM
204:204:Number of mixed layers next to surface:integer:MIXLY
205:205:Flight Category::FLGHT
206:206:Confidence - Ceiling::CICEL
207:207:Confidence - Visibility::CIVIS
208:208:Confidence - Flight Category::CIFLT
209:209:Low-Level aviation interest::LAVNI
210:210:High-Level aviation interest::HAVNI
211:211:Visible, Black Sky Albedo:%:SBSALB
212:212:Visible, White Sky Albedo:%:SWSALB
213:213:Near IR, Black Sky Albedo:%:NBSALB
214:214:Near IR, White Sky Albedo:%:NWSALB
215:215:Total Probability of Severe Thunderstorms (Days 2,3):%:PRSVR
216:216:Total Probability of Extreme Severe Thunderstorms (Days 2,3):%:PRSIGSV
217:217:Mean Icing Potential:mm:MEI
218:218:Maximum Icing Potential:mm:MAIP
219:219:Mean in-Cloud Turbulence Potential:mm:MECTP
220:220:Max in-Cloud Turbulence Potential:mm:MACTP
221:221:Mean Cloud Air Turbulence Potential:mm:MECAT
222:222:Maximum Cloud Air Turbulence Potential:mm:MACAT
223:223:Cumulonimbus Horizontal Exten:%:CBHE
224:224:Pressure at Cumulonimbus Bas:Pa:PCBB
225:225:Pressure at Cumulonimbus To:Pa:PCBT
226:226:Pressure at Embedded Cumulonimbus Bas:Pa:PECBB
227:227:Pressure at Embedded Cumulonimbus To:Pa:PECBT
228:228:ICAO Height at Cumulonimbus Bas:m:HCBB
229:229:ICAO Height at Cumulonimbus To:m:HCBT
230:230:ICAO Height at Embedded Cumulonimbus Bas:m:HECBB
231:231:ICAO Height at Embedded Cumulonimbus To:m:HECBT
232:232:Volcanic Ash Forecast Transport and Dispersion:log10(kg/m^3):VAFTD
233:233:Icing probability:non-dim:ICPRB
234:234:Icing severity:non-dim:ICSEV
255:255:Missing

View file

@ -0,0 +1,4 @@
# Product Discipline 0: Meteorological products, Parameter Category 190: CCITT IA5 string
# 192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,10 @@
# Product Discipline 0: Meteorological products, Parameter Category 191: Miscellaneous
# 192-254 Reserved for local use
192:192:Latitude (-90 to +90):degrees:NLAT
193:193:East Longitude (0 - 360):degrees:ELON
194:194:Seconds prior to initial reference time:s:TSEC
195:195:Model Layer number (From bottom up)::MLYNO
196:196:Latitude (nearest neighbor) (-90 to +90):degrees:NLATN
197:197:East Longitude (nearest neighbor) (0 - 360):degrees:ELONN
255:255:Missing

View file

@ -0,0 +1,16 @@
# Product Discipline 0: Meteorological products, Parameter Category 192: Covariance
1:1:Covariance between zonal and meridional components of the wind. Defined as [uv]-[u][v], where "[]" indicates the mean over the indicated time span.:m^2/s^2:COVMZ
2:2:Covariance between izonal component of the wind and temperature. Defined as [uT]-[u][T], where "[]" indicates the mean over the indicated time span.:K*m/s:COVTZ
3:3:Covariance between meridional component of the wind and temperature. Defined as [vT]-[v][T], where "[]" indicates the mean over the indicated time span.:K*m/s:COVTM
4:4:Covariance between temperature and vertical component of the wind. Defined as [wT]-[w][T], where "[]" indicates the mean over the indicated time span.:K*m/s:COVTW
5:5:Covariance between zonal and zonal components of the wind. Defined as [uu]-[u][u], where "[]" indicates the mean over the indicated time span.:m^2/s^2:COVZZ
6:6:Covariance between meridional and meridional components of the wind. Defined as [vv]-[v][v], where "[]" indicates the mean over the indicated time span.:m^2/s^2:COVMM
7:7:Covariance between specific humidity and zonal components of the wind. Defined as [uq]-[u][q], where "[]" indicates the mean over the indicated time span.:kg/kg*m/s:COVQZ
8:8:Covariance between specific humidity and meridional components of the wind. Defined as [vq]-[v][q], where "[]" indicates the mean over the indicated time span.:kg/kg*m/s:COVQM
9:9:Covariance between temperature and vertical components of the wind. Defined as [ΩT]-[Ω][T], where "[]" indicates the mean over the indicated time span.:K*Pa/s:COVTVV
10:10:Covariance between specific humidity and vertical components of the wind. Defined as [Ωq]-[Ω][q], where "[]" indicates the mean over the indicated time span.:kg/kg*Pa/s:COVQVV
11:11:Covariance between surface pressure and surface pressure. Defined as [Psfc]-[Psfc][Psfc], where "[]" indicates the mean over the indicated time span.:Pa*Pa:COVPSPS
12:12:Covariance between specific humidity and specific humidy. Defined as [qq]-[q][q], where "[]" indicates the mean over the indicated time span.:kg/kg*kg/kg:COVQQ
13:13:Covariance between vertical and vertical components of the wind. Defined as [ΩΩ]-[Ω][Ω], where "[]" indicates the mean over the indicated time span.:Pa^2/s^2:COVVVVV
14:14:Covariance between temperature and temperature. Defined as [TT]-[T][T], where "[]" indicates the mean over the indicated time span.:K*K:COVTT

View file

@ -0,0 +1,36 @@
# Product Discipline 0: Meteorological products, Parameter Category 2: Momentum
# 192-254 Reserved for local use
192:192:Vertical speed shear:s^-1:VWSH:VSS
193:193:Horizontal Momentum Flux:N/m^2:MFLX
194:194:U-Component Storm Motion:m/s:USTM
195:195:V-Component Storm Motion:m/s:VSTM
196:196:Drag Coefficient::CD
197:197:Frictional Velocity:m/s:FRICV
198:198:Latitude of U Wind Component of Velocity:degrees:LAUV
199:199:Longitude of U Wind Component of Velocity:degrees:LOUV
200:200:Latitude of V Wind Component of Velocity:degrees:LAVV
201:201:Longitude of V Wind Component of Velocity:degrees:LOVV
202:202:Latitude of Pressure Point:degrees:LAPP
203:203:Longitude of Pressure Point:degrees:LOPP
204:204:Vertical Eddy Diffusivity Heat exchange:m^2/s:VEDH
205:205:Covariance between Meridional and Zonal Components of the wind.:m^2/s^2:COVMZ
206:206:Covariance between Temperature and Zonal Components of the wind.:K*m/s:COVTZ
207:207:Covariance between Temperature and Meridional Components of the wind.:K*m/s:COVTM
208:208:Vertical Diffusion Zonal Acceleration:m/s^2:VDFUA
209:209:Vertical Diffusion Meridional Acceleration:m/s^2:VDFVA
210:210:Gravity wave drag zonal acceleration:m/s^2:GWDU
211:211:Gravity wave drag meridional acceleration:m/s^2:GWDV
212:212:Convective zonal momentum mixing acceleration:m/s^2:CNVU
213:213:Convective meridional momentum mixing acceleration:m/s^2:CNVV
214:214:Tendency of vertical velocity:m/s^2:WTEND
215:215:Omega (Dp/Dt) divide by density:K:OMGALF
216:216:Convective Gravity wave drag zonal acceleration:m/s^2:CNGWDU
217:217:Convective Gravity wave drag meridional acceleration:m/s^2:CNGWDV
218:218:Velocity Point Model Surface::LMV
219:219:Potential Vorticity (Mass-Weighted):m/s:PVMWW
220:220:Hourly Maximum of Upward Vertical Vorticity in the lowest 400hPa:m/s:MAXUVV
221:221:Hourly Maximum of Downward Vertical Vorticity in the lowest 400hPa:m/s:MAXDVV
222:222:U Component of Hourly Maximum 10m Wind Speed:m/s:MAXUW
223:223:V Component of Hourly Maximum 10m Wind Speed:m/s:MAXVW
224:224:Ventilation Rate:m^2/s:VRATE
255:255:Missing

View file

@ -0,0 +1,24 @@
# Product Discipline 0: Meteorological products, Parameter Category 3: Mass
# 192-254 Reserved for local use
192:192:MSLP (Eta model reduction):Pa:MSLET:EMSP
193:193:5-Wave Geopotential Height:gpm:5WAVH:WGH
194:194:Zonal Flux of Gravity Wave Stress:N/m^2:U-GWD
195:195:Meridional Flux of Gravity Wave Stress:N/m^2:V-GWD
196:196:Planetary Boundary Layer Height:m:HPBL
197:197:5-Wave Geopotential Height Anomaly:gpm:5WAVA
198:198:MSLP (MAPS System Reduction):Pa:MSLPM:MMSP
199:199:3-hr pressure tendency (Std. Atmos. Reduction):Pa/s:TSLSA
200:200:Pressure of level from which parcel was lifted:Pa:PLPL
201:201:X-gradient of Log Pressure:m^-1:LPS X
202:202:Y-gradient of Log Pressure:m^-1:LPS Y
203:203:X-gradient of Height:m^-1:HGT X
204:204:Y-gradient of Height:m^-1:HGT Y
205:205:Layer Thickness:m:LAYTH
206:206:Natural Log of Surface Pressure:ln(kPa):NLGSP
207:207:Convective updraft mass flux:mm/s:CNVUMF
208:208:Convective downdraft mass flux:mm/s:CNVDMF
209:209:Convective detrainment mass flux:mm/s:CNVDEMF
210:210:Mass Point Model Surface::LMH
211:211:Geopotential Height (nearest grid point):gpm:HGTN
212:212:Pressure (nearest grid point):Pa:PRESN
255:255:Missing

View file

@ -0,0 +1,18 @@
# Product Discipline 0: Meteorological products, Parameter Category 4: Short-wave Radiation
#192-254 Reserved for local use
192:192:Downward Short-Wave Rad. Flux:W/m^2:DSWRF
193:193:Upward Short-Wave Rad. Flux:W/m^2:USWRF
194:194:UV-B downward solar flux:W/m^2:DUVB
195:195:Clear sky UV-B downward solar flux:W/m^2:CDUVB
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
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
203:203:Near IR Diffuse Downward Solar Flux:W/m^2:NDDSF
204:204:Downward Total radiation Flux:W/m^2:DTRF
205:205:Upward Total radiation Flux:W/m^2:UTRF
255:255:Missing

View file

@ -0,0 +1,10 @@
# Product Discipline 0: Meteorological products, Parameter Category 5: Long-wave Radiation
#192-254 Reserved for local use
192:192:Downward Long-Wave Rad. Flux:W/m^2:DLWRF
193:193:Upward Long-Wave Rad. Flux:W/m^2:ULWRF
194:194:Long-Wave Radiative Heating Rate:K/s:LWHR
195:195:Clear Sky Upward Long Wave Flux:W/m^2:CSULF
196:196:Clear Sky Downward Long Wave Flux:W/m^2:CSDLF
197:197:Cloud Forcing Net Long Wave Flux:W/m^2:CFNLF
255:255:Missing

View file

@ -0,0 +1,14 @@
# Product Discipline 0: Meteorological products, Parameter Category 6: Cloud
# 192-254 Reserved for local use
192:192:Non-Convective Cloud Cover:%:CDLYR
193:193:Cloud Work Function:J/kg:CWORK
194:194:Convective Cloud Efficiency::CUEFI
195:195:Total Condensate:kg/kg:TCOND
196:196:Total Column-Integrated Cloud Water:mm:TCOLW
197:197:Total Column-Integrated Cloud Ice:mm:TCOLI
198:198:Total Column-Integrated Condensate:mm:TCOLC
199:199:Ice fraction of total condensate::FICE
200:200:Convective Cloud Mass Flux:Pa/s:MFLUX
201:201:Sunshine Duration:s:SUNSD
255:255:Missing

View file

@ -0,0 +1,12 @@
# Product Discipline 0: Meteorological products, Parameter Category 7: Thermodynamic Stability Indices
#192-254 Reserved for local use
192:192:Surface Lifted Index:K:LFTX:SLI
193:193:Best (4 layer) Lifted Index:K:4LFTX:BLI
194:194:Richardson Number:Numeric:RI
195:195:Convective Weather Detection Index::CWDI
196:196:Ultra Violet Index:J/m^2:UVI
197:197:Updraft Helicity:m^2/s^2:UPHL
198:198:Leaf Area Index::LAI
199:199:Hourly Maximum of Updraft Helicity over Layer 2km to 5 km AGL:m^2/s^2:MXUPHL
255:255:Missing

View file

@ -0,0 +1,10 @@
# Product Discipline 1: Hydrologic products, Parameter Category 0: Hydrology basic products
# 192-254 Reserved for local use
192:192:Baseflow-groundwater runoff:mm:BGRUN
193:193:Storm surface runoff:mm:SSRUN
255:255:Missing
# Notes:
# (1) Remotely sensed snow cover is expressed as a field of dimensionless, thematic values. The currently accepted values are for no-snow/no-cloud, 50, for clouds, 100, and for snow, 250. See code table 4.215.
# (2) A data field representing snow coverage by elevation portrays at which elevations there is a snow pack. The elevation values typically range from 0 to 90 in 100 m increments. A value of 253 is used to represent a no-snow/no-cloud data point. A value of 254 is used to represent a data point at which snow elevation could not be estimated because of clouds obscuring the remote sensor (when using aircraft or satellite measurements).
# (3) Snow water equivalent percent of normal is stored in percent of normal units. For example, a value of 110 indicates 110 percent of the normal snow water equivalent for a given depth of snow.

View file

@ -0,0 +1,8 @@
# Product Discipline 1: Hydrologic products, Parameter Category 1: Hydrology probabilities
#192-254 Reserved for local use
192:192:Probability of Freezing Precipitation:%:CPOZP
193:193:Probability of Frozen Precipitation:%:CPOFP
194:194:Probability of precipitation exceeding flash flood guidance values:%:PPFFG
195:195:Probability of Wetting Rain, exceeding in 0.10" in a given time period:%:CWR
255:255:Missing

View file

@ -0,0 +1,6 @@
# Product Discipline 10: Oceanographic products, Parameter Category 0: Waves
# 192-254 Reserved for local use
192:192:Wave Steepness::WSTP
255:255:Missing

View file

@ -0,0 +1,7 @@
# Product Discipline 10: Oceanographic products, Parameter Category 1: Currents
#192-254 Reserved for local use
192:192:Ocean Mixed Layer U Velocity:m/s:OMLU
193:193:Ocean Mixed Layer V Velocity:m/s:OMLV
194:194:Barotropic U Velocity:m/s:UBARO
195:195:Barotropic V Velocity:m/s:VBARO
255:255:Missing

View file

@ -0,0 +1,4 @@
# Product Discipline 10: Oceanographic products, Parameter Category 191: Miscallaneous
0:0:Seconds Prior To Initial Reference Time:s:TSEC
#1-191 Reserved
255:255:Missing

View file

@ -0,0 +1,7 @@
# Product Discipline 10: Oceanographic products, Parameter Category 2: Ice
#192-254 Reserved for local use
192:192:Ocean Mixed Layer U Velocity:m/s:OMLU
193:193:Ocean Mixed Layer V Velocity:m/s:OMLV
194:194:Barotropic U velocity:m/s:UBARO
195:195:Barotropic V velocity:m/s:VBARO
255:255:Missing

View file

@ -0,0 +1,23 @@
# Product Discipline 10: Oceanographic products, Parameter Category 3: Surface Properties
#192-254 Reserved for local use
192:192:Storm Surge:m:SURGE
193:193:Extra Tropical Storm Surge:m:ETSRG
194:194:Ocean Surface Elevation Relative to Geoid:m:ELEV
195:195:Sea Surface Height Relative to Geoid:m:SSHG
196:196:Ocean Mixed Layer Potential Density (Reference 2000m):kg/m^3:P2OMLT
197:197:Net Air-Ocean Heat Flux:W/m^2:AOHFLX
198:198:Assimilative Heat Flux:W/m^2:ASHFL
199:199:Surface Temperature Trend:degree per day:SSTT
200:200:Surface Salinity Trend:psu per day:SSST
201:201:Kinetic Energy:J/kg:KENG
202:202:Salt Flux:mm*s:SLTFL
242:242:20% Tropical Cyclone Storm Surge Exceedance:m:TCSRG20
243:243:30% Tropical Cyclone Storm Surge Exceedance:m:TCSRG30
244:244:40% Tropical Cyclone Storm Surge Exceedance:m:TCSRG40
245:245:50% Tropical Cyclone Storm Surge Exceedance:m:TCSRG50
246:246:60% Tropical Cyclone Storm Surge Exceedance:m:TCSRG60
247:247:70% Tropical Cyclone Storm Surge Exceedance:m:TCSRG70
248:248:80% Tropical Cyclone Storm Surge Exceedance:m:TCSRG80
249:249:90% Tropical Cyclone Storm Surge Exceedance:m:TCSRG90
250:250:Extra Tropical Storm Surge Combined Surge and Tide:m:ETCWL
255:255:Missing

View file

@ -0,0 +1,10 @@
# Product Discipline 10: Oceanographic products, Parameter Category 4: Sub-surface Properties
#192-254 Reserved for local use
192:192:3-D Temperature:℃:WTMPC
193:193:3-D Salinity::SALIN
194:194:Barotropic Kinectic Energy:J/kg:BKENG
195:195:Geometric Depth Below Sea Surface:m:DBSS
196:196:Interface Depths:m:INTFD
197:197:Ocean Heat Content:J/m^2:OHC
255:255:Missing

View file

@ -0,0 +1,43 @@
# Product Discipline 2: Land surface products, Parameter Category 0: Vegetation/Biomass
#192-254 Reserved for local use
192:192:Volumetric soil moisture content:Proportion:SOILW
193:193:Ground heat flux:W/m^2:GFLUX
194:194:Moisture availability:%:MSTAV
195:195:Exchange coefficient:mm * s:SFEXC
196:196:Plant canopy surface water:mm:CNWAT
197:197:Blackadars mixing length scale:m:BMIXL
198:198:Vegetation Type:Integer 0-13:VGTYP
199:199:Canopy conductance:m/s:CCOND
200:200:Minimal stomatal resistance:s/m:RSMIN
201:201:Wilting point:Proportion:WILT
202:202:Solar parameter in canopy conductance:Fraction:RCS
203:203:Temperature parameter in canopy conductance:Fraction:RCT
204:204:Humidity parameterin canopy conductance:Fraction:RCQ
205:205:Soil moisture parameter in canopy conductance:Fraction:RCSOL
206:206:Rate of water dropping from canopy to ground:unknown:RDRIP
207:207:Ice-free water surface:%:ICWAT
208:208:Surface exchange coefficients for T and Q divided by delta z:m/s:AKHS
209:209:Surface exchange coefficients for U and V divided by delta z:m/s:AKMS
210:210:Vegetation canopy temperature:K:VEGT
211:211:Surface water storage:mm:SSTOR
212:212:Liquid soil moisture content (non-frozen):mm:LSOIL
213:213:Open water evaporation (standing water):W/m^2:EWATR
214:214:Groundwater recharge:mm:GWREC
215:215:Flood plain recharge:mm:QREC
216:216:Roughness length for heat:m:SFCRH
217:217:Normalized Difference Vegetation Index::NDVI
218:218:Land-sea coverage (nearest neighbor):[land=1,sea=0]:LANDN
219:219:Asymptotic mixing length scale:m:AMIXL
220:220:Water vapor added by precip assimilation:mm:WVINC
221:221:Water condensate added by precip assimilation:mm:WCINC
222:222:Water Vapor Flux Convergance (Vertical Int):mm:WVCONV
223:223:Water Condensate Flux Convergance (Vertical Int):mm:WCCONV
224:224:Water Vapor Zonal Flux (Vertical Int):mm:WVUFLX
225:225:Water Vapor Meridional Flux (Vertical Int):mm:WVVFLX
226:226:Water Condensate Zonal Flux (Vertical Int):mm:WCUFLX
227:227:Water Condensate Meridional Flux (Vertical Int):mm:WCVFLX
228:228:Aerodynamic conductance:m/s:ACOND
229:229:Canopy water evaporation:W/m^2:EVCW
230:230:Transpiration:W/m^2:TRANS
255:255:Missing

View file

@ -0,0 +1,16 @@
# Product Discipline 2: Land surface products, Parameter Category 3: Soil Products
#192-254 Reserved for local use
192:192:Liquid volumetric soil moisture (non-frozen):Proportion:SOILL
193:193:Number of soil layers in root zone::RLYRS
194:194:Surface Slope Type:Index:SLTYP
195:195:Transpiration stress-onset (soil moisture):Proportion:SMREF
196:196:Direct evaporation cease (soil moisture):Proportion:SMDRY
197:197:Soil porosity:Proportion:POROS
198:198:Direct evaporation from bare soil:W/m^2:EVBS
199:199:Land Surface Precipitation Accumulation:mm:LSPA
200:200:Bare soil surface skin temperature:K:BARET
201:201:Average surface skin temperature:K:AVSFT
202:202:Effective radiative skin temperature:K:RADT
203:203:Field Capacity:fraction:FLDCP
255:255:Missing

View file

@ -0,0 +1,4 @@
# Product discipline 3: Space products, Parameter Category 0: Image format products
#192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,6 @@
# Product Discipline 3: Space products, Parameter Category 1: Quantitative products
#192-254 Reserved for local use
192:192:Scatterometer Estimated U Wind Component:m/s:SCESTUWIND
193:193:Scatterometer Estimated V Wind Component:m/s:SCESTVWIND
255:255:Missing

View file

@ -0,0 +1,51 @@
# Product Discipline 3: Space Products, Parameter Category 192: Forecast Satellite Imagery
# Revised 07/15/2014
0:0:Simulated Brightness Temperature for GOES 12, Channel 2:K:SBT122
1:1:Simulated Brightness Temperature for GOES 12, Channel 3:K:SBT123
2:2:Simulated Brightness Temperature for GOES 12, Channel 4:K:SBT124
3:3:Simulated Brightness Temperature for GOES 12, Channel 5:K:SBT125
4:4:Simulated Brightness Counts for GOES 12, Channel 3:Byte:SBC123
5:5:Simulated Brightness Counts for GOES 12, Channel 4:Byte:SBC124
6:6:Simulated Brightness Temperature for GOES 11, Channel 2:K:SBT112
7:7:Simulated Brightness Temperature for GOES 11, Channel 3:K:SBT113
8:8:Simulated Brightness Temperature for GOES 11, Channel 4:K:SBT114
9:9:Simulated Brightness Temperature for GOES 11, Channel 5:K:SBT115
10:10:Simulated Brightness Temperature for AMSRE on Aqua, Channel 9:K:AMSRE9
11:11:Simulated Brightness Temperature for AMSRE on Aqua, Channel 10:K:AMSRE10
12:12:Simulated Brightness Temperature for AMSRE on Aqua, Channel 11:K:AMSRE11
13:13:Simulated Brightness Temperature for AMSRE on Aqua, Channel 12:K:AMSRE12
14:14:Simulated Reflectance Factor for ABI GOES-16, Band-1::SRFA161
15:15:Simulated Reflectance Factor for ABI GOES-16, Band-2::SRFA162
16:16:Simulated Reflectance Factor for ABI GOES-16, Band-3::SRFA163
17:17:Simulated Reflectance Factor for ABI GOES-16, Band-4::SRFA164
18:18:Simulated Reflectance Factor for ABI GOES-16, Band-5::SRFA165
19:19:Simulated Reflectance Factor for ABI GOES-16, Band-6::SRFA166
20:20:Simulated Brightness Temperature for ABI GOES-16, Band-7:K:SBTA167
21:21:Simulated Brightness Temperature for ABI GOES-16, Band-8:K:SBTA168
22:22:Simulated Brightness Temperature for ABI GOES-16, Band-9:K:SBTA169
23:23:Simulated Brightness Temperature for ABI GOES-16, Band-10:K:SBTA1610
24:24:Simulated Brightness Temperature for ABI GOES-16, Band-11:K:SBTA1611
25:25:Simulated Brightness Temperature for ABI GOES-16, Band-12:K:SBTA1612
26:26:Simulated Brightness Temperature for ABI GOES-16, Band-13:K:SBTA1613
27:27:Simulated Brightness Temperature for ABI GOES-16, Band-14:K:SBTA1614
28:28:Simulated Brightness Temperature for ABI GOES-16, Band-15:K:SBTA1615
29:29:Simulated Brightness Temperature for ABI GOES-16, Band-16:K:SBTA1616
30:30:Simulated Reflectance Factor for ABI GOES-17, Band-1::SRFA171
31:31:Simulated Reflectance Factor for ABI GOES-17, Band-2::SRFA172
32:32:Simulated Reflectance Factor for ABI GOES-17, Band-3::SRFA173
33:33:Simulated Reflectance Factor for ABI GOES-17, Band-4::SRFA174
34:34:Simulated Reflectance Factor for ABI GOES-17, Band-5::SRFA175
35:35:Simulated Reflectance Factor for ABI GOES-17, Band-6::SRFA176
36:36:Simulated Brightness Temperature for ABI GOES-17, Band-7:K:SBTA177
37:37:Simulated Brightness Temperature for ABI GOES-17, Band-8:K:SBTA178
38:38:Simulated Brightness Temperature for ABI GOES-17, Band-9:K:SBTA179
39:39:Simulated Brightness Temperature for ABI GOES-17, Band-10:K:SBTA1710
40:40:Simulated Brightness Temperature for ABI GOES-17, Band-11:K:SBTA1711
41:41:Simulated Brightness Temperature for ABI GOES-17, Band-12:K:SBTA1712
42:42:Simulated Brightness Temperature for ABI GOES-17, Band-13:K:SBTA1713
43:43:Simulated Brightness Temperature for ABI GOES-17, Band-14:K:SBTA1714
44:44:Simulated Brightness Temperature for ABI GOES-17, Band-15:K:SBTA1715
45:45:Simulated Brightness Temperature for ABI GOES-17, Band-16:K:SBTA1716
#46-191: Reserved
#192-254 Reserved for Local Use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 4.201, Precipitation Type
#192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 4.202, Precipitable water category
#192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 4.203, Cloud type
#192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 4.204, Thunderstorm coverage
#192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 4.205, Aerosol type
#192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 4.206, Volcanic ash
#192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 4.207, Icing
#192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 4.208, Turbulence
#192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 4.209, Planetary boundary layer regime
#192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 4.210, Contrail intensity
#192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 4.211, Contrail engine type
#192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 4.212, Land Use
#192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE:TABLE:4.213, Soil type
#192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 4.215, Remotely Sensed Snow Coverage
#251-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 4.217, Cloud mask type
#192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 4.220, Horizontal dimension processed
#192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 4.221, Treatment of missing data
#192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 4.222, Categorical Result (NCEP)
#192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 4.3, Type of generating process
# 192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 4.4, Indicator of unit of time range
# 192:254:Reserved for local use
255:255:Missing

View file

@ -0,0 +1,42 @@
#Code:table:4.5: Fixed surface types and units
#192-254 Reserved for local use
200:200:Entire Atmosphere::EATM:EA
201:201:Entire Ocean::EOCN
204:204:Highest Tropospheric Freezing Level::HTFL
206:206:Grid Scale Cloud Bottom Level::GCBL
207:207:Grid Scale Cloud Top Level::GCTL
209:209:Boundary Layer Cloud Bottom Level::BCBL
210:210:Boundary Layer Cloud Top Level::BCTL
211:211:Boundary Layer Cloud Layer::BCY
212:212:Low Cloud Bottom Level::LCBL
213:213:Low Cloud Top Level::LCTL
214:214:Low Cloud Layer::LCY
215:215:Cloud Ceiling::CLG
220:220:Planetary Boundary Layer:: BLD
221:221:Layer Between Two Hybrid Levels::LBTHL
222:222:Middle Cloud Bottom Level::MCBL
223:223:Middle Cloud Top Level::MCTL
224:224:Middle Cloud Layer::MCY
232:232:High Cloud Bottom Level::HCBL
233:233:High Cloud Top Level::HCTL
234:234:High Cloud Layer::HCL
235:235:Ocean Isotherm Level:1/10 ℃:OITL
236:236:Layer Between Two Depths Below Ocean Surface::OLYR
237:237:Bottom of Ocean Mixed Layer (m):m:OBML
238:238:Bottom of Ocean Isothermal Layer:m:OBIL
239:239:Layer Ocean Surface and 26C Ocean Isothermal Level::LOS
240:240:Ocean Mixed Layer::OML
241:241:Ordered Sequence of Data::OSD
242:242:Convective Cloud Bottom Level::CCBL
243:243:Convective Cloud Top Level::CCTL
244:244:Convective Cloud::CCY
245:245:Lowest Level of the Wet Bulb Zero::WBZ
246:246:Maximum Equivalent Potential Temperature level::MTHE:MEPT
247:247:Equilibrium Level::EHLT:EL
248:248:Shallow Convective Cloud Bottom Level::SCBL
249:249:Shallow Convective Cloud Top Level::SCTL
251:251:Deep Convective Cloud Bottom Level::DCBL
252:252:Deep Convective Cloud Top Level::DCTL
253:253:Lowest Bottom Level of Supercooled Liquid Water Layer::LSCLW
254:254:Highest Top Level of Supercooled Liquid Water Layer::HSCLW
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 4.6, Type of ensemble forecast
# 192 254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 4.7, Derived forecast
#192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 4.8, Clustering Method
#192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 4.9, Probability Type
#192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,4 @@
# CODE TABLE 5.0, Data Representation Template Number
# 192-254 Reserved for local use
255:255:Missing
# 256-65535 Reserved

View file

@ -0,0 +1,3 @@
# CODE TABLE 5.1, Type of original field values
# 192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 5.2, Matrix coordinate value function definition
# 192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 5.3, Matrix coordinate parameter
# 192-254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 5.5, Missing Value Management for Complex Packing
# 192 254 Reserved for local use
255:255:Missing

View file

@ -0,0 +1,3 @@
# CODE TABLE 5.6, Order of Spatial Differencing
#192-254 Reserved for local use
255:255:Missing

View file

@ -28,8 +28,6 @@ import com.raytheon.edex.exception.DecoderException;
import com.raytheon.edex.plugin.AbstractDecoder;
import com.raytheon.edex.plugin.obs.metar.MetarDecoder;
import com.raytheon.uf.common.dataplugin.PluginDataObject;
import com.raytheon.uf.common.status.IPerformanceStatusHandler;
import com.raytheon.uf.common.status.PerformanceStatus;
import com.raytheon.uf.common.time.util.ITimer;
import com.raytheon.uf.common.time.util.TimeUtil;
import com.raytheon.uf.common.wmo.WMOHeader;
@ -66,9 +64,6 @@ public class ObsDecoder extends AbstractDecoder {
/** The logger */
private final Logger logger = LoggerFactory.getLogger(getClass());
private final IPerformanceStatusHandler perfLog = PerformanceStatus
.getHandler("Obs:");
private String traceId = null;
/**
@ -98,7 +93,6 @@ public class ObsDecoder extends AbstractDecoder {
}
}
timer.stop();
perfLog.logDuration("Time to Decode", timer.getElapsedTime());
}
} catch (Exception e) {
logger.error(traceId + "- Error in ObsDecoder", e);

Some files were not shown because too many files have changed in this diff Show more