Merge branch 'unidata_20.3.2-dev' of github.com:tiffanycmeyer13/awips2-20.3.2 into unidata_20.3.2-osx
Bring over the latest changes from trunk into the osx branch
This commit is contained in:
commit
24e7ef970d
12 changed files with 480 additions and 393 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# Version
|
||||
export AWIPSII_VERSION="20.3.2"
|
||||
export AWIPSII_RELEASE="1"
|
||||
export AWIPSII_RELEASE="0.1"
|
||||
# Author
|
||||
export AWIPSII_BUILD_VENDOR="UCAR"
|
||||
export AWIPSII_BUILD_SITE="Unidata"
|
||||
|
|
335
build/deploy.edex.awips2/esb/conf/modes/modes.xml
Normal file
335
build/deploy.edex.awips2/esb/conf/modes/modes.xml
Normal file
|
@ -0,0 +1,335 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!--
|
||||
Refer to edex/modes/README.txt for documentation
|
||||
-->
|
||||
<edexModes>
|
||||
|
||||
<mode name="ingest">
|
||||
<exclude>.*request.*</exclude>
|
||||
<exclude>edex-security.xml</exclude>
|
||||
<exclude>ebxml.*\.xml</exclude>
|
||||
<exclude>grib-decode.xml</exclude>
|
||||
<exclude>grid-staticdata-process.xml</exclude>
|
||||
<exclude>.*(dpa|taf|nctext).*</exclude>
|
||||
<exclude>webservices.xml</exclude>
|
||||
<exclude>ebxml.*\.xml</exclude>
|
||||
<exclude>.*datadelivery.*</exclude>
|
||||
<exclude>.*bandwidth.*</exclude>
|
||||
<exclude>.*sbn-simulator.*</exclude>
|
||||
<exclude>hydrodualpol-ingest.xml</exclude>
|
||||
<exclude>grid-metadata.xml</exclude>
|
||||
<exclude>.*ogc.*</exclude>
|
||||
<exclude>obs-ingest-metarshef.xml</exclude>
|
||||
<exclude>ffmp-ingest.xml</exclude>
|
||||
<exclude>scan-ingest.xml</exclude>
|
||||
<exclude>cwat-ingest.xml</exclude>
|
||||
<exclude>fog-ingest.xml</exclude>
|
||||
<exclude>vil-ingest.xml</exclude>
|
||||
<exclude>preciprate-ingest.xml</exclude>
|
||||
<exclude>qpf-ingest.xml</exclude>
|
||||
<exclude>fssobs-ingest.xml</exclude>
|
||||
<exclude>cpgsrv-spring.xml</exclude>
|
||||
<exclude>ohd-common-database.xml</exclude>
|
||||
<exclude>satpre-spring.xml</exclude>
|
||||
<exclude>ncgrib-file-endpoint.xml</exclude>
|
||||
</mode>
|
||||
|
||||
<mode name="ingestGrib">
|
||||
<include>time-common.xml</include>
|
||||
<include>auth-common.xml</include>
|
||||
<include>python-common.xml</include>
|
||||
<include>grib-decode.xml</include>
|
||||
<include>grid-staticdata-process.xml</include>
|
||||
<include>level-common.xml</include>
|
||||
<include>levelhandler-common.xml</include>
|
||||
<include>grid-common.xml</include>
|
||||
<include>gridcoverage-common.xml</include>
|
||||
<include>parameter-common.xml</include>
|
||||
<include>persist-ingest.xml</include>
|
||||
<include>management-common.xml</include>
|
||||
<include>database-common.xml</include>
|
||||
<include>event-ingest.xml</include>
|
||||
<includeMode>statsTemplate</includeMode>
|
||||
</mode>
|
||||
|
||||
<mode name="request">
|
||||
<include>.*request.*</include>
|
||||
<include>.*common.*</include>
|
||||
<exclude>grid-metadata.xml</exclude>
|
||||
<exclude>event-datadelivery-common.xml</exclude>
|
||||
<exclude>.*ogc.*</exclude>
|
||||
<exclude>.*dpa.*</exclude>
|
||||
</mode>
|
||||
|
||||
<mode name="ingestRadar">
|
||||
<includeMode>ingest</includeMode>
|
||||
<includeMode>pluginExclude</includeMode>
|
||||
<includeMode>goesrExclude</includeMode>
|
||||
<exclude>.*(airmet|atcf|aww|convsigmet|gfe|grid|hydro|intlsigmet|modis|ncpafm|ncuair|profiler|netcdf-grid).*</exclude>
|
||||
<exclude>.*(nonconvsigmet|satellite|sgwh|ssha|stats|stormtrack|textlightning_ep|useradmin|wcp).*</exclude>
|
||||
</mode>
|
||||
|
||||
<mode name="ingestGoesR">
|
||||
<includeMode>ingest</includeMode>
|
||||
<includeMode>pluginExclude</includeMode>
|
||||
<includeMode>radarExclude</includeMode>
|
||||
</mode>
|
||||
|
||||
<mode name="ingestGrids">
|
||||
<includeMode>ingest</includeMode>
|
||||
<includeMode>pluginModelSoundingExclude</includeMode>
|
||||
<includeMode>radarExclude</includeMode>
|
||||
<includeMode>goesrExclude</includeMode>
|
||||
</mode>
|
||||
|
||||
<mode name="pluginExclude">
|
||||
<exclude>^(acars|activetable|bufr|ccfp|climate|convectprob|cwa|geodb|goessounding|lma|lsr|modelsounding|nucaps|obs|poes|redbook|sfcobs|svrwx|tc|vaa|viirs|warning).*</exclude>
|
||||
</mode>
|
||||
|
||||
<mode name="pluginModelSoundingExclude">
|
||||
<exclude>^(acars|activetable|bufr|ccfp|climate|convectprob|cwa|geodb|goessounding|lma|lsr|nucaps|obs|poes|redbook|sfcobs|svrwx|tc|vaa|viirs|warning).*</exclude>
|
||||
</mode>
|
||||
|
||||
<mode name="goesrExclude">
|
||||
<exclude>^(binlightning|dmw|goesr|glm).*</exclude>
|
||||
</mode>
|
||||
|
||||
<mode name="radarExclude">
|
||||
<exclude>^radar.*</exclude>
|
||||
</mode>
|
||||
|
||||
<mode name="statsTemplate" template="true">
|
||||
<include>event-common.xml</include>
|
||||
<include>eventbus-common.xml</include>
|
||||
<include>stats-common.xml</include>
|
||||
</mode>
|
||||
|
||||
<!-- HYDRO SERVER -->
|
||||
|
||||
<mode name="ingestHydro">
|
||||
<include>distribution-spring.xml</include>
|
||||
<include>manualIngest-common.xml</include>
|
||||
<include>manualIngest-spring.xml</include>
|
||||
<include>shef-ingest.xml</include>
|
||||
<include>persist-ingest.xml</include>
|
||||
<include>obs-common.xml</include>
|
||||
<include>obs-ingest.xml</include>
|
||||
<include>obs-ingest-metarshef.xml</include>
|
||||
<include>metartohmdb-plugin.xml</include>
|
||||
<include>metartoclimate-plugin.xml</include>
|
||||
<include>pointdata-common.xml</include>
|
||||
<include>shef-common.xml</include>
|
||||
<include>ohd-common-database.xml</include>
|
||||
<include>ohd-common.xml</include>
|
||||
<include>alarmWhfs-spring.xml</include>
|
||||
<include>arealffgGenerator-spring.xml</include>
|
||||
<include>arealQpeGen-spring.xml</include>
|
||||
<include>DPADecoder-spring.xml</include>
|
||||
<include>dqcPreprocessor-spring.xml</include>
|
||||
<include>floodArchiver-spring.xml</include>
|
||||
<include>freezingLevel-spring.xml</include>
|
||||
<include>hpeDHRDecoder-spring.xml</include>
|
||||
<include>ihfsDbPurge-spring.xml</include>
|
||||
<include>logFilePurger-spring.xml</include>
|
||||
<include>mpeFieldgen-spring.xml</include>
|
||||
<include>mpeHpeFilePurge-spring.xml</include>
|
||||
<include>mpeLightningSrv-ingest.xml</include>
|
||||
<include>mpeProcessGrib-spring.xml</include>
|
||||
<include>ohdSetupService-spring.xml</include>
|
||||
<include>pointDataRetrievel-spring.xml</include>
|
||||
<include>q2FileProcessor-spring.xml</include>
|
||||
<include>satpre-spring.xml</include>
|
||||
<include>purge-logs.xml</include>
|
||||
<exclude>fssobs-ingest.xml</exclude>
|
||||
<exclude>fssobs-common.xml</exclude>
|
||||
<include>ndm-ingest.xml</include>
|
||||
</mode>
|
||||
|
||||
<mode name="requestHydro">
|
||||
<include>ohd-common-database.xml</include>
|
||||
<include>ohd-common.xml</include>
|
||||
<include>database-common.xml</include>
|
||||
<include>ohd-request.xml</include>
|
||||
<include>alertviz-request.xml</include>
|
||||
<include>auth-common.xml</include>
|
||||
<include>auth-request.xml</include>
|
||||
<include>persist-request.xml</include>
|
||||
<include>menus-request.xml</include>
|
||||
<include>utility-request.xml</include>
|
||||
<include>management-common.xml</include>
|
||||
<include>management-request.xml</include>
|
||||
<include>manualIngest-common.xml</include>
|
||||
<include>manualIngest-request.xml</include>
|
||||
<include>auth-request.xml</include>
|
||||
<include>persist-request.xml</include>
|
||||
<include>site-common.xml</include>
|
||||
<include>site-request.xml</include>
|
||||
<include>time-common.xml</include>
|
||||
<include>units-common.xml</include>
|
||||
<include>event-common.xml</include>
|
||||
<include>eventbus-common.xml</include>
|
||||
<include>edex-request.xml</include>
|
||||
<include>request-service.xml</include>
|
||||
<include>request-service-common.xml</include>
|
||||
</mode>
|
||||
|
||||
<!-- DECISION ASSITANCE TOOLS -->
|
||||
|
||||
<mode name="ingestDat">
|
||||
<include>utility-common.xml</include>
|
||||
<include>geo-common.xml</include>
|
||||
<include>time-common.xml</include>
|
||||
<include>ffmp-ingest.xml</include>
|
||||
<include>ffmp-common.xml</include>
|
||||
<include>scan-ingest.xml</include>
|
||||
<include>scan-common.xml</include>
|
||||
<include>cwat-ingest.xml</include>
|
||||
<include>cwat-common.xml</include>
|
||||
<include>fog-ingest.xml</include>
|
||||
<include>fog-common.xml</include>
|
||||
<include>vil-ingest.xml</include>
|
||||
<include>vil-common.xml</include>
|
||||
<include>preciprate-ingest.xml</include>
|
||||
<include>preciprate-common.xml</include>
|
||||
<include>qpf-ingest.xml</include>
|
||||
<include>qpf-common.xml</include>
|
||||
<include>hydrodualpol-ingest.xml</include>
|
||||
<include>cpgsrv-spring.xml</include>
|
||||
<include>persist-ingest.xml</include>
|
||||
<include>binlightning-common.xml</include>
|
||||
<include>parameter-common.xml</include>
|
||||
<include>gridcoverage-common.xml</include>
|
||||
<include>grid-common.xml</include>
|
||||
<include>database-common.xml</include>
|
||||
<include>radar-common.xml</include>
|
||||
<include>text-common.xml</include>
|
||||
<include>level-common.xml</include>
|
||||
<include>levelhandler-common.xml</include>
|
||||
<include>pointdata-common.xml</include>
|
||||
<include>bufrua-common.xml</include>
|
||||
<include>shef-common.xml</include>
|
||||
<include>satellite-common.xml</include>
|
||||
<include>satellite-dataplugin-common.xml</include>
|
||||
<include>ohd-common-database.xml</include>
|
||||
<include>ohd-common.xml</include>
|
||||
<include>management-common.xml</include>
|
||||
<include>obs-common.xml</include>
|
||||
<include>fssobs-ingest.xml</include>
|
||||
<include>fssobs-common.xml</include>
|
||||
<include>manualIngest-common.xml</include>
|
||||
<include>dataaccess-common.xml</include>
|
||||
<exclude>nctext-common.xml</exclude>
|
||||
<includeMode>statsTemplate</includeMode>
|
||||
</mode>
|
||||
|
||||
<!-- EBXML REGISTRY / DATA DELIVERY -->
|
||||
|
||||
<mode name="ebxmlRegistry" template="true">
|
||||
<includeMode>statsTemplate</includeMode>
|
||||
<include>database-common.xml</include>
|
||||
<include>dataaccess-common.xml</include>
|
||||
<include>time-common.xml</include>
|
||||
<include>auth-common.xml</include>
|
||||
<include>auth-request.xml</include>
|
||||
<include>management-common.xml</include>
|
||||
<include>event-common.xml</include>
|
||||
<include>purge-logs.xml</include>
|
||||
<include>ebxml.*\.xml</include>
|
||||
<include>eventbus-common.xml</include>
|
||||
<include>edex-security.xml</include>
|
||||
<include>geo-common.xml</include>
|
||||
<include>utility-request.xml</include>
|
||||
<include>utility-common.xml</include>
|
||||
<include>request-service</include>
|
||||
</mode>
|
||||
|
||||
<mode name="registry">
|
||||
<includeMode>ebxmlRegistry</includeMode>
|
||||
<includeMode>dataDeliveryTemplate</includeMode>
|
||||
<include>datadelivery-wfo-cron.xml</include>
|
||||
<include>bandwidth-datadelivery-.*-wfo.xml</include>
|
||||
<exclude>.*datadelivery.*-ncf.*</exclude>
|
||||
<exclude>harvester-.*</exclude>
|
||||
<exclude>crawler-.*</exclude>
|
||||
</mode>
|
||||
|
||||
<mode name="centralRegistry">
|
||||
<includeMode>ebxmlRegistry</includeMode>
|
||||
<includeMode>dataDeliveryTemplate</includeMode>
|
||||
<include>stats-ingest.xml</include>
|
||||
<include>bandwidth-datadelivery-.*-ncf.xml</include>
|
||||
<exclude>.*datadelivery.*-wfo.*</exclude>
|
||||
</mode>
|
||||
|
||||
<mode name="dataDeliveryTemplate" template="true">
|
||||
<include>.*datadelivery.*</include>
|
||||
<include>.*bandwidth.*</include>
|
||||
<exclude>.*bandwidth.*-inmemory.*.xml</exclude>
|
||||
<exclude>dpa-datadelivery.xml</exclude>
|
||||
<include>satellite-common.xml</include>
|
||||
<include>satellite-dataplugin-common.xml</include>
|
||||
<include>goessounding-common.xml</include>
|
||||
<include>grid-common.xml</include>
|
||||
<include>grid-metadata.xml</include>
|
||||
<include>gridcoverage-common.xml</include>
|
||||
<include>parameter-common.xml</include>
|
||||
<include>level-common.xml</include>
|
||||
<include>levelhandler-common.xml</include>
|
||||
<include>pointdata-common.xml</include>
|
||||
<include>obs-common.xml</include>
|
||||
<include>madis-common.xml</include>
|
||||
<include>persist-ingest.xml</include>
|
||||
</mode>
|
||||
|
||||
<mode name="dataProviderAgentTemplate" template="true">
|
||||
<include>manualIngest*</include>
|
||||
<include>time-common.xml</include>
|
||||
<include>distribution-spring.xml</include>
|
||||
<include>persist-ingest.xml</include>
|
||||
<include>auth-common.xml</include>
|
||||
<include>database-common.xml</include>
|
||||
<!-- Remote connect to registry services -->
|
||||
<include>datadelivery-handlers.xml</include>
|
||||
<include>datadelivery-handlers-impl.xml</include>
|
||||
<include>request-router.xml</include>
|
||||
<include>^utility-request.xml</include>
|
||||
<include>dpa-datadelivery.xml</include>
|
||||
<include>geo-common.xml</include>
|
||||
<include>request-service.*</include>
|
||||
<include>utility-common.xml</include>
|
||||
<include>localization-http-request.xml</include>
|
||||
<!-- Don't want this for DPA, we don't need a local registry -->
|
||||
<exclude>harvester-datadelivery-standalone.xml</exclude>
|
||||
<exclude>datadelivery-standalone.xml</exclude>
|
||||
<!-- OGC/DPA services -->
|
||||
<include>ogc-common.xml</include>
|
||||
<include>wfs-ogc-request.xml</include>
|
||||
<include>wfs-ogc-rest-request.xml</include>
|
||||
<include>wfs-ogc-soap-request.xml</include>
|
||||
<include>wfs-ogc-soap-wsdl.xml</include>
|
||||
<!-- Purge OGC/DPA registred plugins -->
|
||||
<include>purge-spring.xml</include>
|
||||
<include>purge-spring-impl.xml</include>
|
||||
<include>purge-logs.xml</include>
|
||||
</mode>
|
||||
|
||||
<!-- MADIS implmentation of dataprovideragent -->
|
||||
|
||||
<mode name="dataprovideragent">
|
||||
<includeMode>dataProviderAgentTemplate</includeMode>
|
||||
<include>pointdata-common.xml</include>
|
||||
<include>madis-common.xml</include>
|
||||
<include>madis-ogc.xml</include>
|
||||
<include>madis-ogc-registry.xml</include>
|
||||
</mode>
|
||||
|
||||
<!-- Utilized by BandwidthUtil for creating an in memory bandwidth manager -->
|
||||
|
||||
<mode name="inMemoryBandwidthManager">
|
||||
<!-- This is not an edex runtime mode and is used in memory -->
|
||||
<include>bandwidth-datadelivery-inmemory-impl.xml</include>
|
||||
<include>bandwidth-datadelivery.xml</include>
|
||||
<include>bandwidth-datadelivery-wfo.xml</include>
|
||||
</mode>
|
||||
|
||||
</edexModes>
|
|
@ -1,178 +1,119 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
|
||||
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
|
||||
|
||||
|
||||
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
|
||||
This_software_product_contains_export-restricted_data_whose
|
||||
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
|
||||
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
|
||||
an_export_license_or_other_authorization.
|
||||
|
||||
|
||||
Contractor_Name:________Raytheon_Company
|
||||
Contractor_Address:_____6825_Pine_Street,_Suite_340
|
||||
________________________Mail_Stop_B8
|
||||
________________________Omaha,_NE_68106
|
||||
________________________402.291.0100
|
||||
|
||||
|
||||
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
||||
further_licensing_information.
|
||||
-->
|
||||
<!--
|
||||
This is an incremental override file, indicating that the files
|
||||
at different localization levels will be combined.
|
||||
-->
|
||||
<vbSourceList>
|
||||
<vbSource key="MOSGuide-AK" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="HPCGuide-AK" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="AK-NamDNG3" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="AK-NICICE" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="AK-RTMA" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="AK-RTMA3" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="AKWAVE239" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="AKwave10" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="AKwave4" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="AKHwave10" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="AKHwave4" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="BHPE" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="CPCoutlook211" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="DHM" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="ECMWF-wave-guidance" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="ENPWAVE253" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="EPwave10" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="estofsAK" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="estofsEP" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="estofsHI" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="estofsPR" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="estofsUS" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="ETSS" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="ETSS-HiRes" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="ETSS-AK" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="CPCoutlook211" category="SfcGrid"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="ESTOFS" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="GFE" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="GFS199" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="GFSGuide" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="GFSLAMPGrid" name="GFSLAMPGrid" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="GLERL" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="GLWN" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="GlobalWave" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="GLOBHwave" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="GRLKwave" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="MOSGuide" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="HurWind175" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="Guam-RTMA" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="GWW233" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="GFSLAMP" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="LAMP2p5" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="WaveWatch" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="WaveWatch-WNA-Hurr" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="WaveWatch-ENP-Hurr" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="HurWind250" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="MOSGuide-HI" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="HI-NamDNG5" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="HI-RTMA" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="HurWind226" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="MOSGuide" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="MOSGuideExtended" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="HPCqpfNDFD" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="WaveWatch-WNA" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="WaveWatch-AK" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="WaveWatch-ENP" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="HPCGuide" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="HPCqpf" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="HPE" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="MPE-Local" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="MSAS" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="namdng25" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="ETA212" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="NAHwave15" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="NAHwave10" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="NAHwave4" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="NationalBlend" category="SfcGrid/NationalBlend" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="NationalBlendAK" category="SfcGrid/NationalBlend" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="NationalBlendHI" category="SfcGrid/NationalBlend" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="NationalBlendPR" category="SfcGrid/NationalBlend" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="NationalBlendOC" category="SfcGrid/NationalBlend" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="NICICE" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="NPHwave15" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="NPHwave10" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="NPHwave4" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="OPCWave181" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="OPCWave182" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="OPCWave180" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="PR-NamDNG5" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="PR-RTMA" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="rfcMPE" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="NamDNG" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="NAM5" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="NAM12" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="NationalBlend" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="NAM40" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RFCqpf" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTGSST" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTGSSTHR" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTMA25" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-GulfMexico" category="SfcGrid/RTOFS/forecast" subCategory="Atlantic"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-GulfStream" category="SfcGrid/RTOFS/forecast" subCategory="Atlantic"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-GulfMaine" category="SfcGrid/RTOFS/forecast" subCategory="Atlantic"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Atlantic" category="SfcGrid/RTOFS/forecast" subCategory="Atlantic"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Alaska" category="SfcGrid/RTOFS/forecast" subCategory="Global"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Arctic" category="SfcGrid/RTOFS/forecast" subCategory="Global"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Bering" category="SfcGrid/RTOFS/forecast" subCategory="Global"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Guam" category="SfcGrid/RTOFS/forecast" subCategory="Global"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-GulfAlaska" category="SfcGrid/RTOFS/forecast" subCategory="Global"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Honolulu" category="SfcGrid/RTOFS/forecast" subCategory="Global"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-HudsonBaffin" category="SfcGrid/RTOFS/forecast" subCategory="Global"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Samoa" category="SfcGrid/RTOFS/forecast" subCategory="Global"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-TropPaciLowres" category="SfcGrid/RTOFS/forecast" subCategory="Global"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-WestAtl" category="SfcGrid/RTOFS/forecast" subCategory="Global"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-WestConus" category="SfcGrid/RTOFS/forecast" subCategory="Global"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-GulfMexico" category="SfcGrid/RTOFS/nowcast" subCategory="Atlantic"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-GulfStream" category="SfcGrid/RTOFS/nowcast" subCategory="Atlantic"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-GulfMaine" category="SfcGrid/RTOFS/nowcast" subCategory="Atlantic"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-Atlantic" category="SfcGrid/RTOFS/nowcast" subCategory="Atlantic"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-Alaska" category="SfcGrid/RTOFS/nowcast" subCategory="Global"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-Arctic" category="SfcGrid/RTOFS/nowcast" subCategory="Global"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-Bering" category="SfcGrid/RTOFS/nowcast" subCategory="Global"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-Guam" category="SfcGrid/RTOFS/nowcast" subCategory="Global"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-GulfAlaska" category="SfcGrid/RTOFS/nowcast" subCategory="Global"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-Honolulu" category="SfcGrid/RTOFS/nowcast" subCategory="Global"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-HudsonBaffin" category="SfcGrid/RTOFS/nowcast" subCategory="Global"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-Samoa" category="SfcGrid/RTOFS/nowcast" subCategory="Global"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-TropPaciLowres" category="SfcGrid/RTOFS/nowcast" subCategory="Global"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-WestAtl" category="SfcGrid/RTOFS/nowcast" subCategory="Global"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-WestConus" category="SfcGrid/RTOFS/nowcast" subCategory="Global"
|
||||
views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTMA" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-GulfMexico" category="SfcGrid/RTOFS/forecast"
|
||||
subCategory="Atlantic" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-GulfStream" category="SfcGrid/RTOFS/forecast"
|
||||
subCategory="Atlantic" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-GulfMaine" category="SfcGrid/RTOFS/forecast"
|
||||
subCategory="Atlantic" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Atlantic" category="SfcGrid/RTOFS/forecast"
|
||||
subCategory="Atlantic" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Alaska" category="SfcGrid/RTOFS/forecast"
|
||||
subCategory="Global" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Arctic" category="SfcGrid/RTOFS/forecast"
|
||||
subCategory="Global" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Bering" category="SfcGrid/RTOFS/forecast"
|
||||
subCategory="Global" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Guam" category="SfcGrid/RTOFS/forecast"
|
||||
subCategory="Global" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-GulfAlaska" category="SfcGrid/RTOFS/forecast"
|
||||
subCategory="Global" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Honolulu" category="SfcGrid/RTOFS/forecast"
|
||||
subCategory="Global" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-HudsonBaffin" category="SfcGrid/RTOFS/forecast"
|
||||
subCategory="Global" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Samoa" category="SfcGrid/RTOFS/forecast"
|
||||
subCategory="Global" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-TropPaciLowres" category="SfcGrid/RTOFS/forecast"
|
||||
subCategory="Global" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-WestAtl" category="SfcGrid/RTOFS/forecast"
|
||||
subCategory="Global" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-WestConus" category="SfcGrid/RTOFS/forecast"
|
||||
subCategory="Global" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-GulfMexico" category="SfcGrid/RTOFS/nowcast"
|
||||
subCategory="Atlantic" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-GulfStream" category="SfcGrid/RTOFS/nowcast"
|
||||
subCategory="Atlantic" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-GulfMaine" category="SfcGrid/RTOFS/nowcast"
|
||||
subCategory="Atlantic" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-Atlantic" category="SfcGrid/RTOFS/nowcast"
|
||||
subCategory="Atlantic" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-Alaska" category="SfcGrid/RTOFS/nowcast"
|
||||
subCategory="Global" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-Arctic" category="SfcGrid/RTOFS/nowcast"
|
||||
subCategory="Global" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-Bering" category="SfcGrid/RTOFS/nowcast"
|
||||
subCategory="Global" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-Guam" category="SfcGrid/RTOFS/nowcast"
|
||||
subCategory="Global" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-GulfAlaska" category="SfcGrid/RTOFS/nowcast"
|
||||
subCategory="Global" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-Honolulu" category="SfcGrid/RTOFS/nowcast"
|
||||
subCategory="Global" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-HudsonBaffin" category="SfcGrid/RTOFS/nowcast"
|
||||
subCategory="Global" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-Samoa" category="SfcGrid/RTOFS/nowcast"
|
||||
subCategory="Global" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-TropPaciLowres" category="SfcGrid/RTOFS/nowcast"
|
||||
subCategory="Global" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-WestAtl" category="SfcGrid/RTOFS/nowcast"
|
||||
subCategory="Global" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTOFS-Now-WestConus" category="SfcGrid/RTOFS/nowcast"
|
||||
subCategory="Global" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="RTMA" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="SeaIce" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="SPCGuide" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="HurWind226" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="TPCSurgeProb" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="P-ETSS" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="PHISH" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="TPCWindProb" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="TPCWindProb_Prelim" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="FNMOC-WW3" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="FNMOC-NCODA" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="FNMOC-FAROP" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="URMA25" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="URMA25-EP" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="URMA25-SJU" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="WCwave10" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="WCwave4" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="WNAWAVE238" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="WNAwave10" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="WNAwave4" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="WPHwave10" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="PGBlended" category="SfcGrid/NOS" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="PGBlended-Night" category="SfcGrid/NOS" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="PWPF" category="SfcGrid" views="PLANVIEW TIMESERIES" />
|
||||
</vbSourceList>
|
||||
</vbSourceList>
|
||||
|
|
|
@ -1,107 +1,57 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
|
||||
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
|
||||
|
||||
|
||||
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
|
||||
This_software_product_contains_export-restricted_data_whose
|
||||
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
|
||||
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
|
||||
an_export_license_or_other_authorization.
|
||||
|
||||
|
||||
Contractor_Name:________Raytheon_Company
|
||||
Contractor_Address:_____6825_Pine_Street,_Suite_340
|
||||
________________________Mail_Stop_B8
|
||||
________________________Omaha,_NE_68106
|
||||
________________________402.291.0100
|
||||
|
||||
|
||||
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
||||
further_licensing_information.
|
||||
-->
|
||||
<!--
|
||||
This is an incremental override file, indicating that the files
|
||||
at different localization levels will be combined.
|
||||
-->
|
||||
<vbSourceList>
|
||||
<vbSource key="GFS160" category="Volume" />
|
||||
<vbSource key="ETA242" category="Volume" />
|
||||
<vbSource key="mesoEta216" category="Volume" />
|
||||
<vbSource key="SREF216" category="Volume" />
|
||||
<vbSource key="Aviation" category="Volume" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="ECMWF-HiRes" category="Volume" />
|
||||
<vbSource key="ECMF-NorthernHemisphere" category="Volume" />
|
||||
<vbSource key="AVN211" category="Volume" />
|
||||
<!-- Old version being replaced by GFS229
|
||||
<vbSource key="AVN225" category="Volume" />
|
||||
<vbSource key="GFS213" category="Volume" />
|
||||
<vbSource key="MRF204" category="Volume" />
|
||||
<vbSource key="MRF205" category="Volume" />
|
||||
-->
|
||||
<vbSource key="GFS229" category="Volume" />
|
||||
<!-- Old version being replaced by GFS229
|
||||
<vbSource key="AVN203" category="Volume" />
|
||||
-->
|
||||
<vbSource key="GFS217" category="Volume/GFS20" />
|
||||
<vbSource key="GFS215" category="Volume/GFS20" />
|
||||
<vbSource key="GFS20-PAC" category="Volume/GFS20" />
|
||||
<vbSource key="GFS20-PRICO" category="Volume/GFS20" />
|
||||
<vbSource key="CMC" category="Volume" />
|
||||
<vbSource key="GFS" category="Volume" />
|
||||
<vbSource key="GFS0p5" category="Volume" />
|
||||
<vbSource key="GFS1p0" category="Volume" />
|
||||
<vbSource key="GFS20" category="Volume" />
|
||||
<vbSource key="GFS40" category="Volume" />
|
||||
<vbSource key="GFSGuide" category="Volume" />
|
||||
<vbSource key="ECMF-Global" category="Volume" />
|
||||
<vbSource key="ENSEMBLE" category="Volume" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="AVN-NorthernHemisphere" category="Volume" />
|
||||
<vbSource key="HFR-EAST_6KM" category="Volume/HFR" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="HFR-US_EAST_DELAWARE_1KM" category="Volume/HFR" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="HFR-US_EAST_FLORIDA_2KM" category="Volume/HFR" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="HFR-US_EAST_NORTH_2KM" category="Volume/HFR" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="HFR-US_EAST_SOUTH_2KM" category="Volume/HFR" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="HFR-US_EAST_VIRGINIA_1KM" category="Volume/HFR" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="HFR-US_HAWAII_1KM" category="Volume/HFR" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="HFR-US_HAWAII_2KM" category="Volume/HFR" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="HFR-WEST_6KM" category="Volume/HFR" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="HFR-US_WEST_CENCAL_2KM" category="Volume/HFR" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="HFR-US_WEST_NORTH_2KM" category="Volume/HFR" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="HFR-US_WEST_SANFRAN_1KM" category="Volume/HFR" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="HFR-US_WEST_SOCAL_2KM" category="Volume/HFR" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="HFR-US_WEST_LOSANGELES_1KM" category="Volume/HFR" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="HFR-US_WEST_LOSOSOS_1KM" category="Volume/HFR" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="HiResW-ARW-AK" category="Volume/HiResW" />
|
||||
<vbSource key="HiResW-ARW-East" category="Volume/HiResW" />
|
||||
<vbSource key="HiResW-ARW-GU" category="Volume/HiResW" />
|
||||
<vbSource key="HiResW-ARW-HI" category="Volume/HiResW" />
|
||||
<vbSource key="HiResW-ARW-SJU" category="Volume/HiResW" />
|
||||
<vbSource key="HiResW-ARW-West" category="Volume/HiResW" />
|
||||
<vbSource key="HiResW-NMM-AK" category="Volume/HiResW" />
|
||||
<vbSource key="HiResW-NMM-East" category="Volume/HiResW" />
|
||||
<vbSource key="HiResW-NMM-GU" category="Volume/HiResW" />
|
||||
<vbSource key="HiResW-NMM-HI" category="Volume/HiResW" />
|
||||
<vbSource key="HiResW-NMM-SJU" category="Volume/HiResW" />
|
||||
<vbSource key="HiResW-NMM-West" category="Volume/HiResW" />
|
||||
<vbSource key="HRRR" category="Volume" />
|
||||
<vbSource key="HWRF" category="Volume" />
|
||||
<vbSource key="LAMPQPF" category="Volume" />
|
||||
<vbSource key="LAPS" category="Volume" />
|
||||
<vbSource key="ETA218" category="Volume" />
|
||||
<vbSource key="mesoEta212" category="Volume" />
|
||||
<vbSource key="ETA" category="Volume" />
|
||||
<vbSource key="ETA207" category="Volume" />
|
||||
<vbSource key="nogaps" name="NAVGEM" category="Volume" />
|
||||
<vbSource key="RUC130" category="Volume" />
|
||||
<vbSource key="RAP200" category="Volume" />
|
||||
<vbSource key="RUC236" category="Volume" />
|
||||
<vbSource key="GFS254" category="Volume" />
|
||||
<vbSource key="SREF243" category="Volume" />
|
||||
<vbSource key="RSM" category="Volume" />
|
||||
<vbSource key="GFS161" category="Volume" />
|
||||
<vbSource key="SREF212" category="Volume" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="UKMET-NorthernHemisphere" category="Volume" />
|
||||
<vbSource key="GEFS" category="Volume" />
|
||||
<vbSource key="NCOM-ALASKA" category="Volume/NCOM" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="NCOM-AMSEAS" category="Volume/NCOM" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="NCOM-HAWAII" category="Volume/NCOM" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="NCOM-SOCAL" category="Volume/NCOM" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="NCOM-USEAST" category="Volume/NCOM" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="GEFS" name="GEFS" category="Ensemble" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="SREF212" name="SREF" category="Ensemble" views="PLANVIEW TIMESERIES" />
|
||||
<vbSource key="HREF-US" name="HREF-CONUS" category="Ensemble/HREF" views="PLANVIEW TIMESERIES"/>
|
||||
<vbSource key="HREF-AK" category="Ensemble/HREF" views="PLANVIEW TIMESERIES"/>
|
||||
<vbSource key="HREF-HI" category="Ensemble/HREF" views="PLANVIEW TIMESERIES"/>
|
||||
<vbSource key="HREF-SJU" category="Ensemble/HREF" views="PLANVIEW TIMESERIES"/>
|
||||
<vbSource key="HRRRX" category="Volume" />
|
||||
<vbSource key="NAM5" category="Volume" />
|
||||
<vbSource key="NAM12" category="Volume" />
|
||||
<vbSource key="NAM20" category="Volume" />
|
||||
<vbSource key="NAM40" category="Volume" />
|
||||
<vbSource key="NamDNG" category="Volume" />
|
||||
<vbSource key="NAVGEM" category="Volume" />
|
||||
<vbSource key="NDFD" category="Volume" />
|
||||
<vbSource key="NationalBlend" category="Volume" />
|
||||
<vbSource key="RTMA" category="Volume" />
|
||||
<vbSource key="URMA25" category="Volume" />
|
||||
<vbSource key="RAP13" category="Volume" />
|
||||
<vbSource key="RAP20" category="Volume" />
|
||||
<vbSource key="RAP40" category="Volume" />
|
||||
<vbSource key="NOHRSC-SNOW" category="Volume" />
|
||||
<vbSource key="FNMOC-FAROP" category="Volume" />
|
||||
<vbSource key="FNMOC-NCODA" category="Volume" />
|
||||
<vbSource key="FNMOC-WW3" category="Volume" />
|
||||
<vbSource key="WaveWatch" category="Volume" />
|
||||
<vbSource key="GLERL" category="Volume" />
|
||||
<vbSource key="WaveWatch-WNA-Hurr" category="Volume" />
|
||||
<vbSource key="WaveWatch-ENP-Hurr" category="Volume" />
|
||||
<vbSource key="WaveWatch-WNA" category="Volume" />
|
||||
<vbSource key="WaveWatch-ENP" category="Volume" />
|
||||
<vbSource key="WaveWatch-AK" category="Volume" />
|
||||
</vbSourceList>
|
||||
|
|
|
@ -1,29 +0,0 @@
|
|||
<?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.
|
||||
-->
|
||||
|
||||
<!--
|
||||
Refer to edex/modes/README.txt for documentation
|
||||
-->
|
||||
<edexModes>
|
||||
<mode name="ingestHydro">
|
||||
<include>ndm-ingest.xml</include>
|
||||
</mode>
|
||||
</edexModes>
|
|
@ -1,49 +0,0 @@
|
|||
<?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.
|
||||
-->
|
||||
|
||||
<!--
|
||||
Refer to edex/modes/README.txt for documentation
|
||||
-->
|
||||
<edexModes>
|
||||
<mode name="ingest">
|
||||
<exclude>grib-decode.xml</exclude>
|
||||
<exclude>ncgrib-file-endpoint.xml</exclude>
|
||||
<exclude>grid-staticdata-process.xml</exclude>
|
||||
</mode>
|
||||
<mode name="ingestGrib">
|
||||
<include>time-common.xml</include>
|
||||
<include>auth-common.xml</include>
|
||||
<include>python-common.xml</include>
|
||||
<include>grib-decode.xml</include>
|
||||
<include>ncgrib-file-endpoint.xml</include>
|
||||
<include>grid-staticdata-process.xml</include>
|
||||
<include>level-common.xml</include>
|
||||
<include>levelhandler-common.xml</include>
|
||||
<include>grid-common.xml</include>
|
||||
<include>gridcoverage-common.xml</include>
|
||||
<include>parameter-common.xml</include>
|
||||
<include>persist-ingest.xml</include>
|
||||
<include>management-common.xml</include>
|
||||
<include>database-common.xml</include>
|
||||
<include>event-ingest.xml</include>
|
||||
<includeMode>statsTemplate</includeMode>
|
||||
</mode>
|
||||
</edexModes>
|
|
@ -1,57 +0,0 @@
|
|||
<?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.
|
||||
-->
|
||||
|
||||
<!--
|
||||
Refer to edex/modes/README.txt for documentation
|
||||
-->
|
||||
<edexModes>
|
||||
<mode name="ingest">
|
||||
<exclude>ebxml.*\.xml</exclude>
|
||||
</mode>
|
||||
<mode name="ebxmlRegistry" template="true">
|
||||
<includeMode>statsTemplate</includeMode>
|
||||
<include>database-common.xml</include>
|
||||
<include>dataaccess-common.xml</include>
|
||||
<include>time-common.xml</include>
|
||||
<include>auth-common.xml</include>
|
||||
<include>auth-request.xml</include>
|
||||
<include>management-common.xml</include>
|
||||
<include>event-common.xml</include>
|
||||
<include>purge-logs.xml</include>
|
||||
<include>ebxml.*\.xml</include>
|
||||
<include>eventbus-common.xml</include>
|
||||
<include>edex-security.xml</include>
|
||||
<include>geo-common.xml</include>
|
||||
<include>utility-request.xml</include>
|
||||
<include>utility-common.xml</include>
|
||||
<include>request-service</include>
|
||||
</mode>
|
||||
|
||||
<mode name="registry">
|
||||
<includeMode>ebxmlRegistry</includeMode>
|
||||
</mode>
|
||||
|
||||
<mode name="centralRegistry">
|
||||
<!-- Central Registry production mode -->
|
||||
<includeMode>ebxmlRegistry</includeMode>
|
||||
<include>stats-ingest.xml</include>
|
||||
</mode>
|
||||
</edexModes>
|
|
@ -78,7 +78,7 @@ class EdexQpidIngest:
|
|||
if server == 'ev':
|
||||
server = 'cpv1'
|
||||
# Make connection to QPID
|
||||
self.qpidIngest = qpidingest.IngestViaQPID(host=server, port=5672, program="qpidNotify")
|
||||
self.qpidIngest = qpidingest.IngestViaQPID(host="localhost", port=5672, program="qpidNotify")
|
||||
|
||||
def sendToIngest(self, args):
|
||||
size = len(args)
|
||||
|
|
|
@ -68,7 +68,6 @@ popd > /dev/null 2>&1
|
|||
|
||||
for dir in \
|
||||
"${RPM_BUILD_ROOT}/awips2/cave" \
|
||||
"${RPM_BUILD_ROOT}/etc/xdg/autostart" \
|
||||
"${RPM_BUILD_ROOT}/etc/profile.d" \
|
||||
"${RPM_BUILD_ROOT}/usr/share/applications" \
|
||||
; do
|
||||
|
@ -103,14 +102,10 @@ if [ $? -ne 0 ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
# text-workstation autostart script.
|
||||
# cave applications script.
|
||||
CAVE_SCRIPTS_DIR="%{_baseline_workspace}/rpms/%{_component_project_dir}/scripts"
|
||||
TEXTWS_AUTO_SCRIPT="${CAVE_SCRIPTS_DIR}/autostart/textws_left.desktop"
|
||||
cp ${TEXTWS_AUTO_SCRIPT} ${RPM_BUILD_ROOT}/etc/xdg/autostart
|
||||
if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
cp ${TEXTWS_AUTO_SCRIPT} ${RPM_BUILD_ROOT}/usr/share/applications
|
||||
CAVE_AUTO_SCRIPT="${CAVE_SCRIPTS_DIR}/applications/cave.desktop"
|
||||
cp ${CAVE_AUTO_SCRIPT} ${RPM_BUILD_ROOT}/usr/share/applications
|
||||
if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
@ -175,8 +170,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
%defattr(644,root,root,-)
|
||||
/etc/profile.d/awips2Cave.csh
|
||||
/etc/profile.d/awips2Cave.sh
|
||||
/etc/xdg/autostart/textws_left.desktop
|
||||
/usr/share/applications/textws_left.desktop
|
||||
/usr/share/applications/cave.desktop
|
||||
|
||||
%defattr(644,awips,fxalpha,755)
|
||||
/awips2/cave/*.ini
|
||||
|
@ -186,8 +180,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
%dir /awips2/cave/caveEnvironment
|
||||
/awips2/cave/caveEnvironment/*
|
||||
/awips2/cave/*.sh
|
||||
/awips2/cave/cave.png
|
||||
/awips2/cave/VizUpdater.jar
|
||||
|
||||
# not a noarch RPM due to the presence of the architecture-specific libraries.
|
||||
%dir /awips2/cave/lib64
|
||||
/awips2/cave/lib64/*
|
||||
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Encoding=UTF-8
|
||||
Version=1.0
|
||||
Name=AWIPS CAVE
|
||||
Comment=Unidata AWIPS CAVE Visualization Client
|
||||
Icon=/awips2/cave/cave.png
|
||||
Exec=/awips2/cave/cave.sh
|
||||
Categories=Network;WebBrowser
|
||||
X-Desktop-File-Install-Version=0.15
|
|
@ -1,9 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Name=Launch TextWS left monitor
|
||||
Icon=/awips/fxa/data/awips.gif
|
||||
Name[en_US]=Launch TextWS left monitor
|
||||
Icon[en_US]=/awips/fxa/data/awips.gif
|
||||
Exec=/awips2/cave/textWS.sh -monitor 1
|
|
@ -28,7 +28,7 @@ foreach $path(@paths)
|
|||
`$syscmd`;
|
||||
|
||||
# $syscmd=" /awips2/python/bin/python /awips2/ldm/dev/notifyAWIPS2-unidata.py $outPath/$file";
|
||||
$syscmd=" /awips2/python/bin/python /awips2/fxa/bin/src/qpidNotify/qpidNotify.py $outPath/$file";
|
||||
$syscmd="sudo su - awips -c \"/awips2/python/bin/python /awips2/fxa/bin/src/qpidNotify/qpidNotify.py $outPath/$file\"";
|
||||
|
||||
print "\t$syscmd\n";
|
||||
`$syscmd`;
|
||||
|
|
Loading…
Add table
Reference in a new issue