awips2/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/marineWeatherStatement.xml
Brian.Dyke 1d9494a502 Merge branch 'master_14.2.2' into master_14.3.1 CM-MERGE:14.2.2-17,-18,-19,-20,-21,-22,-23,-24 into 14.3.1
Conflicts:
	cave/com.raytheon.viz.mpe.ui/src/com/raytheon/viz/mpe/ui/dialogs/RadarBiasTableDialog.java
	cave/com.raytheon.viz.warngen/src/com/raytheon/viz/warngen/gui/WarngenDialog.java
	cave/com.raytheon.viz.warngen/src/com/raytheon/viz/warngen/gui/WarngenLayer.java
	cave/com.raytheon.viz.warngen/src/com/raytheon/viz/warngen/template/TemplateRunner.java
	edexOsgi/com.raytheon.edex.plugin.shef/src/com/raytheon/edex/plugin/shef/database/PostShef.java
	edexOsgi/com.raytheon.uf.edex.activetable/src/com/raytheon/uf/edex/activetable/ActiveTable.java

Former-commit-id: 590e37a8f2 [formerly 301f3094be] [formerly 9abb02ea8a] [formerly 590e37a8f2 [formerly 301f3094be] [formerly 9abb02ea8a] [formerly 270d2b0ddb [formerly 9abb02ea8a [formerly b209604e1f0d6e790980d0bc8f1760e38f448076]]]]
Former-commit-id: 270d2b0ddb
Former-commit-id: b9da27608c [formerly bbe6ec4d50] [formerly 4f6e23e0fe3a5044b75abe6a89c965ab32b19947 [formerly 37aacfcb96]]
Former-commit-id: ea25ca2fdedff8bbe1c901d0538886147f633e65 [formerly b9daa26f7d]
Former-commit-id: 803ceadaec
2014-08-04 13:10:13 -04:00

175 lines
12 KiB
XML
Executable file

<!--Generic Marine Weather Statement configuration -->
<!-- Modified by Phil Kurimski WFO DTX 25 January 2012
Phil Kurimski WFO DTX 27 February 2012
Evan Bookbinder 09-11-2012 Added settings for locations shapefile
Added new areaSource objects
Phil Kurimski 09-19-2013 added geospatialConfig.xml
-->
<warngenConfig>
<!-- INCLUDE ALL GEOSPTATIAL INFORMATION FOR THIS PRODUCT
ANY pointSource/areaSource/pathcastConfig OVERRIDES TO THAT FILE CAN BE
PLACED IN FULL BELOW THE INCLUDE LINE BELOW. -->
<include file="geospatialConfig_MARINE.xml"/>
<!-- Include Various geospatial XML files to create their objects. These are *NOT*
turned on unless the corresponding .vm file is turned on in a given template's .vm file
-->
<include file="mileMarkers.xml"/>
<!-- To enable, make sure mileMarkers.vm is added/uncommented in a WarnGen template's .vm file -->
<include file="pointMarkers.xml"/>
<!-- To enable, make sure pointMarkers.vm is added/uncommented in a WarnGen template's .vm file -->
<!-- Config distance/speed units -->
<unitDistance>nmi</unitDistance>
<unitSpeed>kn</unitSpeed>
<!-- Maps to load on template selection. Refer to 'Maps' menu in CAVE.
The various menu items are also the different maps
that can be loaded with each template. -->
<maps>
<map>Coastal Marine Zones</map>
</maps>
<!-- Followups: VTEC actions of allowable followups when this template is selected
Each followup will become available when the appropriate time range permits.
-->
<followups>
<followup>NEW</followup>
<followup>COR</followup>
</followups>
<!-- Phensigs: The list of phenomena and significance combinations that this template applies to -->
<phensigs>
<phensig>MA.S</phensig>
</phensigs>
<!-- Enables/disables user from selecting the Restart button the GUI -->
<enableRestart>true</enableRestart>
<!-- Enable/disables the system to lock text based on various patterns -->
<autoLockText>true</autoLockText>
<!-- Included watches: If a tornado watch or severe thunderstorm watch is to be
included with the warning product include TO.A and/or SV.A,
respectively. Please refer to 'includedWatchAreaBuffer' in <areaConfig/>. -->
<includedWatches>
<includedWatch>TO.A</includedWatch>
<includedWatch>SV.A</includedWatch>
</includedWatches>
<!-- durations: the list of possible durations -->
<defaultDuration>60</defaultDuration>
<durations>
<duration>10</duration>
<duration>15</duration>
<duration>20</duration>
<duration>25</duration>
<duration>30</duration>
<duration>40</duration>
<duration>45</duration>
<duration>50</duration>
<duration>60</duration>
<duration>90</duration>
<duration>120</duration>
</durations>
<!-- Customized several sections in bullet section including:
Placed Basis Section at the top to come in line with SVR templates
Added Satellite Imagery to Basis Section
Removed line selections in Basis Section
Line phenomena will be determined by Track Type
Added Shower...Cloud and Front to Event Type Section
Added a Threat Section with selections for Wind...Hail and Waterspouts
Added CTA statements for the possibility of a SMW
Changed the CTA Bullet names for easier parsing in the vm file
Added Special Event option to Pathcast section
Placed CTA section at the bottom to come in line with SVR templates -->
<bulletActionGroups>
<bulletActionGroup action="NEW" phen="MA" sig="S">
<bullets>
<bullet bulletText=" *****BASIS SECTION*****...(Choose 1) " bulletType="title"/>
<bullet bulletName="doppler" bulletText="Doppler radar indicated" bulletGroup="group5" bulletDefault="true" parseString="DOPPLER RADAR INDICATED"/>
<bullet bulletName="marineSpotter" bulletText="Marine weather spotters reported" bulletGroup="group5" parseString="MARINE WEATHER SPOTTERS REPORTED"/>
<bullet bulletName="mariner" bulletText="Mariner reported" bulletGroup="group5" parseString="A MARINER REPORTED"/>
<bullet bulletName="public" bulletText="Public reported" bulletGroup="group5" parseString="THE PUBLIC REPORTED"/>
<bullet bulletName="satellite" bulletText="Satellite imagery indicated" bulletGroup="group5" parseString="SATELLITE IMAGERY INDICATED"/>
<bullet bulletName="pilot" bulletText="Pilot reported" bulletGroup="group5" parseString="A PILOT REPORTED"/>
<bullet bulletText="" bulletType="title"/>
<bullet bulletText=" ****EVENT TYPE SECTION****...(Choose 1) " bulletType="title"/>
<bullet bulletName="thunderstorm" bulletText="Thunderstorm" bulletGroup="group1" bulletDefault="true" parseString="THUNDERSTORM"/>
<bullet bulletName="shower" bulletText="Shower" bulletGroup="group1" parseString="SHOWER"/>
<bullet bulletName="cloud" bulletText="Cloud" bulletGroup="group1" parseString="CLOUD"/>
<bullet bulletName="front" bulletText="Front" bulletGroup="group1" parseString="FRONT"/>
<bullet bulletName="fog" bulletText="Dense Fog" bulletGroup="group1" parseString="DENSE FOG"/>
<bullet bulletText="" bulletType="title"/>
<bullet bulletText=" ****HAIL SECTION****(Choose if applicable)... " bulletType="title"/>
<bullet bulletName="smallHail" bulletText="Small Hail" bulletGroup="group4" parseString="SMALL HAIL"/>
<bullet bulletText="" bulletType="title"/>
<bullet bulletText=" *****HEADLINE SECTION*****...(Choose 1) " bulletType="title"/>
<bullet bulletName="noHead" bulletText="No Headline" bulletGroup="group2" bulletDefault="true" parseString="OVER THE WATERS"/>
<bullet bulletName="approachHead" bulletText="Approaching waters" bulletGroup="group2" parseString="APPROACHING THE WATERS"/>
<bullet bulletName="overHead" bulletText="Over the waters" bulletGroup="group2" parseString="OVER THE WATERS"/>
<bullet bulletText="" bulletType="title"/>
<bullet bulletText="*********** Pathcast Section **********" bulletType="title"/>
<bullet bulletName="pathcast" bulletText="select for pathcast" bulletGroup="group3" parseString="WILL BE NEAR..."/>
<bullet bulletName="listoflocations" bulletText="Select for a list of locations" bulletGroup="group3"/>
<bullet bulletName="specialEvent" bulletText="Special heads-up for large event/venue" parseString="THOSE ATTENDING"/>
<bullet bulletText="" bulletType="title"/>
<bullet bulletText=" *****Call to Action SECTION*****" bulletType="title"/>
<bullet bulletName="genericCTA" bulletText="Generic thunderstorm marine call to action" bulletDefault="true" parseString="LOCALLY HIGHER WAVES...AND LIGHTNING STRIKES"/>
<bullet bulletName="heavyRainCTA" bulletText="Thunderstorm with heavy rain" parseString="LOCALLY HIGHER WAVES...LIGHTNING STRIKES...AND HEAVY DOWNPOURS"/>
<bullet bulletName="possibleSmwCTA" bulletText="HEADS-UP - SMW MAY be needed" bulletGroup="specmarine" parseString="SPECIAL MARINE WARNING MAY EVENTUALLY"/>
<bullet bulletName="likelySmwCTA" bulletText="HEADS-UP - SMW will LIKELY be needed" bulletGroup="specmarine" parseString="SPECIAL MARINE WARNING WILL LIKELY"/>
<bullet bulletName="lightningCTA" bulletText="Intense lightning" parseString="INTENSE LIGHTNING IS OCCURRING WITH THIS STORM"/>
<bullet bulletName="reportCTA" bulletText="Report severe weather to coast guard" parseString="REPORT SEVERE WEATHER TO THE COAST GUARD"/>
<bullet bulletName="fogCTA" bulletText="Dense fog" parseString="DENSE FOG WAS REDUCING VISIBILITIES TO"/>
<bullet bulletName="includeTorWatches" bulletText="Include Tornado Watches" bulletDefault="true" parseString=""/>
<bullet bulletName="includeSvrWatches" bulletText="Include Severe Thunderstorm Watches" bulletDefault="true" parseString=""/>
</bullets>
</bulletActionGroup>
<bulletActionGroup action="COR" phen="MA" sig="S">
<bullets>
<bullet bulletText=" *****BASIS SECTION*****...(Choose 1) " bulletType="title"/>
<bullet bulletName="doppler" bulletText="Doppler radar indicated" bulletGroup="group5" bulletDefault="true" parseString="DOPPLER RADAR INDICATED"/>
<bullet bulletName="marineSpotter" bulletText="Marine weather spotters reported" bulletGroup="group5" parseString="MARINE WEATHER SPOTTERS REPORTED"/>
<bullet bulletName="mariner" bulletText="Mariner reported" bulletGroup="group5" parseString="A MARINER REPORTED"/>
<bullet bulletName="public" bulletText="Public reported" bulletGroup="group5" parseString="THE PUBLIC REPORTED"/>
<bullet bulletName="satellite" bulletText="Satellite imagery indicated" bulletGroup="group5" parseString="SATELLITE IMAGERY INDICATED"/>
<bullet bulletName="pilot" bulletText="Pilot reported" bulletGroup="group5" parseString="A PILOT REPORTED"/>
<bullet bulletText="" bulletType="title"/>
<bullet bulletText=" ****EVENT TYPE SECTION****...(Choose 1) " bulletType="title"/>
<bullet bulletName="thunderstorm" bulletText="Thunderstorm" bulletGroup="group1" bulletDefault="true" parseString="THUNDERSTORM"/>
<bullet bulletName="shower" bulletText="Shower" bulletGroup="group1" parseString="SHOWER"/>
<bullet bulletName="cloud" bulletText="Cloud" bulletGroup="group1" parseString="CLOUD"/>
<bullet bulletName="front" bulletText="Front" bulletGroup="group1" parseString="FRONT"/>
<bullet bulletName="fog" bulletText="Dense Fog" bulletGroup="group1" parseString="DENSE FOG"/>
<bullet bulletText="" bulletType="title"/>
<bullet bulletText=" ****HAIL SECTION****(Choose if applicable)... " bulletType="title"/>
<bullet bulletName="smallHail" bulletText="Small Hail" bulletGroup="group4" parseString="SMALL HAIL"/>
<bullet bulletText="" bulletType="title"/>
<bullet bulletText=" *****HEADLINE SECTION*****...(Choose 1) " bulletType="title"/>
<bullet bulletName="approachHead" bulletText="Approaching waters" bulletGroup="group2" parseString="APPROACHING THE WATERS"/>
<bullet bulletName="overHead" bulletText="Over the waters" bulletGroup="group2" parseString="OVER THE WATERS"/>
<bullet bulletText="" bulletType="title"/>
<bullet bulletText="*********** Pathcast Section **********" bulletType="title"/>
<bullet bulletName="pathcast" bulletText="select for pathcast" bulletGroup="pcast" parseString="WILL BE NEAR..."/>
<bullet bulletName="listoflocations" bulletText="Select for a list of locations" bulletGroup="pcast" parseString="&quot;LOCATIONS&quot;,&quot;INCLUDE...&quot;"/>
<bullet bulletName="listoflocations" bulletText="Select for a list of locations" bulletGroup="pcast" parseString="WILL REMAIN OVER" showString="WILL REMAIN OVER"/>
<bullet bulletName="specialEvent" bulletText="Special heads-up for large event/venue" parseString="THOSE ATTENDING"/>
<bullet bulletText="" bulletType="title"/>
<bullet bulletText=" *****Call to Action SECTION*****" bulletType="title"/>
<bullet bulletName="genericCTA" bulletText="Generic thunderstorm marine call to action" bulletDefault="true" parseString="LOCALLY HIGHER WAVES...AND LIGHTNING STRIKES"/>
<bullet bulletName="heavyRainCTA" bulletText="Thunderstorm with heavy rain" parseString="LOCALLY HIGHER WAVES...LIGHTNING STRIKES...AND HEAVY DOWNPOURS"/>
<bullet bulletName="possibleSmwCTA" bulletText="HEADS-UP - SMW MAY be needed" parseString="SPECIAL MARINE WARNING MAY EVENTUALLY"/>
<bullet bulletName="likelySmwCTA" bulletText="HEADS-UP - SMW will LIKELY be needed" parseString="SPECIAL MARINE WARNING WILL LIKELY"/>
<bullet bulletName="lightningCTA" bulletText="Intense lightning" parseString="INTENSE LIGHTNING IS OCCURRING WITH THIS STORM"/>
<bullet bulletName="reportCTA" bulletText="Report severe weather to coast guard" parseString="REPORT SEVERE WEATHER TO THE COAST GUARD"/>
<bullet bulletName="fogCTA" bulletText="Dense fog" parseString="DENSE FOG WAS REDUCING VISIBILITIES TO"/>
<bullet bulletName="includeTorWatches" bulletText="Include Tornado Watches" bulletDefault="true" parseString=""/>
<bullet bulletName="includeSvrWatches" bulletText="Include Severe Thunderstorm Watches" bulletDefault="true" parseString=""/>
</bullets>
</bulletActionGroup>
</bulletActionGroups>
</warngenConfig>