Merge remote-tracking branch 'unidata/unidata_17.1.1' into unidata_17.1.1-osx
This commit is contained in:
commit
be4db826cb
32 changed files with 1155 additions and 683 deletions
|
@ -13,4 +13,5 @@ pushd /awips2/repo/awips2-builds/build/awips-ade
|
||||||
sudo docker build -t unidata/awips-ade -f Dockerfile.awips-ade.${os_version} .
|
sudo docker build -t unidata/awips-ade -f Dockerfile.awips-ade.${os_version} .
|
||||||
dockerID=$(sudo docker images | grep awips-ade | grep latest | awk '{print $3}' | head -1 )
|
dockerID=$(sudo docker images | grep awips-ade | grep latest | awk '{print $3}' | head -1 )
|
||||||
sudo docker tag $dockerID unidata/awips-ade:17.1.1-${os_version}
|
sudo docker tag $dockerID unidata/awips-ade:17.1.1-${os_version}
|
||||||
|
sudo docker rmi unidata/awips-ade:latest
|
||||||
sudo docker push unidata/awips-ade
|
sudo docker push unidata/awips-ade
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Version
|
# Version
|
||||||
export AWIPSII_VERSION="17.1.1"
|
export AWIPSII_VERSION="17.1.1"
|
||||||
export AWIPSII_RELEASE="4"
|
export AWIPSII_RELEASE="5"
|
||||||
# Author
|
# Author
|
||||||
export AWIPSII_BUILD_VENDOR="UCAR"
|
export AWIPSII_BUILD_VENDOR="UCAR"
|
||||||
export AWIPSII_BUILD_SITE="Unidata"
|
export AWIPSII_BUILD_SITE="Unidata"
|
||||||
|
|
|
@ -13,6 +13,7 @@ pushd $REPO
|
||||||
|
|
||||||
# if not mounted to docker container, clone from github
|
# if not mounted to docker container, clone from github
|
||||||
if [ ! -d awips2-ncep ]; then git clone https://github.com/Unidata/awips2-ncep.git --branch unidata_${AWIPSII_VERSION} --single-branch ;fi
|
if [ ! -d awips2-ncep ]; then git clone https://github.com/Unidata/awips2-ncep.git --branch unidata_${AWIPSII_VERSION} --single-branch ;fi
|
||||||
|
if [ ! -d awips2-goesr ]; then git clone https://github.com/Unidata/awips2-goesr.git --branch unidata_${AWIPSII_VERSION} --single-branch ;fi
|
||||||
if [ ! -d awips2-core ]; then git clone https://github.com/Unidata/awips2-core.git --branch unidata_${AWIPSII_VERSION} --single-branch ;fi
|
if [ ! -d awips2-core ]; then git clone https://github.com/Unidata/awips2-core.git --branch unidata_${AWIPSII_VERSION} --single-branch ;fi
|
||||||
if [ ! -d awips2-core-foss ]; then git clone https://github.com/Unidata/awips2-core-foss.git --branch unidata_${AWIPSII_VERSION} --single-branch ;fi
|
if [ ! -d awips2-core-foss ]; then git clone https://github.com/Unidata/awips2-core-foss.git --branch unidata_${AWIPSII_VERSION} --single-branch ;fi
|
||||||
if [ ! -d awips2-foss ]; then git clone https://github.com/Unidata/awips2-foss.git --branch unidata_${AWIPSII_VERSION} --single-branch ;fi
|
if [ ! -d awips2-foss ]; then git clone https://github.com/Unidata/awips2-foss.git --branch unidata_${AWIPSII_VERSION} --single-branch ;fi
|
||||||
|
@ -35,13 +36,13 @@ if [ ! -z "$prog" ]; then
|
||||||
su - awips -c "/bin/bash $buildsh -b $prog"
|
su - awips -c "/bin/bash $buildsh -b $prog"
|
||||||
else
|
else
|
||||||
# Build all groups (in this order)
|
# Build all groups (in this order)
|
||||||
#su - awips -c "/bin/bash $buildsh -ade"
|
su - awips -c "/bin/bash $buildsh -ade"
|
||||||
#su - awips -c "/bin/bash $buildsh -python"
|
su - awips -c "/bin/bash $buildsh -python"
|
||||||
#su - awips -c "/bin/bash $buildsh -qpid"
|
su - awips -c "/bin/bash $buildsh -qpid"
|
||||||
#su - awips -c "/bin/bash $buildsh -server"
|
su - awips -c "/bin/bash $buildsh -server"
|
||||||
su - awips -c "/bin/bash $buildsh -edex"
|
su - awips -c "/bin/bash $buildsh -edex"
|
||||||
#su - awips -c "/bin/bash $buildsh -database"
|
su - awips -c "/bin/bash $buildsh -database"
|
||||||
#su - awips -c "/bin/bash $buildsh -cave"
|
su - awips -c "/bin/bash $buildsh -cave"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Manage RPMs
|
# Manage RPMs
|
||||||
|
|
|
@ -17,3 +17,5 @@ javaUtilities/* rpms pythonPackages nativeLib/*
|
||||||
../awips2-ncep/viz/*
|
../awips2-ncep/viz/*
|
||||||
../awips2-ncep/features/*
|
../awips2-ncep/features/*
|
||||||
../awips2-ncep/edex/*
|
../awips2-ncep/edex/*
|
||||||
|
../awips2-goesr/edexOsgi/*
|
||||||
|
../awips2-goesr/cave/*
|
||||||
|
|
|
@ -14,8 +14,9 @@ if [ -d /awips2/repo/awips2-core-foss ]; then corefoss_dir=" -v /awips2/repo/awi
|
||||||
if [ -d /awips2/repo/awips2-foss ]; then foss_dir=" -v /awips2/repo/awips2-foss:/awips2/repo/awips2-foss " ;fi
|
if [ -d /awips2/repo/awips2-foss ]; then foss_dir=" -v /awips2/repo/awips2-foss:/awips2/repo/awips2-foss " ;fi
|
||||||
if [ -d /awips2/repo/awips2-nws ]; then nws_dir=" -v /awips2/repo/awips2-nws:/awips2/repo/awips2-nws " ;fi
|
if [ -d /awips2/repo/awips2-nws ]; then nws_dir=" -v /awips2/repo/awips2-nws:/awips2/repo/awips2-nws " ;fi
|
||||||
if [ -d /awips2/repo/awips2-ncep ]; then ncep_dir=" -v /awips2/repo/awips2-ncep:/awips2/repo/awips2-ncep " ;fi
|
if [ -d /awips2/repo/awips2-ncep ]; then ncep_dir=" -v /awips2/repo/awips2-ncep:/awips2/repo/awips2-ncep " ;fi
|
||||||
|
if [ -d /awips2/repo/awips2-goesr ]; then goesr_dir=" -v /awips2/repo/awips2-goesr:/awips2/repo/awips2-goesr " ;fi
|
||||||
if [ -d /awips2/repo/python-awips ]; then python_dir=" -v /awips2/repo/python-awips:/awips2/repo/python-awips " ;fi
|
if [ -d /awips2/repo/python-awips ]; then python_dir=" -v /awips2/repo/python-awips:/awips2/repo/python-awips " ;fi
|
||||||
dirs=$builds_dir$static_dir$rpm_dir$core_dir$corefoss_dir$foss_dir$nws_dir$ncep_dir$python_dir
|
dirs=$builds_dir$static_dir$rpm_dir$core_dir$corefoss_dir$foss_dir$nws_dir$ncep_dir$goesr_dir$python_dir
|
||||||
|
|
||||||
# run
|
# run
|
||||||
sudo docker run --entrypoint=/bin/bash --privileged -d -ti -e "container=docker" $dirs unidata/awips-ade:17.1.1-$os_version
|
sudo docker run --entrypoint=/bin/bash --privileged -d -ti -e "container=docker" $dirs unidata/awips-ade:17.1.1-$os_version
|
||||||
|
|
|
@ -199,9 +199,6 @@
|
||||||
<antcall target="p2.build.repo">
|
<antcall target="p2.build.repo">
|
||||||
<param name="feature" value="com.raytheon.uf.viz.kml.export.feature" />
|
<param name="feature" value="com.raytheon.uf.viz.kml.export.feature" />
|
||||||
</antcall>
|
</antcall>
|
||||||
<antcall target="p2.build.repo">
|
|
||||||
<param name="feature" value="com.raytheon.uf.viz.nwsauth.feature" />
|
|
||||||
</antcall>
|
|
||||||
<antcall target="p2.build.repo">
|
<antcall target="p2.build.repo">
|
||||||
<param name="feature" value="com.raytheon.viz.gfe.feature" />
|
<param name="feature" value="com.raytheon.viz.gfe.feature" />
|
||||||
</antcall>
|
</antcall>
|
||||||
|
|
|
@ -377,14 +377,7 @@
|
||||||
</reference>
|
</reference>
|
||||||
</visibleWhen>
|
</visibleWhen>
|
||||||
<separator name="MENUSTART" visible="false"/>
|
<separator name="MENUSTART" visible="false"/>
|
||||||
<separator name="GROUP1" visible="true"/>
|
<separator name="GOESR" visible="true"/>
|
||||||
<separator name="GROUP2" visible="true"/>
|
|
||||||
<separator name="GROUP3" visible="true"/>
|
|
||||||
<separator name="GROUP4" visible="true"/>
|
|
||||||
<separator name="GROUP5" visible="true"/>
|
|
||||||
<separator name="GROUP6" visible="true"/>
|
|
||||||
<separator name="GROUP7" visible="true"/>
|
|
||||||
<separator name="MENUEND" visible="false"/>
|
|
||||||
</menu>
|
</menu>
|
||||||
<menu
|
<menu
|
||||||
id="radar"
|
id="radar"
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
-XX:G1MixedGCLiveThresholdPercent=25
|
-XX:G1MixedGCLiveThresholdPercent=25
|
||||||
-XX:G1OldCSetRegionThresholdPercent=25
|
-XX:G1OldCSetRegionThresholdPercent=25
|
||||||
-XX:G1HeapWastePercent=5
|
-XX:G1HeapWastePercent=5
|
||||||
-DvizVersion=17.1.1-3
|
-DvizVersion=17.1.1
|
||||||
-DbuildSystem=macOS/Eclipse
|
-DbuildSystem=macOS/Eclipse
|
||||||
</vmArgs>
|
</vmArgs>
|
||||||
<vmArgsWin>-Dfile.encoding=UTF-8
|
<vmArgsWin>-Dfile.encoding=UTF-8
|
||||||
|
|
|
@ -3,6 +3,5 @@ on the Raytheon viz environment, released as non-operational \
|
||||||
software by UCAR's Unidata Program Center\n\
|
software by UCAR's Unidata Program Center\n\
|
||||||
http://www.unidata.ucar.edu/software/awips \
|
http://www.unidata.ucar.edu/software/awips \
|
||||||
\n\n\
|
\n\n\
|
||||||
\tVersion: {0}\n\
|
|
||||||
\tBuild system: {3}
|
\tBuild system: {3}
|
||||||
caveVersion={0}
|
caveVersion={0}
|
|
@ -1,29 +1,4 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
|
|
||||||
<!-- TOWRdocs Header
|
|
||||||
GOES-R Derived Motion Winds (DMW) bundle (query by "filter" DB column)
|
|
||||||
-->
|
|
||||||
<!-- TOWRdocs Description
|
|
||||||
File defines contains the custom query mappings and contraints used to query the Postgres database to return
|
|
||||||
corresponding DMW records.
|
|
||||||
|
|
||||||
The queries are created in with each "mapping" entity:
|
|
||||||
|
|
||||||
key - The corresponding database column/entry to query against
|
|
||||||
contstraintValue - The constraint values to place on the query
|
|
||||||
constraint - The Postgres constraint to place on the query (i.e. >, <, =, etc.)
|
|
||||||
|
|
||||||
Note: Here we can see where previously-defined "substitute" entities come into play. A key-value substitution is taking
|
|
||||||
place anywhere we see an "${key}" entry. While these substitutions may be useful, they are not necessary, as can
|
|
||||||
be seen with the "windSpd" mappings.
|
|
||||||
-->
|
|
||||||
<!-- TOWRdocs Status
|
|
||||||
New file not in the baseline. It was modeled after the baseline 16.2.2 file /bundles/satellite/goesr/DerivedMotionWinds.xml, with slight modifications made to the queries and query constraints.
|
|
||||||
-->
|
|
||||||
<!-- TOWRdocs POC
|
|
||||||
Matt Comerford
|
|
||||||
-->
|
|
||||||
|
|
||||||
<bundle>
|
<bundle>
|
||||||
<displayList>
|
<displayList>
|
||||||
<displays xsi:type="d2DMapRenderableDisplay"
|
<displays xsi:type="d2DMapRenderableDisplay"
|
||||||
|
|
|
@ -1,23 +1,4 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?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.
|
|
||||||
-->
|
|
||||||
<bundle xmlns:ns2="http://www.example.org/productType" xmlns:ns3="group">
|
<bundle xmlns:ns2="http://www.example.org/productType" xmlns:ns3="group">
|
||||||
<displayList>
|
<displayList>
|
||||||
<displays xsi:type="d2DMapRenderableDisplay"
|
<displays xsi:type="d2DMapRenderableDisplay"
|
||||||
|
|
|
@ -1,23 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?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">
|
<menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
menuText="Blended Rain Rate" id="rainfallRate">
|
menuText="Blended Rain Rate" id="rainfallRate">
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
<menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
<contribute xsi:type="separator" id="MySeparatorId"/>
|
<contribute xsi:type="separator" id="MySeparatorId"/>
|
||||||
|
|
||||||
<contribute xsi:type="titleItem"
|
<contribute xsi:type="titleItem"
|
||||||
|
@ -29,6 +30,265 @@
|
||||||
</contribute>
|
</contribute>
|
||||||
|
|
||||||
|
|
||||||
|
<contribute xsi:type="subMenu" menuText="GOES-East/West 10km Composite">
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Imager Visible" id="visible">
|
||||||
|
=======
|
||||||
|
<!--
|
||||||
|
|
||||||
|
<contribute xsi:type="subMenu" menuText="Regional Imagery">
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Alaska National 11 micron IR" id="irWindow">
|
||||||
|
<substitute key="element" value="Imager 11 micron IR"/>
|
||||||
|
<substitute key="sector" value="Alaska National"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)" />
|
||||||
|
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Alaska National 6.7-6.5 micron IR (WV)" id="irWindow">
|
||||||
|
<substitute key="element" value="Imager 6.7-6.5 micron IR (WV)"/>
|
||||||
|
<substitute key="sector" value="Alaska National"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)" />
|
||||||
|
<substitute key="colormap" value="Sat/WV/RAMSDIS WV"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Alaska National Visible" id="visible">
|
||||||
|
<substitute key="element" value="Imager Visible"/>
|
||||||
|
<substitute key="sector" value="Alaska National"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)" />
|
||||||
|
<substitute key="colormap" value="Sat/VIS/Linear"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="separator" id="MySeparatorId"/>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Alaska Regional 11 micron IR" id="irWindow">
|
||||||
|
<substitute key="element" value="Imager 11 micron IR"/>
|
||||||
|
<substitute key="sector" value="Alaska Regional"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)" />
|
||||||
|
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Alaska Regional 3.9 micron IR" id="irWindow">
|
||||||
|
<substitute key="element" value="Imager 3.9 micron IR"/>
|
||||||
|
<substitute key="sector" value="Alaska Regional"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)" />
|
||||||
|
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Alaska Regional 6.7-6.5 micron IR (WV)" id="irWindow">
|
||||||
|
<substitute key="element" value="Imager 6.7-6.5 micron IR (WV)"/>
|
||||||
|
<substitute key="sector" value="Alaska Regional"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)" />
|
||||||
|
<substitute key="colormap" value="Sat/WV/RAMSDIS WV"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Alaska Regional Visible" id="visible">
|
||||||
|
<substitute key="element" value="Imager Visible"/>
|
||||||
|
<substitute key="sector" value="Alaska Regional"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)" />
|
||||||
|
<substitute key="colormap" value="Sat/VIS/Linear"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="separator" id="MySeparatorId"/>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Hawaii National 11 micron IR" id="irWindow">
|
||||||
|
<substitute key="element" value="Imager 11 micron IR"/>
|
||||||
|
<substitute key="sector" value="Hawaii National"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)" />
|
||||||
|
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Hawaii National 6.7-6.5 micron IR (WV)" id="irWindow">
|
||||||
|
<substitute key="element" value="Imager 6.7-6.5 micron IR (WV)"/>
|
||||||
|
<substitute key="sector" value="Hawaii National"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)" />
|
||||||
|
<substitute key="colormap" value="Sat/WV/RAMSDIS WV"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Hawaii National Visible" id="visible">
|
||||||
|
<substitute key="element" value="Imager Visible"/>
|
||||||
|
<substitute key="sector" value="Hawaii National"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)" />
|
||||||
|
<substitute key="colormap" value="Sat/VIS/Linear"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="separator" id="MySeparatorId"/>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Hawaii Regional 11 micron IR" id="irWindow">
|
||||||
|
<substitute key="element" value="Imager 11 micron IR"/>
|
||||||
|
<substitute key="sector" value="Hawaii Regional"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)" />
|
||||||
|
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Hawaii Regional 3.9 micron IR" id="irWindow">
|
||||||
|
<substitute key="element" value="Imager 3.9 micron IR"/>
|
||||||
|
<substitute key="sector" value="Hawaii Regional"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)" />
|
||||||
|
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Hawaii Regional 6.7-6.5 micron IR (WV)" id="irWindow">
|
||||||
|
<substitute key="element" value="Imager 6.7-6.5 micron IR (WV)"/>
|
||||||
|
<substitute key="sector" value="Hawaii Regional"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)" />
|
||||||
|
<substitute key="colormap" value="Sat/WV/RAMSDIS WV"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Hawaii Regional Visible" id="visible">
|
||||||
|
<substitute key="element" value="Imager Visible"/>
|
||||||
|
<substitute key="sector" value="Hawaii Regional"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)" />
|
||||||
|
<substitute key="colormap" value="Sat/VIS/Linear"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="separator" id="MySeparatorId"/>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Puerto Rico National 11 micron IR" id="irWindow">
|
||||||
|
<substitute key="element" value="Imager 11 micron IR"/>
|
||||||
|
<substitute key="sector" value="Puerto Rico National"/>
|
||||||
|
<substitute key="entity" value="GOES-13(N)" />
|
||||||
|
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Puerto Rico National 6.7-6.5 micron IR (WV)" id="irWindow">
|
||||||
|
<substitute key="element" value="Imager 6.7-6.5 micron IR (WV)"/>
|
||||||
|
<substitute key="sector" value="Puerto Rico National"/>
|
||||||
|
<substitute key="entity" value="GOES-13(N)" />
|
||||||
|
<substitute key="colormap" value="Sat/WV/RAMSDIS WV"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Puerto Rico National Visible" id="visible">
|
||||||
|
<substitute key="element" value="Imager Visible"/>
|
||||||
|
<substitute key="sector" value="Puerto Rico National"/>
|
||||||
|
<substitute key="entity" value="GOES-13(N)" />
|
||||||
|
<substitute key="colormap" value="Sat/VIS/Linear"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="separator" id="MySeparatorId"/>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Puerto Rico Regional 13 micron IR" id="irWindow">
|
||||||
|
<substitute key="element" value="Imager 13 micron IR"/>
|
||||||
|
<substitute key="sector" value="Puerto Rico Regional"/>
|
||||||
|
<substitute key="entity" value="GOES-13(N)" />
|
||||||
|
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Puerto Rico Regional 11 micron IR" id="irWindow">
|
||||||
|
<substitute key="element" value="Imager 11 micron IR"/>
|
||||||
|
<substitute key="sector" value="Puerto Rico Regional"/>
|
||||||
|
<substitute key="entity" value="GOES-13(N)" />
|
||||||
|
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Puerto Rico Regional 3.9 micron IR" id="irWindow">
|
||||||
|
<substitute key="element" value="Imager 3.9 micron IR"/>
|
||||||
|
<substitute key="sector" value="Puerto Rico Regional"/>
|
||||||
|
<substitute key="entity" value="GOES-13(N)" />
|
||||||
|
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Puerto Rico Regional 6.7-6.5 micron IR (WV)" id="irWindow">
|
||||||
|
<substitute key="element" value="Imager 6.7-6.5 micron IR (WV)"/>
|
||||||
|
<substitute key="sector" value="Puerto Rico Regional"/>
|
||||||
|
<substitute key="entity" value="GOES-13(N)" />
|
||||||
|
<substitute key="colormap" value="Sat/WV/RAMSDIS WV"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Puerto Rico Regional Visible" id="visible">
|
||||||
|
>>>>>>> unidata/unidata_17.1.1
|
||||||
|
<substitute key="element" value="Imager Visible"/>
|
||||||
|
<substitute key="sector" value="Puerto Rico Regional"/>
|
||||||
|
<substitute key="entity" value="GOES-13(N)" />
|
||||||
|
<substitute key="colormap" value="Sat/VIS/Linear"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="separator" id="MySeparatorId"/>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Arctic 12 micron IR" id="irWindow">
|
||||||
|
<substitute key="element" value="Imager 12 micron IR"/>
|
||||||
|
<substitute key="sector" value="Arctic"/>
|
||||||
|
<substitute key="entity" value="COMP" />
|
||||||
|
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Arctic 11 micron IR" id="irWindow">
|
||||||
|
<substitute key="element" value="Imager 11 micron IR"/>
|
||||||
|
<substitute key="sector" value="Arctic"/>
|
||||||
|
<substitute key="entity" value="COMP" />
|
||||||
|
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Arctic 3.5-4.0 micron IR (Fog)" id="irWindow">
|
||||||
|
<substitute key="element" value="Imager 3.5-4.0 micron IR (Fog)"/>
|
||||||
|
<substitute key="sector" value="Arctic"/>
|
||||||
|
<substitute key="entity" value="COMP" />
|
||||||
|
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Arctic 6.7-6.5 micron IR (WV)" id="irWindow">
|
||||||
|
<substitute key="element" value="Imager 6.7-6.5 micron IR (WV)"/>
|
||||||
|
<substitute key="sector" value="Arctic"/>
|
||||||
|
<substitute key="entity" value="COMP" />
|
||||||
|
<substitute key="colormap" value="Sat/WV/RAMSDIS WV"/>
|
||||||
|
</contribute>
|
||||||
|
<<<<<<< HEAD
|
||||||
|
</contribute>
|
||||||
|
|
||||||
|
<!-- Northern Hemisphere Composite -->
|
||||||
|
<contribute xsi:type="subMenu" menuText="National Composite 24km">
|
||||||
|
=======
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Arctic Visible" id="visible">
|
||||||
|
<substitute key="element" value="Imager Visible"/>
|
||||||
|
<substitute key="sector" value="Arctic"/>
|
||||||
|
<substitute key="entity" value="COMP" />
|
||||||
|
<substitute key="colormap" value="Sat/VIS/Linear"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="separator" id="MySeparatorId"/>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Antarctica IR" id="Arctic-IR1">
|
||||||
|
<substitute key="element" value="Imager 3.5-4.0 micron IR (Fog)"/>
|
||||||
|
<substitute key="sector" value="Antarctic" />
|
||||||
|
<substitute key="entity" value="COMP" />
|
||||||
|
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
||||||
|
</contribute>
|
||||||
|
>>>>>>> unidata/unidata_17.1.1
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Antarctica Visible" id="Arctic-Vis">
|
||||||
|
<substitute key="element" value="Imager Visible"/>
|
||||||
|
<substitute key="sector" value="Antarctic" />
|
||||||
|
<substitute key="entity" value="COMP" />
|
||||||
|
<substitute key="colormap" value="Sat/VIS/Linear"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Antarctica WV" id="Arctic-WV">
|
||||||
|
<substitute key="element" value="Imager 6.7-6.5 micron IR (WV)"/>
|
||||||
|
<substitute key="sector" value="Antarctica" />
|
||||||
|
<substitute key="entity" value="COMP" />
|
||||||
|
<substitute key="colormap" value="Sat/WV/RAMSDIS WV"/>
|
||||||
|
</contribute>
|
||||||
|
</contribute>
|
||||||
|
|
||||||
|
-->
|
||||||
|
<contribute xsi:type="subMenu" menuText="Composite Imagery">
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Global Rectilinear 20km WV" id="waterVapor">
|
||||||
|
<substitute key="element" value="Imager 6.7-6.5 micron IR (WV)"/>
|
||||||
|
<substitute key="sector" value="Global"/>
|
||||||
|
<substitute key="entity" value="GOES-13(N)"/>
|
||||||
|
<substitute key="colormap" value="Sat/WV/RAMSDIS WV"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Global Mollweide 30km IR" id="waterVapor">
|
||||||
|
<substitute key="element" value="Imager 11 micron IR"/>
|
||||||
|
<substitute key="sector" value="Mollweide"/>
|
||||||
|
<substitute key="entity" value="GOES-13(N)"/>
|
||||||
|
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Global Mollweide 30km WV" id="waterVapor">
|
||||||
|
<substitute key="element" value="Imager 6.7-6.5 micron IR (WV)"/>
|
||||||
|
<substitute key="sector" value="Mollweide"/>
|
||||||
|
<substitute key="entity" value="GOES-13(N)"/>
|
||||||
|
<substitute key="colormap" value="Sat/WV/RAMSDIS WV"/>
|
||||||
|
</contribute>
|
||||||
|
|
||||||
|
|
||||||
<contribute xsi:type="subMenu" menuText="GOES-East/West 10km Composite">
|
<contribute xsi:type="subMenu" menuText="GOES-East/West 10km Composite">
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
menuText="Imager Visible" id="visible">
|
menuText="Imager Visible" id="visible">
|
||||||
|
@ -118,8 +378,584 @@
|
||||||
</contribute>
|
</contribute>
|
||||||
|
|
||||||
|
|
||||||
|
</contribute>
|
||||||
|
<<<<<<< HEAD
|
||||||
|
|
||||||
|
<!-- NH Composite - Meteosat-GOES E-GOES W-GMS -->
|
||||||
|
<contribute xsi:type="subMenu" menuText="NH Composite 24km">
|
||||||
|
=======
|
||||||
|
|
||||||
|
<contribute xsi:type="subMenu" menuText="Sounder Imagery">
|
||||||
|
<!-- GOES Supernational -->
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/BlendedRainRate.xml"
|
||||||
|
menuText="Blended Rain Rate" id="rainfallRate">
|
||||||
|
<substitute key="element" value="Rain fall rate"/>
|
||||||
|
<substitute key="entity" value="POES-NPOESS"/>
|
||||||
|
<substitute key="sector" value="Supernational"/>
|
||||||
|
<substitute key="colormap" value="Radar/UPC One Hour Precip"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultCONUSSatellite.xml"
|
||||||
|
menuText="Low Cloud Base" id="lowCloudBase">
|
||||||
|
<substitute key="element" value="Low cloud base imagery" />
|
||||||
|
<substitute key="sector0" value="West CONUS" />
|
||||||
|
<substitute key="sector1" value="East CONUS" />
|
||||||
|
<substitute key="entity" value="GOES%" />
|
||||||
|
<substitute key="colormap" value="Sat/Low Cloud Base" />
|
||||||
|
</contribute>
|
||||||
|
<!-- SOUNDER/Miscellaneous -->
|
||||||
|
>>>>>>> unidata/unidata_17.1.1
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Blended Total Precip Water" id="blendedTotalPrecipWater">
|
||||||
|
<substitute key="element" value="Sounder Based Derived Precipitable Water (PW)"/>
|
||||||
|
<substitute key="sector" value="Supernational" />
|
||||||
|
<substitute key="entity" value="Miscellaneous"/>
|
||||||
|
<substitute key="colormap" value="Sat/Precip Water/Blended Total Precip Water"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Percent of Normal TPW" id="percentofNormalTPW">
|
||||||
|
<substitute key="element" value="Percent of Normal TPW"/>
|
||||||
|
<substitute key="sector" value="Supernational" />
|
||||||
|
<substitute key="entity" value="Miscellaneous"/>
|
||||||
|
<substitute key="colormap" value="Sat/Precip Water/Percent of Normal TPW"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="separator" id="MySeparatorId"/>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Lifted Index" id="liftedIndex">
|
||||||
|
<substitute key="element" value="Sounder Based Derived Lifted Index (LI)"/>
|
||||||
|
<substitute key="entity" value="Composite"/>
|
||||||
|
<substitute key="sector" value="Supernational"/>
|
||||||
|
<substitute key="colormap" value="Sat/Lifted Index/Lifted Index Default"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Total Precip Water" id="totalPrecipWater">
|
||||||
|
<substitute key="element" value="Sounder Based Derived Precipitable Water (PW)"/>
|
||||||
|
<substitute key="entity" value="Composite"/>
|
||||||
|
<substitute key="sector" value="Supernational"/>
|
||||||
|
<substitute key="colormap" value="Sat/Precip Water/Precip Water Default"/>
|
||||||
|
</contribute>
|
||||||
|
|
||||||
|
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Cloud Amount" id="cloud Amount">
|
||||||
|
<substitute key="element" value="Gridded Cloud Amount"/>
|
||||||
|
<substitute key="entity" value="Composite"/>
|
||||||
|
<substitute key="sector" value="Supernational"/>
|
||||||
|
<substitute key="colormap" value="Sat/Cloud Amount Default"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Cloud Top Height" id="cloudTopHeight">
|
||||||
|
<substitute key="element" value="Gridded Cloud Top Pressure or Height"/>
|
||||||
|
<substitute key="entity" value="Composite"/>
|
||||||
|
<substitute key="sector" value="Supernational"/>
|
||||||
|
<substitute key="colormap" value="Sat/Cloud Top Height"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Skin Temperature" id="skinTemp">
|
||||||
|
<substitute key="element" value="Sounder Based Derived Surface Skin Temp (SFC Skin)"/>
|
||||||
|
<substitute key="entity" value="Composite"/>
|
||||||
|
<substitute key="sector" value="Supernational"/>
|
||||||
|
<substitute key="colormap" value="Sat/Skin Temp/Skin Temp Default"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="separator" id="MySeparatorId"/>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="CIMSS Derived Ozone" id="GOES-Sounder-Ozone">
|
||||||
|
<substitute key="element" value="Sounder Based Total Column Ozone"/>
|
||||||
|
<substitute key="entity" value="SOUNDER" />
|
||||||
|
<substitute key="sector" value="GOES-Sounder" />
|
||||||
|
<substitute key="colormap" value="Sat/Ozone/Ozone"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="CIMSS Derived Precip Water" id="GOES-Sounder-PW">
|
||||||
|
<substitute key="element" value="Sounder Based Derived Precipitable Water (PW)"/>
|
||||||
|
<substitute key="entity" value="SOUNDER" />
|
||||||
|
<substitute key="sector" value="GOES-Sounder" />
|
||||||
|
<substitute key="colormap" value="Sat/Precip Water/Precip Water Default"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="separator" id="MySeparatorId"/>
|
||||||
|
<!--
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="CIMSS Derived Lifted Index" id="GOES-Sounder-LI">
|
||||||
|
<substitute key="element" value="Sounder Based Derived Lifted Index (LI)"/>
|
||||||
|
<substitute key="entity" value="SOUNDER" />
|
||||||
|
<substitute key="sector" value="GOES-Sounder" />
|
||||||
|
<substitute key="colormap" value="Sat/Ozone/Ozone"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="CIMSS Derived CAPE" id="GOES-Sounder-Cape">
|
||||||
|
<substitute key="element" value="CAPE"/>
|
||||||
|
<substitute key="entity" value="SOUNDER" />
|
||||||
|
<substitute key="sector" value="GOES-Sounder" />
|
||||||
|
<substitute key="colormap" value="Sat/IR/IR WV"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Total Precip Water" id="totalPrecipWater">
|
||||||
|
<substitute key="element" value="Sounder Based Derived Precipitable Water (PW)"/>
|
||||||
|
<substitute key="entity" value="DMSP"/>
|
||||||
|
<substitute key="sector" value="Supernational"/>
|
||||||
|
<substitute key="colormap" value="Sat/Precip Water/Precip Water - Polar)"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="NPOESS Total Precip Water" id="totalPrecipWater">
|
||||||
|
<substitute key="element" value="Sounder Based Derived Precipitable Water (PW)"/>
|
||||||
|
<substitute key="entity" value="POES-NPOESS"/>
|
||||||
|
<substitute key="sector" value="Supernational"/>
|
||||||
|
<substitute key="colormap" value="Sat/Precip Water/Precip Water - Polar)"/>
|
||||||
|
</contribute>
|
||||||
|
-->
|
||||||
|
<!-- West CONUS -->
|
||||||
|
<contribute xsi:type="subMenu" menuText="West CONUS">
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Sounder 14 micron IR" id="irWindow">
|
||||||
|
<substitute key="element" value="Sounder 14.06 micron imagery"/>
|
||||||
|
<substitute key="sector" value="West CONUS"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)" />
|
||||||
|
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Sounder 11 micron IR" id="irWindow">
|
||||||
|
<substitute key="element" value="Sounder 11.03 micron imagery"/>
|
||||||
|
<substitute key="sector" value="West CONUS"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)" />
|
||||||
|
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Sounder 7.5 micron WV" id="irWindow">
|
||||||
|
<substitute key="element" value="Sounder 7.43 micron imagery"/>
|
||||||
|
<substitute key="sector" value="West CONUS"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)" />
|
||||||
|
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Sounder 7 micron WV" id="irWindow">
|
||||||
|
<substitute key="element" value="Sounder 7.02 micron imagery"/>
|
||||||
|
<substitute key="sector" value="West CONUS"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)" />
|
||||||
|
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Sounder 6.5 micron WV" id="irWindow">
|
||||||
|
<substitute key="element" value="Sounder 6.51 micron imagery"/>
|
||||||
|
<substitute key="sector" value="West CONUS"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)" />
|
||||||
|
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Sounder 4.5 micron IR" id="irWindow">
|
||||||
|
<substitute key="element" value="Sounder 4.45 micron imagery"/>
|
||||||
|
<substitute key="sector" value="West CONUS"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)" />
|
||||||
|
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Sounder 4 micron IR" id="irWindow">
|
||||||
|
<substitute key="element" value="Sounder 3.98 micron imagery"/>
|
||||||
|
<substitute key="sector" value="West CONUS"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)" />
|
||||||
|
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
||||||
|
</contribute>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="subMenu" menuText="Alaska">
|
||||||
|
<!-- Alaska -->
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Blended Total Precip Water" id="blendedTotalPrecipWater">
|
||||||
|
<substitute key="element" value="Sounder Based Derived Precipitable Water (PW)"/>
|
||||||
|
<substitute key="sector" value="Alaska National" />
|
||||||
|
<substitute key="entity" value="Miscellaneous"/>
|
||||||
|
<substitute key="colormap" value="Sat/Precip Water/Blended Total Precip Water"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Percent of Normal TPW" id="percentofNormalTPW">
|
||||||
|
<substitute key="element" value="Percent of Normal TPW"/>
|
||||||
|
<substitute key="sector" value="Alaska National" />
|
||||||
|
<substitute key="entity" value="Miscellaneous"/>
|
||||||
|
<substitute key="colormap" value="Sat/Precip Water/Percent of Normal TPW"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/BlendedRainRate.xml"
|
||||||
|
menuText="Blended Rain Rate" id="rainfallRate">
|
||||||
|
<substitute key="element" value="Rain fall rate"/>
|
||||||
|
<substitute key="entity" value="POES-NPOESS"/>
|
||||||
|
<substitute key="sector" value="Alaska National" />
|
||||||
|
<substitute key="colormap" value="Radar/UPC One Hour Precip"/>
|
||||||
|
</contribute>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="subMenu" menuText="Hawaii">
|
||||||
|
<!-- HAWAII -->
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Blended Total Precip Water" id="blendedTotalPrecipWater">
|
||||||
|
<substitute key="element" value="Sounder Based Derived Precipitable Water (PW)"/>
|
||||||
|
<substitute key="sector" value="Hawaii National" />
|
||||||
|
<substitute key="entity" value="Miscellaneous"/>
|
||||||
|
<substitute key="colormap" value="Sat/Precip Water/Blended Total Precip Water"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Percent of Normal TPW" id="percentofNormalTPW">
|
||||||
|
<substitute key="element" value="Percent of Normal TPW"/>
|
||||||
|
<substitute key="sector" value="Hawaii National" />
|
||||||
|
<substitute key="entity" value="Miscellaneous"/>
|
||||||
|
<substitute key="colormap" value="Sat/Precip Water/Percent of Normal TPW"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/BlendedRainRate.xml"
|
||||||
|
menuText="Blended Rain Rate" id="rainfallRate">
|
||||||
|
<substitute key="element" value="Rain fall rate"/>
|
||||||
|
<substitute key="entity" value="POES-NPOESS"/>
|
||||||
|
<substitute key="sector" value="Hawaii National" />
|
||||||
|
<substitute key="colormap" value="Radar/UPC One Hour Precip"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Sounder 14 micron IR" id="irWindow">
|
||||||
|
<substitute key="element" value="Sounder 14.06 micron imagery"/>
|
||||||
|
<substitute key="sector" value="Hawaii National"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)" />
|
||||||
|
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Sounder 11 micron IR" id="irWindow">
|
||||||
|
<substitute key="element" value="Sounder 11.03 micron imagery"/>
|
||||||
|
<substitute key="sector" value="Hawaii National"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)" />
|
||||||
|
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Sounder 7.5 micron WV" id="irWindow">
|
||||||
|
<substitute key="element" value="Sounder 7.43 micron imagery"/>
|
||||||
|
<substitute key="sector" value="Hawaii National"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)" />
|
||||||
|
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Sounder 7 micron WV" id="irWindow">
|
||||||
|
<substitute key="element" value="Sounder 7.02 micron imagery"/>
|
||||||
|
<substitute key="sector" value="Hawaii National"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)" />
|
||||||
|
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Sounder 6.5 micron WV" id="irWindow">
|
||||||
|
<substitute key="element" value="Sounder 6.51 micron imagery"/>
|
||||||
|
<substitute key="sector" value="Hawaii National"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)" />
|
||||||
|
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Sounder 4.5 micron IR" id="irWindow">
|
||||||
|
<substitute key="element" value="Sounder 4.45 micron imagery"/>
|
||||||
|
<substitute key="sector" value="Hawaii National"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)" />
|
||||||
|
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Sounder 4 micron IR" id="irWindow">
|
||||||
|
<substitute key="element" value="Sounder 3.98 micron imagery"/>
|
||||||
|
<substitute key="sector" value="Hawaii National"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)" />
|
||||||
|
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Sounder Derived Lifted Index" id="liftedIndex">
|
||||||
|
<substitute key="element" value="Sounder Based Derived Lifted Index (LI)"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)"/>
|
||||||
|
<substitute key="sector" value="Hawaii National"/>
|
||||||
|
<substitute key="colormap" value="Sat/Lifted Index/Lifted Index Default"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Gridded Cloud Amount" id="cloud Amount">
|
||||||
|
<substitute key="element" value="Gridded Cloud Amount"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)"/>
|
||||||
|
<substitute key="sector" value="Hawaii National"/>
|
||||||
|
<substitute key="colormap" value="Sat/Cloud Amount Default"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Gridded Cloud Top Height" id="cloudTopHeight">
|
||||||
|
<substitute key="element" value="Gridded Cloud Top Pressure or Height"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)"/>
|
||||||
|
<substitute key="sector" value="Hawaii National"/>
|
||||||
|
<substitute key="colormap" value="Sat/Cloud Top Height"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Sounder Derived Sfc Skin Temp" id="skinTemp">
|
||||||
|
<substitute key="element" value="Sounder Based Derived Surface Skin Temp (SFC Skin)"/>
|
||||||
|
<substitute key="entity" value="GOES-15(P)"/>
|
||||||
|
<substitute key="sector" value="Hawaii National"/>
|
||||||
|
<substitute key="colormap" value="Sat/Skin Temp/Skin Temp Default"/>
|
||||||
|
</contribute>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="subMenu" menuText="Puerto Rico">
|
||||||
|
<!-- Puerto Rico -->
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Blended Total Precip Water" id="blendedTotalPrecipWater">
|
||||||
|
<substitute key="element" value="Sounder Based Derived Precipitable Water (PW)"/>
|
||||||
|
<substitute key="sector" value="Puerto Rico National" />
|
||||||
|
<substitute key="entity" value="Miscellaneous"/>
|
||||||
|
<substitute key="colormap" value="Sat/Precip Water/Blended Total Precip Water"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
||||||
|
menuText="Percent of Normal TPW" id="percentofNormalTPW">
|
||||||
|
<substitute key="element" value="Percent of Normal TPW"/>
|
||||||
|
<substitute key="sector" value="Puerto Rico National" />
|
||||||
|
<substitute key="entity" value="Miscellaneous"/>
|
||||||
|
<substitute key="colormap" value="Sat/Precip Water/Percent of Normal TPW"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/BlendedRainRate.xml"
|
||||||
|
menuText="Blended Rain Rate" id="rainfallRate">
|
||||||
|
<substitute key="element" value="Rain fall rate"/>
|
||||||
|
<substitute key="entity" value="POES-NPOESS"/>
|
||||||
|
<substitute key="sector" value="Puerto Rico National" />
|
||||||
|
<substitute key="colormap" value="Radar/UPC One Hour Precip"/>
|
||||||
|
</contribute>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="separator" id="MySeparatorId"/>
|
||||||
|
<!-- GOES/POES Soundings -->
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SoundingAvailability.xml"
|
||||||
|
menuText="GOES Sounding Availability" id="goesSoundingAvailability">
|
||||||
|
<substitute key="pluginName" value="goessounding"/>
|
||||||
|
<substitute key="sector" value="Supernational"/>
|
||||||
|
<substitute key="plotSource" value="GOES Sounding Availability"/>
|
||||||
|
<substitute key="offset" value="1800"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SoundingAvailability.xml"
|
||||||
|
menuText="POES Sounding Availability" id="poesSoundingAvailability">
|
||||||
|
<substitute key="pluginName" value="poessounding"/>
|
||||||
|
<substitute key="sector" value="Supernational"/>
|
||||||
|
<substitute key="plotSource" value="POES Sounding Availability"/>
|
||||||
|
<substitute key="offset" value="1800"/>
|
||||||
|
</contribute>
|
||||||
|
</contribute>
|
||||||
|
|
||||||
|
<contribute xsi:type="subMenu" menuText="Satellite Winds">
|
||||||
|
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/Scatterometer.xml"
|
||||||
|
menuText="ASCAT Winds 25 km" id="ASCATWinds">
|
||||||
|
<substitute key="legend" value="ASCAT"/>
|
||||||
|
<substitute key="svg" value="ascatPlotDesign.svg"/>
|
||||||
|
<substitute key="plugin" value="bufrascat"/>
|
||||||
|
<substitute key="posOffset" value="5400"/>
|
||||||
|
<substitute key="negOffset" value="5400"/>
|
||||||
|
</contribute>
|
||||||
|
|
||||||
|
<contribute xsi:type="subMenu" menuText="SSM/I Point Data">
|
||||||
|
<contribute xsi:type="titleItem"
|
||||||
|
titleText="------ SSM/I Data ------" id="SSMIDataLine"/>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SSMIWindPlot.xml"
|
||||||
|
menuText="SSM/I Wind Speeds" id="SSMIDataLine">
|
||||||
|
<substitute key="svg" value="ssmiWindPlotDesign.svg"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SSMIPlot.xml"
|
||||||
|
menuText="SSM/I Precip. Water" id="SSMIDataLine">
|
||||||
|
<substitute key="svg" value="ssmiPWPlotDesign.svg"/>
|
||||||
|
<substitute key="legend" value="SSM/I Precipitable Water (kg/m**2)"/>
|
||||||
|
<substitute key="offset" value="1800"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SSMIPlot.xml"
|
||||||
|
menuText="SSM/I Sea Temperature" id="SSMIDataLine">
|
||||||
|
<substitute key="svg" value="ssmiSTPlotDesign.svg"/>
|
||||||
|
<substitute key="legend" value="SSM/I Sea Temperature (C)"/>
|
||||||
|
<substitute key="offset" value="1800"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SSMIPlot.xml"
|
||||||
|
menuText="SSM/I VIL" id="SSMIDataLine">
|
||||||
|
<substitute key="svg" value="ssmiVILPlotDesign.svg"/>
|
||||||
|
<substitute key="legend" value="SSM/I Vert. Integ. Water (kg/(m**2))"/>
|
||||||
|
<substitute key="offset" value="1800"/>
|
||||||
|
</contribute>
|
||||||
|
</contribute>
|
||||||
|
|
||||||
|
<contribute xsi:type="subMenu" menuText="GOES High Density Winds">
|
||||||
|
<contribute xsi:type="titleItem"
|
||||||
|
titleText="------ Satellite-Derived Winds ------" id="SatDerivedWindLine" />
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SatelliteWindPlots.xml"
|
||||||
|
menuText="IR Plot" id="irPlot">
|
||||||
|
<substitute key="pluginName" value="bufrhdw" />
|
||||||
|
<substitute key="source" value="GOES"/>
|
||||||
|
<substitute key="satType" value="IR" />
|
||||||
|
<substitute key="legend" value="IR" />
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SatelliteWindPlots.xml"
|
||||||
|
menuText="Water Vapor Plot" id="waterVaporPlot">
|
||||||
|
<substitute key="pluginName" value="bufrhdw" />
|
||||||
|
<substitute key="source" value="GOES"/>
|
||||||
|
<substitute key="satType" value="WV" />
|
||||||
|
<substitute key="legend" value="Water Vapor" />
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SatelliteWindPlots.xml"
|
||||||
|
menuText="Visible Plot" id="visiblePlot">
|
||||||
|
<substitute key="pluginName" value="bufrhdw" />
|
||||||
|
<substitute key="source" value="GOES"/>
|
||||||
|
<substitute key="satType" value="Vis" />
|
||||||
|
<substitute key="legend" value="Visible" />
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/Satellite3_9WindPlots.xml"
|
||||||
|
menuText="IR 3.9u Plot" id="ir3.9uPlot">
|
||||||
|
<substitute key="pluginName" value="bufrhdw" />
|
||||||
|
<substitute key="source" value="GOES"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SatelliteWV7_0WindPlots.xml"
|
||||||
|
menuText="Water Vapor 7.0u Plot" id="waterVapor7.0uPlot">
|
||||||
|
<substitute key="pluginName" value="bufrhdw" />
|
||||||
|
<substitute key="source" value="GOES"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SatelliteWV7_4WindPlots.xml"
|
||||||
|
menuText="Water Vapor 7.4u Plot" id="waterVapor7.4uPlot">
|
||||||
|
<substitute key="pluginName" value="bufrhdw" />
|
||||||
|
<substitute key="source" value="GOES"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="separator" id="MySeparatorId" />
|
||||||
|
<contribute xsi:type="titleItem"
|
||||||
|
titleText="------ Satellite Layer Winds ------" id="SatLayerdWindLine" />
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SatelliteLayerPlot.xml"
|
||||||
|
menuText="200hPa Layer Plot" id="200hPaLayerPlot">
|
||||||
|
<substitute key="pluginName" value="bufrhdw" />
|
||||||
|
<substitute key="source" value="GOES"/>
|
||||||
|
<substitute key="legend" value="225mb-100mb" />
|
||||||
|
<substitute key="between" value="10000--22600" />
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SatelliteLayerPlot.xml"
|
||||||
|
menuText="250hPa Layer Plot" id="250hPaLayerPlot">
|
||||||
|
<substitute key="pluginName" value="bufrhdw" />
|
||||||
|
<substitute key="source" value="GOES"/>
|
||||||
|
<substitute key="legend" value="275mb-225mb" />
|
||||||
|
<substitute key="between" value="22600--27500" />
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SatelliteLayerPlot.xml"
|
||||||
|
menuText="300hPa Layer Plot" id="300hPaLayerPlot">
|
||||||
|
<substitute key="pluginName" value="bufrhdw" />
|
||||||
|
<substitute key="source" value="GOES"/>
|
||||||
|
<substitute key="legend" value="350mb-275mb" />
|
||||||
|
<substitute key="between" value="27600--35000" />
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SatelliteLayerPlot.xml"
|
||||||
|
menuText="400hPa Layer Plot" id="400hPaLayerPlot">
|
||||||
|
<substitute key="pluginName" value="bufrhdw" />
|
||||||
|
<substitute key="source" value="GOES"/>
|
||||||
|
<substitute key="legend" value="450mb-350mb" />
|
||||||
|
<substitute key="between" value="35100--45000" />
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SatelliteLayerPlot.xml"
|
||||||
|
menuText="500hPa Layer Plot" id="500hPaLayerPlot">
|
||||||
|
<substitute key="pluginName" value="bufrhdw" />
|
||||||
|
<substitute key="source" value="GOES"/>
|
||||||
|
<substitute key="legend" value="600mb-450mb" />
|
||||||
|
<substitute key="between" value="45100--60000" />
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SatelliteLayerPlot.xml"
|
||||||
|
menuText="700hPa Layer Plot" id="700hPaLayerPlot">
|
||||||
|
<substitute key="pluginName" value="bufrhdw" />
|
||||||
|
<substitute key="source" value="GOES"/>
|
||||||
|
<substitute key="legend" value="775mb-600mb" />
|
||||||
|
<substitute key="between" value="60100--77500" />
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SatelliteLayerPlot.xml"
|
||||||
|
menuText="850hPa Layer Plot" id="850hPaLayerPlot">
|
||||||
|
<substitute key="pluginName" value="bufrhdw" />
|
||||||
|
<substitute key="source" value="GOES"/>
|
||||||
|
<substitute key="legend" value="900mb-775mb" />
|
||||||
|
<substitute key="between" value="77600--90000" />
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SatelliteLayerPlot.xml"
|
||||||
|
menuText="925hPa Layer Plot" id="925hPaLayerPlot">
|
||||||
|
<substitute key="pluginName" value="bufrhdw" />
|
||||||
|
<substitute key="source" value="GOES"/>
|
||||||
|
<substitute key="legend" value="1050mb-900mb" />
|
||||||
|
<substitute key="between" value="90100--105000" />
|
||||||
|
</contribute>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="subMenu" menuText="MTSAT High Density Winds">
|
||||||
|
<contribute xsi:type="titleItem"
|
||||||
|
titleText="------ Satellite-Derived Winds ------" id="SatDerivedWindLine" />
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SatelliteWindPlots.xml"
|
||||||
|
menuText="IR Plot" id="irPlot">
|
||||||
|
<substitute key="pluginName" value="bufrmthdw" />
|
||||||
|
<substitute key="source" value="MTSAT"/>
|
||||||
|
<substitute key="satType" value="IR" />
|
||||||
|
<substitute key="legend" value="IR" />
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SatelliteWindPlots.xml"
|
||||||
|
menuText="Water Vapor Plot" id="waterVaporPlot">
|
||||||
|
<substitute key="pluginName" value="bufrmthdw" />
|
||||||
|
<substitute key="source" value="MTSAT"/>
|
||||||
|
<substitute key="satType" value="WV" />
|
||||||
|
<substitute key="legend" value="Water Vapor" />
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SatelliteWindPlots.xml"
|
||||||
|
menuText="Visible Plot" id="visiblePlot">
|
||||||
|
<substitute key="pluginName" value="bufrmthdw" />
|
||||||
|
<substitute key="source" value="MTSAT"/>
|
||||||
|
<substitute key="satType" value="Vis" />
|
||||||
|
<substitute key="legend" value="Visible" />
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/Satellite3_9WindPlots.xml"
|
||||||
|
menuText="IR 3.9u Plot" id="ir3.9uPlot">
|
||||||
|
<substitute key="pluginName" value="bufrmthdw" />
|
||||||
|
<substitute key="source" value="MTSAT"/>
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="separator" id="MySeparatorId" />
|
||||||
|
<contribute xsi:type="titleItem"
|
||||||
|
titleText="------ Satellite Layer Winds ------" id="SatLayerdWindLine" />
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SatelliteLayerPlot.xml"
|
||||||
|
menuText="200hPa Layer Plot" id="200hPaLayerPlot">
|
||||||
|
<substitute key="pluginName" value="bufrmthdw" />
|
||||||
|
<substitute key="source" value="MTSAT"/>
|
||||||
|
<substitute key="legend" value="225mb-100mb" />
|
||||||
|
<substitute key="between" value="10000--22600" />
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SatelliteLayerPlot.xml"
|
||||||
|
menuText="250hPa Layer Plot" id="250hPaLayerPlot">
|
||||||
|
<substitute key="pluginName" value="bufrmthdw" />
|
||||||
|
<substitute key="source" value="MTSAT"/>
|
||||||
|
<substitute key="legend" value="275mb-225mb" />
|
||||||
|
<substitute key="between" value="22600--27500" />
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SatelliteLayerPlot.xml"
|
||||||
|
menuText="300hPa Layer Plot" id="300hPaLayerPlot">
|
||||||
|
<substitute key="pluginName" value="bufrmthdw" />
|
||||||
|
<substitute key="source" value="MTSAT"/>
|
||||||
|
<substitute key="legend" value="350mb-275mb" />
|
||||||
|
<substitute key="between" value="27600--35000" />
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SatelliteLayerPlot.xml"
|
||||||
|
menuText="400hPa Layer Plot" id="400hPaLayerPlot">
|
||||||
|
<substitute key="pluginName" value="bufrmthdw" />
|
||||||
|
<substitute key="source" value="MTSAT"/>
|
||||||
|
<substitute key="legend" value="450mb-350mb" />
|
||||||
|
<substitute key="between" value="35100--45000" />
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SatelliteLayerPlot.xml"
|
||||||
|
menuText="500hPa Layer Plot" id="500hPaLayerPlot">
|
||||||
|
<substitute key="pluginName" value="bufrmthdw" />
|
||||||
|
<substitute key="source" value="MTSAT"/>
|
||||||
|
<substitute key="legend" value="600mb-450mb" />
|
||||||
|
<substitute key="between" value="45100--60000" />
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SatelliteLayerPlot.xml"
|
||||||
|
menuText="700hPa Layer Plot" id="700hPaLayerPlot">
|
||||||
|
<substitute key="pluginName" value="bufrmthdw" />
|
||||||
|
<substitute key="source" value="MTSAT"/>
|
||||||
|
<substitute key="legend" value="775mb-600mb" />
|
||||||
|
<substitute key="between" value="60100--77500" />
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SatelliteLayerPlot.xml"
|
||||||
|
menuText="850hPa Layer Plot" id="850hPaLayerPlot">
|
||||||
|
<substitute key="pluginName" value="bufrmthdw" />
|
||||||
|
<substitute key="source" value="MTSAT"/>
|
||||||
|
<substitute key="legend" value="900mb-775mb" />
|
||||||
|
<substitute key="between" value="77600--90000" />
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/SatelliteLayerPlot.xml"
|
||||||
|
menuText="925hPa Layer Plot" id="925hPaLayerPlot">
|
||||||
|
<substitute key="pluginName" value="bufrmthdw" />
|
||||||
|
<substitute key="source" value="MTSAT"/>
|
||||||
|
<substitute key="legend" value="1050mb-900mb" />
|
||||||
|
<substitute key="between" value="90100--105000" />
|
||||||
|
</contribute>
|
||||||
|
</contribute>
|
||||||
|
</contribute>
|
||||||
|
<<<<<<< HEAD
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<contribute xsi:type="separator" id="MySeparatorId"/>
|
<contribute xsi:type="separator" id="MySeparatorId"/>
|
||||||
|
=======
|
||||||
|
|
||||||
|
>>>>>>> unidata/unidata_17.1.1
|
||||||
</menuTemplate>
|
</menuTemplate>
|
||||||
|
|
|
@ -1,337 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
||||||
<menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
||||||
<contribute xsi:type="subMenu" menuText="Sounder Imagery">
|
|
||||||
<!-- GOES Supernational -->
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/BlendedRainRate.xml"
|
|
||||||
menuText="Blended Rain Rate" id="rainfallRate">
|
|
||||||
<substitute key="element" value="Rain fall rate"/>
|
|
||||||
<substitute key="entity" value="POES-NPOESS"/>
|
|
||||||
<substitute key="sector" value="Supernational"/>
|
|
||||||
<substitute key="colormap" value="Radar/UPC One Hour Precip"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultCONUSSatellite.xml"
|
|
||||||
menuText="Low Cloud Base" id="lowCloudBase">
|
|
||||||
<substitute key="element" value="Low cloud base imagery" />
|
|
||||||
<substitute key="sector0" value="West CONUS" />
|
|
||||||
<substitute key="sector1" value="East CONUS" />
|
|
||||||
<substitute key="entity" value="GOES%" />
|
|
||||||
<substitute key="colormap" value="Sat/Low Cloud Base" />
|
|
||||||
</contribute>
|
|
||||||
<!-- SOUNDER/Miscellaneous -->
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Blended Total Precip Water" id="blendedTotalPrecipWater">
|
|
||||||
<substitute key="element" value="Sounder Based Derived Precipitable Water (PW)"/>
|
|
||||||
<substitute key="sector" value="Supernational" />
|
|
||||||
<substitute key="entity" value="Miscellaneous"/>
|
|
||||||
<substitute key="colormap" value="Sat/Precip Water/Blended Total Precip Water"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Percent of Normal TPW" id="percentofNormalTPW">
|
|
||||||
<substitute key="element" value="Percent of Normal TPW"/>
|
|
||||||
<substitute key="sector" value="Supernational" />
|
|
||||||
<substitute key="entity" value="Miscellaneous"/>
|
|
||||||
<substitute key="colormap" value="Sat/Precip Water/Percent of Normal TPW"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="separator" id="MySeparatorId"/>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Lifted Index" id="liftedIndex">
|
|
||||||
<substitute key="element" value="Sounder Based Derived Lifted Index (LI)"/>
|
|
||||||
<substitute key="entity" value="Composite"/>
|
|
||||||
<substitute key="sector" value="Supernational"/>
|
|
||||||
<substitute key="colormap" value="Sat/Lifted Index/Lifted Index Default"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Total Precip Water" id="totalPrecipWater">
|
|
||||||
<substitute key="element" value="Sounder Based Derived Precipitable Water (PW)"/>
|
|
||||||
<substitute key="entity" value="Composite"/>
|
|
||||||
<substitute key="sector" value="Supernational"/>
|
|
||||||
<substitute key="colormap" value="Sat/Precip Water/Precip Water Default"/>
|
|
||||||
</contribute>
|
|
||||||
|
|
||||||
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Cloud Amount" id="cloud Amount">
|
|
||||||
<substitute key="element" value="Gridded Cloud Amount"/>
|
|
||||||
<substitute key="entity" value="Composite"/>
|
|
||||||
<substitute key="sector" value="Supernational"/>
|
|
||||||
<substitute key="colormap" value="Sat/Cloud Amount Default"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Cloud Top Height" id="cloudTopHeight">
|
|
||||||
<substitute key="element" value="Gridded Cloud Top Pressure or Height"/>
|
|
||||||
<substitute key="entity" value="Composite"/>
|
|
||||||
<substitute key="sector" value="Supernational"/>
|
|
||||||
<substitute key="colormap" value="Sat/Cloud Top Height"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Skin Temperature" id="skinTemp">
|
|
||||||
<substitute key="element" value="Sounder Based Derived Surface Skin Temp (SFC Skin)"/>
|
|
||||||
<substitute key="entity" value="Composite"/>
|
|
||||||
<substitute key="sector" value="Supernational"/>
|
|
||||||
<substitute key="colormap" value="Sat/Skin Temp/Skin Temp Default"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="separator" id="MySeparatorId"/>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="CIMSS Derived Ozone" id="GOES-Sounder-Ozone">
|
|
||||||
<substitute key="element" value="Sounder Based Total Column Ozone"/>
|
|
||||||
<substitute key="entity" value="SOUNDER" />
|
|
||||||
<substitute key="sector" value="GOES-Sounder" />
|
|
||||||
<substitute key="colormap" value="Sat/Ozone/Ozone"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="CIMSS Derived Precip Water" id="GOES-Sounder-PW">
|
|
||||||
<substitute key="element" value="Sounder Based Derived Precipitable Water (PW)"/>
|
|
||||||
<substitute key="entity" value="SOUNDER" />
|
|
||||||
<substitute key="sector" value="GOES-Sounder" />
|
|
||||||
<substitute key="colormap" value="Sat/Precip Water/Precip Water Default"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="separator" id="MySeparatorId"/>
|
|
||||||
<!--
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="CIMSS Derived Lifted Index" id="GOES-Sounder-LI">
|
|
||||||
<substitute key="element" value="Sounder Based Derived Lifted Index (LI)"/>
|
|
||||||
<substitute key="entity" value="SOUNDER" />
|
|
||||||
<substitute key="sector" value="GOES-Sounder" />
|
|
||||||
<substitute key="colormap" value="Sat/Ozone/Ozone"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="CIMSS Derived CAPE" id="GOES-Sounder-Cape">
|
|
||||||
<substitute key="element" value="CAPE"/>
|
|
||||||
<substitute key="entity" value="SOUNDER" />
|
|
||||||
<substitute key="sector" value="GOES-Sounder" />
|
|
||||||
<substitute key="colormap" value="Sat/IR/IR WV"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Total Precip Water" id="totalPrecipWater">
|
|
||||||
<substitute key="element" value="Sounder Based Derived Precipitable Water (PW)"/>
|
|
||||||
<substitute key="entity" value="DMSP"/>
|
|
||||||
<substitute key="sector" value="Supernational"/>
|
|
||||||
<substitute key="colormap" value="Sat/Precip Water/Precip Water - Polar)"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="NPOESS Total Precip Water" id="totalPrecipWater">
|
|
||||||
<substitute key="element" value="Sounder Based Derived Precipitable Water (PW)"/>
|
|
||||||
<substitute key="entity" value="POES-NPOESS"/>
|
|
||||||
<substitute key="sector" value="Supernational"/>
|
|
||||||
<substitute key="colormap" value="Sat/Precip Water/Precip Water - Polar)"/>
|
|
||||||
</contribute>
|
|
||||||
-->
|
|
||||||
<!-- West CONUS -->
|
|
||||||
<contribute xsi:type="subMenu" menuText="West CONUS">
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Sounder 14 micron IR" id="irWindow">
|
|
||||||
<substitute key="element" value="Sounder 14.06 micron imagery"/>
|
|
||||||
<substitute key="sector" value="West CONUS"/>
|
|
||||||
<substitute key="entity" value="GOES-15(P)" />
|
|
||||||
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Sounder 11 micron IR" id="irWindow">
|
|
||||||
<substitute key="element" value="Sounder 11.03 micron imagery"/>
|
|
||||||
<substitute key="sector" value="West CONUS"/>
|
|
||||||
<substitute key="entity" value="GOES-15(P)" />
|
|
||||||
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Sounder 7.5 micron WV" id="irWindow">
|
|
||||||
<substitute key="element" value="Sounder 7.43 micron imagery"/>
|
|
||||||
<substitute key="sector" value="West CONUS"/>
|
|
||||||
<substitute key="entity" value="GOES-15(P)" />
|
|
||||||
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Sounder 7 micron WV" id="irWindow">
|
|
||||||
<substitute key="element" value="Sounder 7.02 micron imagery"/>
|
|
||||||
<substitute key="sector" value="West CONUS"/>
|
|
||||||
<substitute key="entity" value="GOES-15(P)" />
|
|
||||||
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Sounder 6.5 micron WV" id="irWindow">
|
|
||||||
<substitute key="element" value="Sounder 6.51 micron imagery"/>
|
|
||||||
<substitute key="sector" value="West CONUS"/>
|
|
||||||
<substitute key="entity" value="GOES-15(P)" />
|
|
||||||
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Sounder 4.5 micron IR" id="irWindow">
|
|
||||||
<substitute key="element" value="Sounder 4.45 micron imagery"/>
|
|
||||||
<substitute key="sector" value="West CONUS"/>
|
|
||||||
<substitute key="entity" value="GOES-15(P)" />
|
|
||||||
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Sounder 4 micron IR" id="irWindow">
|
|
||||||
<substitute key="element" value="Sounder 3.98 micron imagery"/>
|
|
||||||
<substitute key="sector" value="West CONUS"/>
|
|
||||||
<substitute key="entity" value="GOES-15(P)" />
|
|
||||||
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
|
||||||
</contribute>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="subMenu" menuText="Alaska">
|
|
||||||
<!-- Alaska -->
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Blended Total Precip Water" id="blendedTotalPrecipWater">
|
|
||||||
<substitute key="element" value="Sounder Based Derived Precipitable Water (PW)"/>
|
|
||||||
<substitute key="sector" value="Alaska National" />
|
|
||||||
<substitute key="entity" value="Miscellaneous"/>
|
|
||||||
<substitute key="colormap" value="Sat/Precip Water/Blended Total Precip Water"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Percent of Normal TPW" id="percentofNormalTPW">
|
|
||||||
<substitute key="element" value="Percent of Normal TPW"/>
|
|
||||||
<substitute key="sector" value="Alaska National" />
|
|
||||||
<substitute key="entity" value="Miscellaneous"/>
|
|
||||||
<substitute key="colormap" value="Sat/Precip Water/Percent of Normal TPW"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/BlendedRainRate.xml"
|
|
||||||
menuText="Blended Rain Rate" id="rainfallRate">
|
|
||||||
<substitute key="element" value="Rain fall rate"/>
|
|
||||||
<substitute key="entity" value="POES-NPOESS"/>
|
|
||||||
<substitute key="sector" value="Alaska National" />
|
|
||||||
<substitute key="colormap" value="Radar/UPC One Hour Precip"/>
|
|
||||||
</contribute>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="subMenu" menuText="Hawaii">
|
|
||||||
<!-- HAWAII -->
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Blended Total Precip Water" id="blendedTotalPrecipWater">
|
|
||||||
<substitute key="element" value="Sounder Based Derived Precipitable Water (PW)"/>
|
|
||||||
<substitute key="sector" value="Hawaii National" />
|
|
||||||
<substitute key="entity" value="Miscellaneous"/>
|
|
||||||
<substitute key="colormap" value="Sat/Precip Water/Blended Total Precip Water"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Percent of Normal TPW" id="percentofNormalTPW">
|
|
||||||
<substitute key="element" value="Percent of Normal TPW"/>
|
|
||||||
<substitute key="sector" value="Hawaii National" />
|
|
||||||
<substitute key="entity" value="Miscellaneous"/>
|
|
||||||
<substitute key="colormap" value="Sat/Precip Water/Percent of Normal TPW"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/BlendedRainRate.xml"
|
|
||||||
menuText="Blended Rain Rate" id="rainfallRate">
|
|
||||||
<substitute key="element" value="Rain fall rate"/>
|
|
||||||
<substitute key="entity" value="POES-NPOESS"/>
|
|
||||||
<substitute key="sector" value="Hawaii National" />
|
|
||||||
<substitute key="colormap" value="Radar/UPC One Hour Precip"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Sounder 14 micron IR" id="irWindow">
|
|
||||||
<substitute key="element" value="Sounder 14.06 micron imagery"/>
|
|
||||||
<substitute key="sector" value="Hawaii National"/>
|
|
||||||
<substitute key="entity" value="GOES-15(P)" />
|
|
||||||
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Sounder 11 micron IR" id="irWindow">
|
|
||||||
<substitute key="element" value="Sounder 11.03 micron imagery"/>
|
|
||||||
<substitute key="sector" value="Hawaii National"/>
|
|
||||||
<substitute key="entity" value="GOES-15(P)" />
|
|
||||||
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Sounder 7.5 micron WV" id="irWindow">
|
|
||||||
<substitute key="element" value="Sounder 7.43 micron imagery"/>
|
|
||||||
<substitute key="sector" value="Hawaii National"/>
|
|
||||||
<substitute key="entity" value="GOES-15(P)" />
|
|
||||||
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Sounder 7 micron WV" id="irWindow">
|
|
||||||
<substitute key="element" value="Sounder 7.02 micron imagery"/>
|
|
||||||
<substitute key="sector" value="Hawaii National"/>
|
|
||||||
<substitute key="entity" value="GOES-15(P)" />
|
|
||||||
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Sounder 6.5 micron WV" id="irWindow">
|
|
||||||
<substitute key="element" value="Sounder 6.51 micron imagery"/>
|
|
||||||
<substitute key="sector" value="Hawaii National"/>
|
|
||||||
<substitute key="entity" value="GOES-15(P)" />
|
|
||||||
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Sounder 4.5 micron IR" id="irWindow">
|
|
||||||
<substitute key="element" value="Sounder 4.45 micron imagery"/>
|
|
||||||
<substitute key="sector" value="Hawaii National"/>
|
|
||||||
<substitute key="entity" value="GOES-15(P)" />
|
|
||||||
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Sounder 4 micron IR" id="irWindow">
|
|
||||||
<substitute key="element" value="Sounder 3.98 micron imagery"/>
|
|
||||||
<substitute key="sector" value="Hawaii National"/>
|
|
||||||
<substitute key="entity" value="GOES-15(P)" />
|
|
||||||
<substitute key="colormap" value="Sat/IR/CIRA (IR Default)"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Sounder Derived Lifted Index" id="liftedIndex">
|
|
||||||
<substitute key="element" value="Sounder Based Derived Lifted Index (LI)"/>
|
|
||||||
<substitute key="entity" value="GOES-15(P)"/>
|
|
||||||
<substitute key="sector" value="Hawaii National"/>
|
|
||||||
<substitute key="colormap" value="Sat/Lifted Index/Lifted Index Default"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Gridded Cloud Amount" id="cloud Amount">
|
|
||||||
<substitute key="element" value="Gridded Cloud Amount"/>
|
|
||||||
<substitute key="entity" value="GOES-15(P)"/>
|
|
||||||
<substitute key="sector" value="Hawaii National"/>
|
|
||||||
<substitute key="colormap" value="Sat/Cloud Amount Default"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Gridded Cloud Top Height" id="cloudTopHeight">
|
|
||||||
<substitute key="element" value="Gridded Cloud Top Pressure or Height"/>
|
|
||||||
<substitute key="entity" value="GOES-15(P)"/>
|
|
||||||
<substitute key="sector" value="Hawaii National"/>
|
|
||||||
<substitute key="colormap" value="Sat/Cloud Top Height"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Sounder Derived Sfc Skin Temp" id="skinTemp">
|
|
||||||
<substitute key="element" value="Sounder Based Derived Surface Skin Temp (SFC Skin)"/>
|
|
||||||
<substitute key="entity" value="GOES-15(P)"/>
|
|
||||||
<substitute key="sector" value="Hawaii National"/>
|
|
||||||
<substitute key="colormap" value="Sat/Skin Temp/Skin Temp Default"/>
|
|
||||||
</contribute>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="subMenu" menuText="Puerto Rico">
|
|
||||||
<!-- Puerto Rico -->
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Blended Total Precip Water" id="blendedTotalPrecipWater">
|
|
||||||
<substitute key="element" value="Sounder Based Derived Precipitable Water (PW)"/>
|
|
||||||
<substitute key="sector" value="Puerto Rico National" />
|
|
||||||
<substitute key="entity" value="Miscellaneous"/>
|
|
||||||
<substitute key="colormap" value="Sat/Precip Water/Blended Total Precip Water"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/DefaultSatellite.xml"
|
|
||||||
menuText="Percent of Normal TPW" id="percentofNormalTPW">
|
|
||||||
<substitute key="element" value="Percent of Normal TPW"/>
|
|
||||||
<substitute key="sector" value="Puerto Rico National" />
|
|
||||||
<substitute key="entity" value="Miscellaneous"/>
|
|
||||||
<substitute key="colormap" value="Sat/Precip Water/Percent of Normal TPW"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/BlendedRainRate.xml"
|
|
||||||
menuText="Blended Rain Rate" id="rainfallRate">
|
|
||||||
<substitute key="element" value="Rain fall rate"/>
|
|
||||||
<substitute key="entity" value="POES-NPOESS"/>
|
|
||||||
<substitute key="sector" value="Puerto Rico National" />
|
|
||||||
<substitute key="colormap" value="Radar/UPC One Hour Precip"/>
|
|
||||||
</contribute>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="separator" id="MySeparatorId"/>
|
|
||||||
<!-- GOES/POES Soundings -->
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/SoundingAvailability.xml"
|
|
||||||
menuText="GOES Sounding Availability" id="goesSoundingAvailability">
|
|
||||||
<substitute key="pluginName" value="goessounding"/>
|
|
||||||
<substitute key="sector" value="Supernational"/>
|
|
||||||
<substitute key="plotSource" value="GOES Sounding Availability"/>
|
|
||||||
<substitute key="offset" value="1800"/>
|
|
||||||
</contribute>
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/SoundingAvailability.xml"
|
|
||||||
menuText="POES Sounding Availability" id="poesSoundingAvailability">
|
|
||||||
<substitute key="pluginName" value="poessounding"/>
|
|
||||||
<substitute key="sector" value="Supernational"/>
|
|
||||||
<substitute key="plotSource" value="POES Sounding Availability"/>
|
|
||||||
<substitute key="offset" value="1800"/>
|
|
||||||
</contribute>
|
|
||||||
</contribute>
|
|
||||||
</menuTemplate>
|
|
|
@ -1,21 +1,41 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
<menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
|
<<<<<<< HEAD
|
||||||
<!-- Full Disk -->
|
<!-- Full Disk -->
|
||||||
<!--
|
<!--
|
||||||
|
=======
|
||||||
|
|
||||||
|
>>>>>>> unidata/unidata_17.1.1
|
||||||
<contribute xsi:type="subinclude" subMenu="Full Disk"
|
<contribute xsi:type="subinclude" subMenu="Full Disk"
|
||||||
fileName="menus/satellite/goesr/dmw/goesr-dmwMenuByFilter.xml" >
|
fileName="menus/satellite/goesr/dmw/goesr-dmwMenuByFilter.xml" >
|
||||||
<substitute key="orbitalSlot" value="GOES-Test"/>
|
<substitute key="orbitalSlot" value="GOES-East"/>
|
||||||
<substitute key="scene" value="Full Disk" />
|
<substitute key="scene" value="Full Disk" />
|
||||||
|
<substitute key="plugin" value="dmw" />
|
||||||
</contribute>
|
</contribute>
|
||||||
|
<<<<<<< HEAD
|
||||||
-->
|
-->
|
||||||
<!-- CONUS -->
|
<!-- CONUS -->
|
||||||
<!--
|
<!--
|
||||||
|
=======
|
||||||
|
|
||||||
|
>>>>>>> unidata/unidata_17.1.1
|
||||||
<contribute xsi:type="subinclude" subMenu="CONUS"
|
<contribute xsi:type="subinclude" subMenu="CONUS"
|
||||||
fileName="menus/satellite/goesr/dmw/goesr-dmwMenuByFilter.xml" >
|
fileName="menus/satellite/goesr/dmw/goesr-dmwMenuByFilter.xml" >
|
||||||
<substitute key="orbitalSlot" value="GOES-Test"/>
|
<substitute key="orbitalSlot" value="GOES-East"/>
|
||||||
<substitute key="scene" value="CONUS" />
|
<substitute key="scene" value="CONUS" />
|
||||||
|
<substitute key="plugin" value="dmw" />
|
||||||
</contribute>
|
</contribute>
|
||||||
|
<<<<<<< HEAD
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
=======
|
||||||
|
|
||||||
|
<contribute xsi:type="subinclude" subMenu="Mesoscale"
|
||||||
|
fileName="menus/satellite/goesr/dmw/goesr-dmwMenuByFilter.xml" >
|
||||||
|
<substitute key="orbitalSlot" value="GOES-East"/>
|
||||||
|
<substitute key="scene" value="Mesoscale" />
|
||||||
|
<substitute key="plugin" value="dmw" />
|
||||||
|
</contribute>
|
||||||
|
>>>>>>> unidata/unidata_17.1.1
|
||||||
|
|
||||||
</menuTemplate>
|
</menuTemplate>
|
||||||
|
|
|
@ -1,37 +1,25 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
|
|
||||||
<!-- TOWRdocs Header
|
|
||||||
GOES-R DMW sub-menu items file (sorted by channel number)
|
|
||||||
-->
|
|
||||||
<!-- TOWRdocs Description
|
|
||||||
This file adds a DMW sub-menu item to the GOES-R menu in AWIPS II CAVE.
|
|
||||||
The menu items defined by this file correspond to the DMW-producing channels of GOES-R (2, 7, 8, 9, 10, and 14).
|
|
||||||
|
|
||||||
- "menuText" references the text that will appear in the menu.
|
|
||||||
- "file" references the corresponding bundle (in the localization hierarchy) to load when selecting the menu item.
|
|
||||||
- "substitute" entities create key-value pairs. Referencing each key inside subsequent files (i.e. "file" and any
|
|
||||||
nested files underneath) will instead replace that entry with the corresponding value (e.g. "${keyname}" = "value").
|
|
||||||
-->
|
|
||||||
<!-- TOWRdocs Status
|
|
||||||
File is a modification from the existing base menu file ../base/menus/satellite/goesr/dmwByChannel.xml
|
|
||||||
and it will replace it.
|
|
||||||
-->
|
|
||||||
<!-- TOWRdocs POC
|
|
||||||
Matt Comerford
|
|
||||||
-->
|
|
||||||
|
|
||||||
<menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
<menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
|
|
||||||
<!-- Ch 02 -->
|
<!-- Ch 02 -->
|
||||||
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByChannel.xml"
|
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByChannel.xml"
|
||||||
|
<<<<<<< HEAD
|
||||||
menuText="0.64 μm Red Visible (Ch 02 Daytime 1000-700mb)" id="goesr-DMW-Channel-03">
|
menuText="0.64 μm Red Visible (Ch 02 Daytime 1000-700mb)" id="goesr-DMW-Channel-03">
|
||||||
|
=======
|
||||||
|
menuText="0.64 μm Red Visible (Ch 02 Daytime)" id="goesr-DMW-Channel-03">
|
||||||
|
>>>>>>> unidata/unidata_17.1.1
|
||||||
<substitute key="channel" value="2"/>
|
<substitute key="channel" value="2"/>
|
||||||
<substitute key="legend" value="${legend1} 02)" />
|
<substitute key="legend" value="${legend1} 02)" />
|
||||||
</contribute>
|
</contribute>
|
||||||
|
|
||||||
<!-- Ch 07 -->
|
<!-- Ch 07 -->
|
||||||
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByChannel.xml"
|
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByChannel.xml"
|
||||||
|
<<<<<<< HEAD
|
||||||
menuText="3.90μm Shortwave IR (Ch 07 Nighttime 1000-700mb)" id="goesr-DMW-Channel-07">
|
menuText="3.90μm Shortwave IR (Ch 07 Nighttime 1000-700mb)" id="goesr-DMW-Channel-07">
|
||||||
|
=======
|
||||||
|
menuText="3.90μm Shortwave IR (Ch 07 Nighttime)" id="goesr-DMW-Channel-07">
|
||||||
|
>>>>>>> unidata/unidata_17.1.1
|
||||||
<substitute key="channel" value="7"/>
|
<substitute key="channel" value="7"/>
|
||||||
<substitute key="legend" value="${legend1} 07)" />
|
<substitute key="legend" value="${legend1} 07)" />
|
||||||
</contribute>
|
</contribute>
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
|
<<<<<<< HEAD
|
||||||
|
|
||||||
|
=======
|
||||||
|
>>>>>>> unidata/unidata_17.1.1
|
||||||
<menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
<menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
|
|
||||||
<contribute xsi:type="titleItem" titleText="------ By Channel ------" />
|
<contribute xsi:type="titleItem" titleText="------ By Channel ------" />
|
||||||
|
@ -52,6 +55,7 @@
|
||||||
<substitute key="plugin" value="dmw" />
|
<substitute key="plugin" value="dmw" />
|
||||||
</contribute>
|
</contribute>
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
<contribute xsi:type="titleItem" titleText="------ By Pressure ------" />
|
<contribute xsi:type="titleItem" titleText="------ By Pressure ------" />
|
||||||
<!-- 100mb -->
|
<!-- 100mb -->
|
||||||
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByPressure.xml"
|
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByPressure.xml"
|
||||||
|
@ -122,9 +126,15 @@
|
||||||
<substitute key="legend" value="800mb All Ch DMW"/>
|
<substitute key="legend" value="800mb All Ch DMW"/>
|
||||||
<substitute key="pressureConstraint" value="BETWEEN" />
|
<substitute key="pressureConstraint" value="BETWEEN" />
|
||||||
<substitute key="pressure" value="750--850" />
|
<substitute key="pressure" value="750--850" />
|
||||||
|
=======
|
||||||
|
<contribute xsi:type="titleItem" titleText="------ By Pressure Level ------" />
|
||||||
|
|
||||||
|
<contribute xsi:type="subinclude" fileName="menus/satellite/goesr/dmw/goesr-dmwMenuByPressure.xml">
|
||||||
|
<substitute key="legend1" value="All Ch DMW" />
|
||||||
|
>>>>>>> unidata/unidata_17.1.1
|
||||||
<substitute key="svg" value="goesr/dmwPlotDesign.svg" />
|
<substitute key="svg" value="goesr/dmwPlotDesign.svg" />
|
||||||
<substitute key="plugin" value="dmw" />
|
|
||||||
</contribute>
|
</contribute>
|
||||||
|
<<<<<<< HEAD
|
||||||
<!-- 900 mb -->
|
<!-- 900 mb -->
|
||||||
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByPressure.xml"
|
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByPressure.xml"
|
||||||
menuText="900mb (850-950mb)" id="goesr-DMW-Pressure-900mb">
|
menuText="900mb (850-950mb)" id="goesr-DMW-Pressure-900mb">
|
||||||
|
@ -237,8 +247,14 @@
|
||||||
<substitute key="legend" value="1000mb All Ch DMW"/>
|
<substitute key="legend" value="1000mb All Ch DMW"/>
|
||||||
<substitute key="pressureConstraint" value="BETWEEN" />
|
<substitute key="pressureConstraint" value="BETWEEN" />
|
||||||
<substitute key="pressure" value="950--1050" />
|
<substitute key="pressure" value="950--1050" />
|
||||||
|
=======
|
||||||
|
|
||||||
|
<contribute xsi:type="titleItem" titleText="------ By Channel ------" />
|
||||||
|
|
||||||
|
<contribute xsi:type="subinclude" fileName="menus/satellite/goesr/dmw/goesr-dmwMenuByChannel.xml">
|
||||||
|
<substitute key="legend1" value="DMW (Ch" />
|
||||||
|
>>>>>>> unidata/unidata_17.1.1
|
||||||
<substitute key="svg" value="goesr/dmwPlotDesign.svg" />
|
<substitute key="svg" value="goesr/dmwPlotDesign.svg" />
|
||||||
<substitute key="plugin" value="dmw" />
|
|
||||||
</contribute>
|
</contribute>
|
||||||
|
|
||||||
</menuTemplate>
|
</menuTemplate>
|
||||||
|
|
|
@ -1,106 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
||||||
|
|
||||||
<!-- TOWRdocs Header
|
|
||||||
GOES-R DMW sub-menu items file (sorted by Mandatory Pressure Levels).
|
|
||||||
-->
|
|
||||||
<!-- TOWRdocs Description
|
|
||||||
This file adds a DMW bundle item to the GOES-R menu in AWIPS II CAVE.
|
|
||||||
|
|
||||||
- "menuText" references the text that will appear in the menu.
|
|
||||||
- "file" references the corresponding bundle (in the localization hierarchy)
|
|
||||||
to load when selecting the menu item.
|
|
||||||
- "substitute" entities create key-value pairs. Referencing each key inside
|
|
||||||
subsequent files (i.e. "file" and any nested files underneath) will instead
|
|
||||||
replace that entry with the corresponding value (e.g. "${keyname}" = "value").
|
|
||||||
-->
|
|
||||||
<!-- TOWRdocs Status
|
|
||||||
File is a modification to the existing base menu file /menus/satellite/goesr/dmwByChannel.xml
|
|
||||||
New File not currently found in the baseline.
|
|
||||||
-->
|
|
||||||
<!-- TOWRdocs POC
|
|
||||||
Matt Comerford
|
|
||||||
-->
|
|
||||||
|
|
||||||
<menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
||||||
|
|
||||||
<!-- 150 mb -->
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByPressure.xml"
|
|
||||||
menuText="150mb (100-200mb)" id="goesr-DMW-ManWinds-150mb">
|
|
||||||
<substitute key="legend" value="150mb ${legend1}"/>
|
|
||||||
<substitute key="pressureConstraint" value="BETWEEN" />
|
|
||||||
<substitute key="pressure" value="100--200" />
|
|
||||||
</contribute>
|
|
||||||
|
|
||||||
<!-- 200 mb -->
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByPressure.xml"
|
|
||||||
menuText="200mb (150-250mb)" id="goesr-DMW-ManWinds-200mb">
|
|
||||||
<substitute key="legend" value="200mb ${legend1}"/>
|
|
||||||
<substitute key="pressureConstraint" value="BETWEEN" />
|
|
||||||
<substitute key="pressure" value="150--250" />
|
|
||||||
</contribute>
|
|
||||||
|
|
||||||
<!-- 250 mb -->
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByPressure.xml"
|
|
||||||
menuText="250mb (200-300mb)" id="goesr-DMW-ManWinds-250mb">
|
|
||||||
<substitute key="legend" value="250mb ${legend1}"/>
|
|
||||||
<substitute key="pressureConstraint" value="BETWEEN" />
|
|
||||||
<substitute key="pressure" value="200--300" />
|
|
||||||
</contribute>
|
|
||||||
|
|
||||||
<!-- 300 mb -->
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByPressure.xml"
|
|
||||||
menuText="300mb (250-300mb)" id="goesr-DMW-ManWinds-300mb">
|
|
||||||
<substitute key="legend" value="300mb ${legend1}"/>
|
|
||||||
<substitute key="pressureConstraint" value="BETWEEN" />
|
|
||||||
<substitute key="pressure" value="250--350" />
|
|
||||||
</contribute>
|
|
||||||
|
|
||||||
<!-- 400 mb -->
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByPressure.xml"
|
|
||||||
menuText="400mb (350-450mb)" id="goesr-DMW-ManWinds-400mb">
|
|
||||||
<substitute key="legend" value="400mb ${legend1}"/>
|
|
||||||
<substitute key="pressureConstraint" value="BETWEEN" />
|
|
||||||
<substitute key="pressure" value="350--450" />
|
|
||||||
</contribute>
|
|
||||||
|
|
||||||
<!-- 500 mb -->
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByPressure.xml"
|
|
||||||
menuText="500mb (450-500mb)" id="goesr-DMW-ManWinds-500mb">
|
|
||||||
<substitute key="legend" value="500mb ${legend1}"/>
|
|
||||||
<substitute key="pressureConstraint" value="BETWEEN" />
|
|
||||||
<substitute key="pressure" value="450--550" />
|
|
||||||
</contribute>
|
|
||||||
|
|
||||||
<!-- 700 mb -->
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByPressure.xml"
|
|
||||||
menuText="700mb (650-700mb)" id="goesr-DMW-ManWinds-700mb">
|
|
||||||
<substitute key="legend" value="700mb ${legend1}"/>
|
|
||||||
<substitute key="pressureConstraint" value="BETWEEN" />
|
|
||||||
<substitute key="pressure" value="650--750" />
|
|
||||||
</contribute>
|
|
||||||
|
|
||||||
<!-- 850 mb -->
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByPressure.xml"
|
|
||||||
menuText="850mb (800-900mb)" id="goesr-DMW-ManWinds-850mb">
|
|
||||||
<substitute key="legend" value="850mb ${legend1}"/>
|
|
||||||
<substitute key="pressureConstraint" value="BETWEEN" />
|
|
||||||
<substitute key="pressure" value="800--900" />
|
|
||||||
</contribute>
|
|
||||||
|
|
||||||
<!-- 925 mb -->
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByPressure.xml"
|
|
||||||
menuText="925mb (875-975mb)" id="goesr-DMW-ManWinds-925mb">
|
|
||||||
<substitute key="legend" value="925mb ${legend1}"/>
|
|
||||||
<substitute key="pressureConstraint" value="BETWEEN" />
|
|
||||||
<substitute key="pressure" value="875--975" />
|
|
||||||
</contribute>
|
|
||||||
|
|
||||||
<!-- 1000 mb -->
|
|
||||||
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByPressure.xml"
|
|
||||||
menuText="1000mb (950-1050mb)" id="goesr-DMW-ManWinds-1000mb">
|
|
||||||
<substitute key="legend" value="1000mb ${legend1}"/>
|
|
||||||
<substitute key="pressureConstraint" value="BETWEEN" />
|
|
||||||
<substitute key="pressure" value="950--1050" />
|
|
||||||
</contribute>
|
|
||||||
|
|
||||||
</menuTemplate>
|
|
|
@ -9,14 +9,30 @@
|
||||||
<substitute key="pressure" value="0--150" />
|
<substitute key="pressure" value="0--150" />
|
||||||
</contribute>
|
</contribute>
|
||||||
|
|
||||||
|
<!-- 150 mb -->
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByPressure.xml"
|
||||||
|
menuText="150mb (100-200mb)" id="goesr-DMW-ManWinds-150mb">
|
||||||
|
<substitute key="legend" value="150mb ${legend1}"/>
|
||||||
|
<substitute key="pressureConstraint" value="BETWEEN" />
|
||||||
|
<substitute key="pressure" value="100--200" />
|
||||||
|
</contribute>
|
||||||
|
|
||||||
<!-- 200 mb -->
|
<!-- 200 mb -->
|
||||||
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByPressure.xml"
|
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByPressure.xml"
|
||||||
menuText="200mb (150-250mb)" id="goesr-DMW-Pressure-200mb">
|
menuText="200mb (150-250mb)" id="goesr-DMW-ManWinds-200mb">
|
||||||
<substitute key="legend" value="200 mb ${legend1}"/>
|
<substitute key="legend" value="200mb ${legend1}"/>
|
||||||
<substitute key="pressureConstraint" value="BETWEEN" />
|
<substitute key="pressureConstraint" value="BETWEEN" />
|
||||||
<substitute key="pressure" value="150--250" />
|
<substitute key="pressure" value="150--250" />
|
||||||
</contribute>
|
</contribute>
|
||||||
|
|
||||||
|
<!-- 250 mb -->
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByPressure.xml"
|
||||||
|
menuText="250mb (200-300mb)" id="goesr-DMW-ManWinds-250mb">
|
||||||
|
<substitute key="legend" value="250mb ${legend1}"/>
|
||||||
|
<substitute key="pressureConstraint" value="BETWEEN" />
|
||||||
|
<substitute key="pressure" value="200--300" />
|
||||||
|
</contribute>
|
||||||
|
|
||||||
<!-- 300 mb -->
|
<!-- 300 mb -->
|
||||||
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByPressure.xml"
|
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByPressure.xml"
|
||||||
menuText="300mb (250-350mb)" id="goesr-DMW-Pressure-300mb">
|
menuText="300mb (250-350mb)" id="goesr-DMW-Pressure-300mb">
|
||||||
|
@ -65,6 +81,14 @@
|
||||||
<substitute key="pressure" value="750--850" />
|
<substitute key="pressure" value="750--850" />
|
||||||
</contribute>
|
</contribute>
|
||||||
|
|
||||||
|
<!-- 850 mb -->
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByPressure.xml"
|
||||||
|
menuText="850mb (800-900mb)" id="goesr-DMW-ManWinds-850mb">
|
||||||
|
<substitute key="legend" value="850mb ${legend1}"/>
|
||||||
|
<substitute key="pressureConstraint" value="BETWEEN" />
|
||||||
|
<substitute key="pressure" value="800--900" />
|
||||||
|
</contribute>
|
||||||
|
|
||||||
<!-- 900 mb -->
|
<!-- 900 mb -->
|
||||||
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByPressure.xml"
|
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByPressure.xml"
|
||||||
menuText="900mb (850-950mb)" id="goesr-DMW-Pressure-900mb">
|
menuText="900mb (850-950mb)" id="goesr-DMW-Pressure-900mb">
|
||||||
|
@ -73,6 +97,14 @@
|
||||||
<substitute key="pressure" value="850--950" />
|
<substitute key="pressure" value="850--950" />
|
||||||
</contribute>
|
</contribute>
|
||||||
|
|
||||||
|
<!-- 925 mb -->
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByPressure.xml"
|
||||||
|
menuText="925mb (875-975mb)" id="goesr-DMW-ManWinds-925mb">
|
||||||
|
<substitute key="legend" value="925mb ${legend1}"/>
|
||||||
|
<substitute key="pressureConstraint" value="BETWEEN" />
|
||||||
|
<substitute key="pressure" value="875--975" />
|
||||||
|
</contribute>
|
||||||
|
|
||||||
<!-- 1000 mb -->
|
<!-- 1000 mb -->
|
||||||
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByPressure.xml"
|
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesr-dmwBundleByPressure.xml"
|
||||||
menuText="1000mb (>950mb)" id="goesr-DMW-Pressure-1000mb">
|
menuText="1000mb (>950mb)" id="goesr-DMW-Pressure-1000mb">
|
||||||
|
|
|
@ -1,23 +1,4 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?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">
|
<menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesrBestResConus.xml"
|
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesrBestResConus.xml"
|
||||||
menuText="Channel 1(0.47u)" id="goesr-ch1">
|
menuText="Channel 1(0.47u)" id="goesr-ch1">
|
||||||
|
@ -99,4 +80,35 @@
|
||||||
<substitute key="element" value="CH-16-13.30um"/>
|
<substitute key="element" value="CH-16-13.30um"/>
|
||||||
<substitute key="entity" value="GOES-16"/>
|
<substitute key="entity" value="GOES-16"/>
|
||||||
</contribute>
|
</contribute>
|
||||||
|
|
||||||
|
|
||||||
|
<contribute xsi:type="titleItem" titleText="------ RGB Composites ------" id="goesrRGBComposites"/>
|
||||||
|
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesrRGBComposite.xml"
|
||||||
|
menuText="Icing(1.61,0.87,0.64)" id="goesr-icing">
|
||||||
|
<substitute key="productName" value="Icing" />
|
||||||
|
<substitute key="redElement" value="CH-05-1.61um" />
|
||||||
|
<substitute key="greenElement" value="CH-03-0.87um" />
|
||||||
|
<substitute key="blueElement" value="CH-02-0.64um" />
|
||||||
|
<substitute key="sector" value="ECONUS" />
|
||||||
|
<substitute key="entity" value="GOES-16" />
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesrRGBComposite.xml"
|
||||||
|
menuText="Daytime Composite #1(0.64,1.61,11.20)" id="goesr-daytime1">
|
||||||
|
<substitute key="productName" value="Daytime Composite #1" />
|
||||||
|
<substitute key="redElement" value="CH-02-0.64um" />
|
||||||
|
<substitute key="greenElement" value="CH-05-1.61um" />
|
||||||
|
<substitute key="blueElement" value="CH-14-11.20um" />
|
||||||
|
<substitute key="sector" value="ECONUS" />
|
||||||
|
<substitute key="entity" value="GOES-16" />
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesrRGBComposite.xml"
|
||||||
|
menuText="Daytime Composite #5(0.64,0.87,0.64)" id="goesr-daytime5">
|
||||||
|
<substitute key="productName" value="Daytime Composite #5" />
|
||||||
|
<substitute key="redElement" value="CH-02-0.64um" />
|
||||||
|
<substitute key="greenElement" value="CH-03-0.87um" />
|
||||||
|
<substitute key="blueElement" value="CH-02-0.64um" />
|
||||||
|
<substitute key="sector" value="ECONUS" />
|
||||||
|
<substitute key="entity" value="GOES-16" />
|
||||||
|
</contribute>
|
||||||
</menuTemplate>
|
</menuTemplate>
|
|
@ -87,6 +87,7 @@
|
||||||
<contribute xsi:type="subinclude" subMenu="Derived Products"
|
<contribute xsi:type="subinclude" subMenu="Derived Products"
|
||||||
fileName="menus/satellite/goesr/goesrLevel2.xml">
|
fileName="menus/satellite/goesr/goesrLevel2.xml">
|
||||||
</contribute>
|
</contribute>
|
||||||
|
<<<<<<< HEAD
|
||||||
|
|
||||||
<contribute xsi:type="separator" id="id"/>
|
<contribute xsi:type="separator" id="id"/>
|
||||||
|
|
||||||
|
@ -112,5 +113,33 @@
|
||||||
<substitute key="greenElement" value="CH-03-0.87um" />
|
<substitute key="greenElement" value="CH-03-0.87um" />
|
||||||
<substitute key="blueElement" value="CH-02-0.64um" />
|
<substitute key="blueElement" value="CH-02-0.64um" />
|
||||||
</contribute>
|
</contribute>
|
||||||
|
=======
|
||||||
|
|
||||||
|
<contribute xsi:type="separator" id="id"/>
|
||||||
|
|
||||||
|
<contribute xsi:type="titleItem" titleText="------ RGB Composites ------" id="goesrRGBComposites"/>
|
||||||
|
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesrRGBComposite.xml"
|
||||||
|
menuText="Icing(1.61,0.87,0.64)" id="goesr-icing">
|
||||||
|
<substitute key="productName" value="Icing" />
|
||||||
|
<substitute key="redElement" value="CH-05-1.61um" />
|
||||||
|
<substitute key="greenElement" value="CH-03-0.87um" />
|
||||||
|
<substitute key="blueElement" value="CH-02-0.64um" />
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesrRGBComposite.xml"
|
||||||
|
menuText="Daytime Composite #1(0.64,1.61,11.20)" id="goesr-daytime1">
|
||||||
|
<substitute key="productName" value="Daytime Composite #1" />
|
||||||
|
<substitute key="redElement" value="CH-02-0.64um" />
|
||||||
|
<substitute key="greenElement" value="CH-05-1.61um" />
|
||||||
|
<substitute key="blueElement" value="CH-14-11.20um" />
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesrRGBComposite.xml"
|
||||||
|
menuText="Daytime Composite #5(0.64,0.87,0.64)" id="goesr-daytime5">
|
||||||
|
<substitute key="productName" value="Daytime Composite #5" />
|
||||||
|
<substitute key="redElement" value="CH-02-0.64um" />
|
||||||
|
<substitute key="greenElement" value="CH-03-0.87um" />
|
||||||
|
<substitute key="blueElement" value="CH-02-0.64um" />
|
||||||
|
</contribute>
|
||||||
|
>>>>>>> unidata/unidata_17.1.1
|
||||||
|
|
||||||
</menuTemplate>
|
</menuTemplate>
|
|
@ -9,12 +9,25 @@
|
||||||
fileName="menus/satellite/goesr/goesrLevel2.xml">
|
fileName="menus/satellite/goesr/goesrLevel2.xml">
|
||||||
<substitute key="sector" value="ECONUS" />
|
<substitute key="sector" value="ECONUS" />
|
||||||
</contribute>
|
</contribute>
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
|
||||||
|
<contribute xsi:type="subinclude" subMenu="Derived Motion Winds"
|
||||||
|
fileName="menus/satellite/goesr/dmw/goesr-dmwMenuByFilter.xml">
|
||||||
|
<substitute key="orbitalSlot" value="GOES-East"/>
|
||||||
|
<substitute key="scene" value="CONUS" />
|
||||||
|
<substitute key="plugin" value="dmw" />
|
||||||
|
</contribute>
|
||||||
|
>>>>>>> unidata/unidata_17.1.1
|
||||||
|
|
||||||
<contribute xsi:type="subinclude" subMenu="Geostationary Lightning Mapper (GLM)"
|
<contribute xsi:type="subinclude" subMenu="Geostationary Lightning Mapper (GLM)"
|
||||||
fileName="menus/lightning/glmlightningMenuItems.xml">
|
fileName="menus/lightning/glmlightningMenuItems.xml">
|
||||||
</contribute>
|
</contribute>
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
|
|
||||||
|
=======
|
||||||
|
>>>>>>> unidata/unidata_17.1.1
|
||||||
<contribute xsi:type="separator" id="MySeparatorId"/>
|
<contribute xsi:type="separator" id="MySeparatorId"/>
|
||||||
|
|
||||||
<contribute xsi:type="subinclude" subMenu="GOES East - Full Disk"
|
<contribute xsi:type="subinclude" subMenu="GOES East - Full Disk"
|
||||||
|
@ -77,6 +90,7 @@
|
||||||
</contribute>
|
</contribute>
|
||||||
</contribute>
|
</contribute>
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
<contribute xsi:type="separator" id="MySeparatorId"/>
|
<contribute xsi:type="separator" id="MySeparatorId"/>
|
||||||
<!-- REGIONAL -->
|
<!-- REGIONAL -->
|
||||||
<contribute xsi:type="subMenu" menuText="Regional Imagery">
|
<contribute xsi:type="subMenu" menuText="Regional Imagery">
|
||||||
|
@ -307,4 +321,8 @@
|
||||||
</contribute>
|
</contribute>
|
||||||
</contribute>
|
</contribute>
|
||||||
|
|
||||||
|
=======
|
||||||
|
<contribute xsi:type="separator" id="MySeparatorId"/>
|
||||||
|
|
||||||
|
>>>>>>> unidata/unidata_17.1.1
|
||||||
</menuTemplate>
|
</menuTemplate>
|
||||||
|
|
|
@ -0,0 +1,24 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
|
<menuTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesrRGBComposite.xml"
|
||||||
|
menuText="Icing(1.61,0.87,0.64)" id="goesr-icing">
|
||||||
|
<substitute key="productName" value="Icing" />
|
||||||
|
<substitute key="redElement" value="CH-05-1.61um" />
|
||||||
|
<substitute key="greenElement" value="CH-03-0.87um" />
|
||||||
|
<substitute key="blueElement" value="CH-02-0.64um" />
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesrRGBComposite.xml"
|
||||||
|
menuText="Daytime Composite #1(0.64,1.61,11.20)" id="goesr-daytime1">
|
||||||
|
<substitute key="productName" value="Daytime Composite #1" />
|
||||||
|
<substitute key="redElement" value="CH-02-0.64um" />
|
||||||
|
<substitute key="greenElement" value="CH-05-1.61um" />
|
||||||
|
<substitute key="blueElement" value="CH-14-11.20um" />
|
||||||
|
</contribute>
|
||||||
|
<contribute xsi:type="bundleItem" file="bundles/satellite/goesr/goesrRGBComposite.xml"
|
||||||
|
menuText="Daytime Composite #5(0.64,0.87,0.64)" id="goesr-daytime5">
|
||||||
|
<substitute key="productName" value="Daytime Composite #5" />
|
||||||
|
<substitute key="redElement" value="CH-02-0.64um" />
|
||||||
|
<substitute key="greenElement" value="CH-03-0.87um" />
|
||||||
|
<substitute key="blueElement" value="CH-02-0.64um" />
|
||||||
|
</contribute>
|
||||||
|
</menuTemplate>
|
|
@ -1,5 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<menuContributionFile>
|
<menuContributionFile>
|
||||||
|
<<<<<<< HEAD
|
||||||
<include installTo="menu:satellite?before=GROUP1"
|
<include installTo="menu:satellite?before=GROUP1"
|
||||||
fileName="menus/satellite/goesr/goesrMenu.xml">
|
fileName="menus/satellite/goesr/goesrMenu.xml">
|
||||||
</include>
|
</include>
|
||||||
|
@ -11,4 +12,12 @@
|
||||||
</include>
|
</include>
|
||||||
<include installTo="menu:satellite?before=GROUP4"
|
<include installTo="menu:satellite?before=GROUP4"
|
||||||
fileName="menus/satellite/baseDerivedProductPlots.xml"/>
|
fileName="menus/satellite/baseDerivedProductPlots.xml"/>
|
||||||
|
=======
|
||||||
|
<include installTo="menu:satellite?before=GOESR"
|
||||||
|
fileName="menus/satellite/goesr/goesrMenu.xml">
|
||||||
|
</include>
|
||||||
|
<include installTo="menu:satellite?after=GOESR"
|
||||||
|
fileName="menus/satellite/baseSatellite.xml">
|
||||||
|
</include>
|
||||||
|
>>>>>>> unidata/unidata_17.1.1
|
||||||
</menuContributionFile>
|
</menuContributionFile>
|
|
@ -78,6 +78,7 @@ import com.raytheon.uf.edex.site.notify.SendSiteActivationNotifications;
|
||||||
* Feb 25, 2015 #4128 dgilling Simplify activation of active table sharing.
|
* Feb 25, 2015 #4128 dgilling Simplify activation of active table sharing.
|
||||||
* Mar 11, 2015 #4128 dgilling Refactor activation and management of ISC services.
|
* Mar 11, 2015 #4128 dgilling Refactor activation and management of ISC services.
|
||||||
* Dec 22, 2015 #4262 dgilling Implement EdexAsyncStartupBean.
|
* Dec 22, 2015 #4262 dgilling Implement EdexAsyncStartupBean.
|
||||||
|
* Dec 21, 2017 mjames@ucar Cleaner activation messages.
|
||||||
*
|
*
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
|
@ -297,11 +298,9 @@ public class GFESiteActivation implements ISiteActivationListener,
|
||||||
IFPServerConfig config = null;
|
IFPServerConfig config = null;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
statusHandler.info("Activating " + siteID + "...");
|
statusHandler.info("Initializing IFPServerConfigManager for " + siteID);
|
||||||
|
|
||||||
statusHandler.info("IFPServerConfigManager initializing...");
|
|
||||||
config = IFPServerConfigManager.initializeSite(siteID);
|
config = IFPServerConfigManager.initializeSite(siteID);
|
||||||
statusHandler.info("Activating IFPServer...");
|
statusHandler.info("Activating IFPServer for " + siteID);
|
||||||
IFPServer.activateServer(siteID, config);
|
IFPServer.activateServer(siteID, config);
|
||||||
} finally {
|
} finally {
|
||||||
statusHandler
|
statusHandler
|
||||||
|
|
|
@ -299,18 +299,6 @@ rfc.name = "RFC"
|
||||||
rfc.editAreaName = ['ISC','site_id']
|
rfc.editAreaName = ['ISC','site_id']
|
||||||
rfc.groupName = 'ISC'
|
rfc.groupName = 'ISC'
|
||||||
|
|
||||||
# NHA ISC area
|
|
||||||
domain = ShapeTable('nhadomain')
|
|
||||||
domain.name = "TropicalISC"
|
|
||||||
domain.groupName = "ISC"
|
|
||||||
domain.editAreaName = "ISC_NHA"
|
|
||||||
|
|
||||||
# Storm Surge Watch/Warning Area
|
|
||||||
stormsurgeww = ShapeTable('stormsurgeww')
|
|
||||||
stormsurgeww.name = "StormSurgeWW"
|
|
||||||
stormsurgeww.groupName = "SurgeCollab"
|
|
||||||
stormsurgeww.editAreaName = "StormSurgeWW_EditArea"
|
|
||||||
|
|
||||||
# Offshore Marine Zones - unfiltered
|
# Offshore Marine Zones - unfiltered
|
||||||
offshore = ShapeTable('offshore')
|
offshore = ShapeTable('offshore')
|
||||||
offshore.name = "Offshore_Marine_Zones"
|
offshore.name = "Offshore_Marine_Zones"
|
||||||
|
|
|
@ -277,8 +277,10 @@ class GribDecoder():
|
||||||
data = numpy.where(data == secondaryFill, F32_GRID_FILL_VALUE, data)
|
data = numpy.where(data == secondaryFill, F32_GRID_FILL_VALUE, data)
|
||||||
|
|
||||||
gridCoverage = gribDict['coverage']
|
gridCoverage = gribDict['coverage']
|
||||||
nx = gridCoverage.getNx().intValue()
|
#nx = gridCoverage.getNx().intValue()
|
||||||
ny = gridCoverage.getNy().intValue()
|
#ny = gridCoverage.getNy().intValue()
|
||||||
|
nx = gridCoverage.getNx()
|
||||||
|
ny = gridCoverage.getNy()
|
||||||
|
|
||||||
# Correct the data according to the scan mode found in the gds section.
|
# Correct the data according to the scan mode found in the gds section.
|
||||||
scanMode = gribDict['scanMode']
|
scanMode = gribDict['scanMode']
|
||||||
|
|
|
@ -32,8 +32,8 @@ echo ''
|
||||||
#
|
#
|
||||||
if [[ $(rpm -qa | grep awips2-cave) ]]; then
|
if [[ $(rpm -qa | grep awips2-cave) ]]; then
|
||||||
echo "found CAVE installed. Checking version..."
|
echo "found CAVE installed. Checking version..."
|
||||||
caveVersion=$(rpm -qa | grep awips2-cave-1| cut -d"-" -f3 )
|
caveVersion=$(rpm -qa | grep awips2-cave | head -1 | cut -d"-" -f3 )
|
||||||
versionMajor=$(rpm -qa | grep awips2-cave-1| cut -d"-" -f3 | cut -c -2)
|
versionMajor=$(rpm -qa | grep awips2-cave | head -1 | cut -d"-" -f3 | cut -c -2)
|
||||||
if [[ ${versionMajor} -lt 16 ]]; then
|
if [[ ${versionMajor} -lt 16 ]]; then
|
||||||
echo "CAVE ${caveVersion} installed. Removing to update..."
|
echo "CAVE ${caveVersion} installed. Removing to update..."
|
||||||
yum groupremove awips2-cave -y
|
yum groupremove awips2-cave -y
|
||||||
|
|
|
@ -249,20 +249,6 @@ function importShapefiles()
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
echo "INFO: The FFMP shapefiles were successfully imported."
|
echo "INFO: The FFMP shapefiles were successfully imported."
|
||||||
|
|
||||||
static_shp_directory="${edex_utility}/edex_static/base/shapefiles"
|
|
||||||
/bin/bash ${a2_shp_script} \
|
|
||||||
${static_shp_directory}/NHAdomain/NHAdomain.shp mapdata nhadomain
|
|
||||||
if [ $? -ne 0 ]; then
|
|
||||||
echo "FATAL: failed to import NHAdomain."
|
|
||||||
fi
|
|
||||||
/bin/bash ${a2_shp_script} \
|
|
||||||
${static_shp_directory}/StormSurgeWW/StormSurgeWW.shp mapdata stormsurgeww
|
|
||||||
if [ $? -ne 0 ]; then
|
|
||||||
echo "FATAL: failed to import StormSurgeWW."
|
|
||||||
fi
|
|
||||||
echo "INFO: NHAdomain and StormSurgeWW shapefiles were successfully imported."
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function removeHydroDbDirectory()
|
function removeHydroDbDirectory()
|
||||||
|
|
|
@ -106,8 +106,12 @@ REQUEST CONDUIT "nam" idd.unidata.ucar.edu
|
||||||
REQUEST CONDUIT "pgrb2" idd.unidata.ucar.edu
|
REQUEST CONDUIT "pgrb2" idd.unidata.ucar.edu
|
||||||
# NDFD
|
# NDFD
|
||||||
REQUEST CONDUIT "nwstg" idd.unidata.ucar.edu
|
REQUEST CONDUIT "nwstg" idd.unidata.ucar.edu
|
||||||
# GOES-16(R) Experimental/Provisional
|
# GOES-East/16(R)
|
||||||
REQUEST NOTHER "^TI[RS]... KNES.*" idd.unidata.ucar.edu
|
REQUEST NOTHER "^TI[RS]... KNES.*" idd.unidata.ucar.edu
|
||||||
|
# GOES-East GLM
|
||||||
|
REQUEST DIFAX "GLM" idd.unidata.ucar.edu
|
||||||
|
# GOES-East
|
||||||
|
REQUEST EXP ".*" lead.unidata.ucar.edu
|
||||||
# CMC
|
# CMC
|
||||||
REQUEST CMC ".*" idd.unidata.ucar.edu
|
REQUEST CMC ".*" idd.unidata.ucar.edu
|
||||||
# CONDUIT RAP40
|
# CONDUIT RAP40
|
||||||
|
|
|
@ -124,29 +124,50 @@ ANY ^([PQ][A-Z0-9]{3,5}) (....) (..)(..)(..) !redbook [^/]*/([^/]*)/([^/]*)/([^/
|
||||||
NIMAGE ^(sat[^/]*)/ch[0-9]/([^/]*)/([^/]*)/([^ ]*) ([^/]*)/([^/]*)/([^/]*)/ (TI.[EFNW]..) ([^ ]*) (..)(..)(..)
|
NIMAGE ^(sat[^/]*)/ch[0-9]/([^/]*)/([^/]*)/([^ ]*) ([^/]*)/([^/]*)/([^/]*)/ (TI.[EFNW]..) ([^ ]*) (..)(..)(..)
|
||||||
FILE -overwrite -close -edex
|
FILE -overwrite -close -edex
|
||||||
/awips2/data_store/sat/\(11)\(12)Z_\3_\7_\6-\8_\9.satz.gini
|
/awips2/data_store/sat/\(11)\(12)Z_\3_\7_\6-\8_\9.satz.gini
|
||||||
|
|
||||||
#
|
#
|
||||||
# GOES East (16/R)
|
# GOES-East/16(R) imagery sectors
|
||||||
#
|
#
|
||||||
NOTHER ^(TIR...) (KNES) (......) (...)
|
NOTHER ^(TI....) (KNES) (......) (...)
|
||||||
FILE -close -edex
|
FILE -close -edex
|
||||||
/awips2/data_store/satellite/goes16/\1_\2_\3_\4_(seq).gini
|
/awips2/data_store/goesr/noaaport/\1_\2_\3_\4_(seq).gini
|
||||||
# A=Alaska, H=Hawaii, P=Puerto Rico
|
|
||||||
#NOTHER ^(TIR[AHP]..) (KNES) (......) (...)
|
|
||||||
# FILE -close -edex
|
|
||||||
# /awips2/data_store/satellite/goes16/\1_\2_\3_\4_(seq).gini
|
|
||||||
#
|
#
|
||||||
# GOES East (16/R) mesoscale sectors
|
# GOES-East/16(R) imagery sectors
|
||||||
#
|
#
|
||||||
#NOTHER ^(TIS...) (KNES) (......) (...)
|
EXP ^/data/ldm/pub/native/satellite/GOES/GOES16/([^/]*)/([^/]*)/([0-9]{8})/GOES16_([^/]*).nc4
|
||||||
# FILE -close -edex
|
FILE -close -edex
|
||||||
# /awips2/data_store/satellite/goes16/\1_\2_\3_\4_(seq).gini
|
/awips2/data_store/goesr/exp/GOES16_\4.nc4
|
||||||
|
# EXP 000 /data/ldm/pub/native/satellite/GOES/GOES16/Mesoscale-2/Channel05/20180118/GOES16_Mesoscale-2_20180118_234657_1.61_1km_37.8N_87.0W.nc4
|
||||||
#
|
#
|
||||||
# GOES East (16/R) Derived Products
|
#
|
||||||
|
# GOES-East/16(R) derived products
|
||||||
#
|
#
|
||||||
HDS ^(IXT.99) KNES (......)
|
HDS ^(IXT.99) KNES (......)
|
||||||
FILE -close -edex
|
FILE -close -edex
|
||||||
/awips2/data_store/goesr-derived/KNES_\1_\2-(seq)
|
/awips2/data_store/goesr/derived/KNES_\1_\2-(seq)
|
||||||
|
# GLM
|
||||||
|
DIFAX ^/data/cspp-geo/GRB-R/OR_GLM-L2-([^/]*).nc
|
||||||
|
FILE -close -edex
|
||||||
|
/awips2/data_store/goesr/glm/OR_GLM-L2-\1.nc
|
||||||
|
# ABI
|
||||||
|
#DIFAX ^/data/cspp-geo/GRB-R/OR_ABI-L1b-([^/]*).nc
|
||||||
|
# FILE -close -edex
|
||||||
|
# /awips2/data_store/goesr/abi/OR_ABI-L1b-\1.nc
|
||||||
|
# EXIS
|
||||||
|
#DIFAX ^/data/cspp-geo/GRB-R/OR_EXIS-L1b-([^/]*).nc
|
||||||
|
# FILE -close -edex
|
||||||
|
# /awips2/data_store/goesr/exis/OR_EXIS-L1b-\1.nc
|
||||||
|
# SEIS
|
||||||
|
#DIFAX ^/data/cspp-geo/GRB-R/OR_SEIS-L1b-([^/]*).nc
|
||||||
|
# FILE -close -edex
|
||||||
|
# /awips2/data_store/goesr/seis/OR_SEIS-L1b-\1.nc
|
||||||
|
# MAG
|
||||||
|
#DIFAX ^/data/cspp-geo/GRB-R/OR_MAG-L1b-([^/]*).nc
|
||||||
|
# FILE -close -edex
|
||||||
|
# /awips2/data_store/goesr/mag/OR_MAG-L1b-\1.nc
|
||||||
|
# SUVI
|
||||||
|
#DIFAX ^/data/cspp-geo/GRB-R/OR_SUVI-L1b-([^/]*).nc
|
||||||
|
# FILE -close -edex
|
||||||
|
# /awips2/data_store/goesr/suvi/OR_SUVI-L1b-\1.nc
|
||||||
#
|
#
|
||||||
# NPP/VIIRS
|
# NPP/VIIRS
|
||||||
#
|
#
|
||||||
|
|
|
@ -41,7 +41,6 @@ function clean_ldm() {
|
||||||
case $1 in
|
case $1 in
|
||||||
|
|
||||||
'start')
|
'start')
|
||||||
if ! clean_ldm; then exit 1 ; fi
|
|
||||||
su ${LDM_USER} -lc "ldmadmin start"
|
su ${LDM_USER} -lc "ldmadmin start"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue