more build updates for 16.1.4-15 from moe

This commit is contained in:
mjames-upc 2016-05-18 09:33:18 -06:00
parent a13d8bdeed
commit 41e328f176
113 changed files with 39567 additions and 438 deletions

View file

@ -1,5 +1,5 @@
### EDEX localization related variables ###
export AW_SITE_IDENTIFIER=OAX
export AW_SITE_IDENTIFIER=BOU
## Cluster id can be set to the cluster's id (example:tbw for dx1-tbwo)
## it will be autogenerated if not set
export CLUSTER_ID

View file

@ -1,5 +1,5 @@
<project default="main" basedir=".">
<property name="localization.sites" value="OAX" />
<property name="localization.sites" value="BOU" />
<property name="deploy.python" value="true" />
<!--
The python packages to deploy - provided that

View file

@ -187,9 +187,6 @@
<antcall target="p2.build.repo">
<param name="feature" value="com.raytheon.uf.viz.kml.export.feature" />
</antcall>
<antcall target="p2.build.repo">
<param name="feature" value="com.raytheon.uf.viz.nwsauth.feature" />
</antcall>
<antcall target="p2.build.repo">
<param name="feature" value="com.raytheon.viz.gfe.feature" />
</antcall>
@ -234,9 +231,6 @@
<antcall target="p2.build.repo">
<param name="feature" value="com.raytheon.uf.viz.thinclient.feature" />
</antcall>
<antcall target="p2.build.repo">
<param name="feature" value="com.raytheon.uf.viz.useradmin.feature" />
</antcall>
<antcall target="p2.build.repo">
<param name="feature" value="com.raytheon.uf.viz.registry.feature" />
</antcall>
@ -259,11 +253,6 @@
<antcall target="p2.build.repo">
<param name="feature" value="com.raytheon.uf.viz.ncep.npp.feature" />
</antcall>
<!--
<antcall target="p2.build.repo">
<param name="feature" value="com.raytheon.viz.avnfps.feature" />
</antcall>
-->
<antcall target="p2.build.repo">
<param name="feature" value="com.raytheon.uf.viz.dat.feature" />
</antcall>
@ -282,6 +271,9 @@
<antcall target="p2.build.repo">
<param name="feature" value="gov.noaa.gsd.viz.ensemble.feature" />
</antcall>
<antcall target="p2.build.repo">
<param name="feature" value="edu.wisc.ssec.cimss.viz.convectprob.feature" />
</antcall>
<antcall target="cleanup.features" />
</target>

View file

@ -30,7 +30,6 @@
<import feature="com.raytheon.uf.viz.core.feature" version="1.0.0.qualifier"/>
<import feature="com.raytheon.uf.viz.d2d.core.feature" version="1.0.0.qualifier"/>
<import feature="com.raytheon.uf.viz.displays.feature" version="1.0.0.qualifier"/>
<!-- <import feature="com.raytheon.viz.avnfps.feature" version="1.0.0.qualifier"/>-->
<import feature="com.raytheon.viz.satellite.feature" version="1.0.0.qualifier"/>
</requires>

View file

@ -3,5 +3,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="/org.jep/jep-3.3.6.jar" sourcepath="/org.jep/jep.src-3.3.6.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View file

@ -100,7 +100,6 @@
<feature id="com.raytheon.uf.viz.d2d.skewt.feature" version="1.0.0.qualifier"/>
<feature id="com.raytheon.viz.volumebrowser.feature" version="1.0.0.qualifier"/>
<feature id="com.raytheon.uf.viz.acarssounding.feature" version="1.0.0.qualifier"/>
<feature id="com.raytheon.viz.avnfps.feature" version="1.0.0.qualifier"/>
<feature id="com.raytheon.viz.hydro.feature" version="1.0.0.qualifier"/>
<feature id="com.raytheon.uf.viz.dat.feature" version="1.0.0.qualifier"/>
<feature id="com.raytheon.uf.viz.d2d.gfe.feature" version="1.0.0.qualifier"/>

View file

@ -110,17 +110,18 @@
<param name="feature"
value="com.raytheon.uf.edex.remote.script.feature" />
</antcall>
<!-- SPECIAL CASE -->
<if>
<equals arg1="${lightning}" arg2="true" />
<then>
<antcall target="build">
<param name="feature"
value="com.raytheon.uf.edex.binlightning.feature" />
</antcall>
</then>
</if>
<antcall target="build">
<param name="feature"
value="edu.wisc.ssec.cimss.edex.convectprob.feature" />
</antcall>
<antcall target="build">
<param name="feature"
value="com.raytheon.uf.edex.binlightning.feature" />
</antcall>
<antcall target="build">
<param name="feature"
value="gov.nasa.msfc.sport.edex.sportlma.feature" />
</antcall>
</target>
<!--

View file

@ -1,5 +1,5 @@
### EDEX localization related variables ###
export AW_SITE_IDENTIFIER=OAX
export AW_SITE_IDENTIFIER=BOU
## Cluster id can be set to the cluster's id (example:tbw for dx1-tbwo)
## it will be autogenerated if not set
export CLUSTER_ID

View file

@ -72,13 +72,6 @@
id="com.raytheon.uf.edex.archive.feature"
version="0.0.0"/>
<!-- Comment out this include before checking in. This plugin only for debugging. -->
<!--
<includes
id="com.raytheon.uf.edex.archive.feeder.feature"
version="0.0.0"/>
-->
<includes
id="com.raytheon.uf.edex.text.feature"
version="0.0.0"/>
@ -142,10 +135,13 @@
<includes
id="gov.noaa.nws.sr.oun.edex.mping.feature"
version="0.0.0"/>
<includes
id="com.raytheon.uf.edex.goesr.feature"
version="0.0.0"/>
<includes
id="edu.wisc.ssec.cimss.edex.convectprob.feature"
version="0.0.0"/>
</feature>

View file

@ -183,9 +183,9 @@ public class SmartInitQueue {
*
* <pre>
* Examples:
* OAX_GRID_D2D_RAP13_20100923_0900 or
* OAX_GRID_D2D_RAP13_20100923_0900:1 or
* OAX_GRID_D2D_RAP13_20100923_0900:1:myRAP13
* OAX_GRID_D2D_RUC13_20100923_0900 or
* OAX_GRID_D2D_RUC13_20100923_0900:1 or
* OAX_GRID_D2D_RUC13_20100923_0900:1:myRUC13
* </pre>
*/
public void addManualInit(String init) {
@ -285,9 +285,9 @@ public class SmartInitQueue {
return rval;
}
// OAX_GRID_D2D_RAP13_20100923_0900 or
// OAX_GRID_D2D_RAP13_20100923_0900:1 or
// OAX_GRID_D2D_RAP13_20100923_0900:1:myRAP13
// OAX_GRID_D2D_RUC13_20100923_0900 or
// OAX_GRID_D2D_RUC13_20100923_0900:1 or
// OAX_GRID_D2D_RUC13_20100923_0900:1:myRUC13
String[] tokens = initName.split("[:]");
int index = tokens[0].indexOf("_GRID_D2D_");

View file

@ -55,7 +55,7 @@ class Procedure (SmartScript.SmartScript):
tr = self.createTimeRange(0, 60, "Database", dbID)
self.copyCmd(elements, dbID, tr)
#Copy
dbID = self.findDatabase("RAP40")
dbID = self.findDatabase("RUC80")
tr = self.createTimeRange(0, 12, "Database", dbID)
self.copyCmd(elements, dbID, tr)

View file

@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<aliasList caseSensitive="true" namespace="gfeParamInfo">
<alias base="MOSGuide-Hawaii">mosGuideNDFD</alias>
<alias base="AK-GFS22">gfs20</alias>
<alias base="GFS20">gfs20</alias>
<alias base="GFS-EPAC20">gfs20</alias>
<alias base="PR-GFS20">gfs20</alias>
<alias base="ESTOFS">ESTOFS</alias>
<alias base="PR-ESTOFS">ESTOFS</alias>
<alias base="MOSGuide-HI">mosGuideNDFD</alias>
<alias base="GFS217">gfs20km</alias>
<alias base="GFS215">gfs20km</alias>
<alias base="GFS20-PAC">gfs20km</alias>
<alias base="GFS20-PRICO">gfs20km</alias>
<alias base="estofsAK">ESTOFS</alias>
<alias base="estofsEP">ESTOFS</alias>
<alias base="estofsHI">ESTOFS</alias>
<alias base="estofsPR">ESTOFS</alias>
<alias base="estofsUS">ESTOFS</alias>
<alias base="GLERL">glerl</alias>
<alias base="GLWN">GRLKwave</alias>
<alias base="MPE-Local">localMPE</alias>
@ -23,7 +23,7 @@
<alias base="AK-NOGAPS">nogaps</alias>
<alias base="CanadianModel">localMPE</alias>
<alias base="UKMET-MODEL1">ukmetNH</alias>
<alias base="UKMET-Global">ukmetNH</alias>
<alias base="UKMET-NorthernHemisphere">ukmetNH</alias>
<alias base="UKMET37">ukmetNH</alias>
<alias base="UKMET38">ukmetNH</alias>
<alias base="UKMET39">ukmetNH</alias>
@ -35,7 +35,7 @@
<alias base="ukmet">ukmetNH</alias>
<alias base="ukmet2">ukmetNH</alias>
<alias base="ukmet228">ukmetNH</alias>
<alias base="ETA">NAM80</alias>
<alias base="ETA">eta211</alias>
<alias base="AVN">avn202</alias>
<alias base="NGM">ngm211</alias>
<alias base="MRF">mrf202</alias>
@ -45,20 +45,21 @@
<alias base="MRF24">mrf202</alias>
<alias base="MRF25">mrf202</alias>
<alias base="MRF26">mrf202</alias>
<alias base="GFS-NH">gfs201</alias>
<alias base="GFS201">gfs201</alias>
<alias base="mrfNH">mrf201</alias>
<alias base="GFS95">gfs213</alias>
<alias base="GFS213">gfs213</alias>
<alias base="NGM213">ngm213</alias>
<alias base="NGM202">ngm202</alias>
<alias base="GFS80">avn211</alias>
<alias base="NAM20">NAM20</alias>
<alias base="NAM40">NAM40</alias>
<alias base="AVN211">avn211</alias>
<alias base="mesoEta212">mesoEta212</alias>
<alias base="mesoEta215">mesoEta215</alias>
<alias base="ETA212">eta212</alias>
<alias base="AVN203">avn203</alias>
<alias base="MRF203">mrf203</alias>
<alias base="MRF204">mrf204</alias>
<alias base="MRF205">mrf205</alias>
<alias base="NGM207">ngm207</alias>
<alias base="AK-NAM95">AK-NAM95</alias>
<alias base="ETA207">eta207</alias>
<alias base="AVN-NorthernHemisphere">avnNH</alias>
<alias base="AVN37">avnNH</alias>
<alias base="AVN38">avnNH</alias>
@ -68,7 +69,7 @@
<alias base="AVN42">avnNH</alias>
<alias base="AVN43">avnNH</alias>
<alias base="AVN44">avnNH</alias>
<alias base="WaveWatch">gww233</alias>
<alias base="GWW233">gww233</alias>
<alias base="GWW21">gww233</alias>
<alias base="GWW22">gww233</alias>
<alias base="GWW23">gww233</alias>
@ -77,28 +78,28 @@
<alias base="SeaIce220">seaIce219</alias>
<alias base="SeaIce173">seaIce219</alias>
<alias base="SeaIce235">seaIce219</alias>
<alias base="RAP40">RAP40</alias>
<alias base="Hawaii-GFS80">avn225</alias>
<alias base="WaveWatch-AK">akWave239</alias>
<alias base="WaveWatch-WNA">wnaWave238</alias>
<alias base="AK-NAM45">AK-NAM45</alias>
<alias base="AK-NAM22">AK-NAM22</alias>
<alias base="NAM12">NAM12</alias>
<alias base="AK-NAM11">AK-NAM11</alias>
<alias base="WaveWatch-ENP">enpWave253</alias>
<alias base="RUC236">ruc236</alias>
<alias base="AVN225">avn225</alias>
<alias base="AKWAVE239">akWave239</alias>
<alias base="WNAWAVE238">wnaWave238</alias>
<alias base="mesoEta216">mesoEta216</alias>
<alias base="mesoEta217">mesoEta217</alias>
<alias base="ETA218">eta218</alias>
<alias base="ETA242">eta242</alias>
<alias base="ENPWAVE253">enpWave253</alias>
<alias base="HurWind226">TPCtcm226</alias>
<alias base="HurWind175">TCPtcm175</alias>
<alias base="HurWind250">TPCtpm250</alias>
<alias base="NICICE">nic218</alias>
<alias base="AK-NICICE">nic242</alias>
<alias base="DGEX">dgex</alias>
<alias base="AK-DGEX">dgexAK</alias>
<alias base="GFS40">gfs212</alias>
<alias base="AK-GFS">gfs160</alias>
<alias base="GFS-EPAC40">gfs254</alias>
<alias base="PR-GFS">gfs161</alias>
<alias base="DGEX185">dgex185</alias>
<alias base="DGEX186">dgex186</alias>
<alias base="GFS212">gfs212</alias>
<alias base="GFS160">gfs160</alias>
<alias base="GFS254">gfs254</alias>
<alias base="GFS161">gfs161</alias>
<alias base="GFS199">gfs161</alias>
<alias base="RAP13">RAP13</alias>
<alias base="RUC130">ruc130</alias>
<alias base="RTMA25">rtmaNDFD</alias>
<alias base="URMA25">urmaNDFD</alias>
<alias base="NamDNG5">NamDNG5</alias>
@ -117,18 +118,18 @@
<alias base="HiResW-ARW-West">HiResW-arwWest</alias>
<alias base="HiResW-ARW-AK">HiResW-arwAK</alias>
<alias base="HiResW-ARW-SJU">HiResW-arwSJU</alias>
<alias base="HiResW-ARW-Hawaii">HiResW-arwHI</alias>
<alias base="HiResW-ARW-HI">HiResW-arwHI</alias>
<alias base="HiResW-ARW-GU">HiResW-arwGU</alias>
<alias base="HiResW-NMM-East">HiResW-nmmEast</alias>
<alias base="HiResW-NMM-West">HiResW-nmmWest</alias>
<alias base="HiResW-NMM-AK">HiResW-nmmAK</alias>
<alias base="HiResW-NMM-SJU">HiResW-nmmSJU</alias>
<alias base="HiResW-NMM-Hawaii">HiResW-nmmHI</alias>
<alias base="HiResW-NMM-HI">HiResW-nmmHI</alias>
<alias base="HiResW-NMM-GU">HiResW-nmmGU</alias>
<alias base="GRLKwave">GRLKwave</alias>
<alias base="MSAS">msas</alias>
<alias base="GFSSouthernHemisphere">gfs201</alias>
<alias base="PR-NAM">NAM12</alias>
<alias base="mesoEta237">eta218</alias>
<alias base="ENSEMBLE">ensembleNH</alias>
<alias base="ENSEMBLE37">ensembleNH</alias>
<alias base="ENSEMBLE38">ensembleNH</alias>
@ -139,8 +140,8 @@
<alias base="ENSEMBLE43">ensembleNH</alias>
<alias base="ENSEMBLE44">ensembleNH</alias>
<alias base="SREF212">sref212</alias>
<alias base="AK-SREF45">sref216</alias>
<alias base="SREF-EPac">sref243</alias>
<alias base="SREF216">sref216</alias>
<alias base="SREF243">sref243</alias>
<alias base="RTGSST">RTGSST235</alias>
<alias base="GFSGuide">gfsGuide232</alias>
<alias base="AK-RTMA3">OCONUSrtmaNDFD</alias>
@ -172,7 +173,7 @@
<alias base="ecmwf">ecmwf</alias>
<alias base="ECMWFHiRes">ecmwf</alias>
<alias base="ECMWF-HiRes">ecmwf</alias>
<alias base="ECMF-Global">ecmfNH</alias>
<alias base="ECMF-NorthernHemisphere">ecmfNH</alias>
<alias base="ECMF1">ecmfNH</alias>
<alias base="ECMF2">ecmfNH</alias>
<alias base="ECMF3">ecmfNH</alias>

View file

@ -8,7 +8,7 @@
Mar 31, 2014 #2934 dgilling Updated params for pSurge2.0/PHISH data.
Jul 03, 2014 DR 14068 mfoster Added parameters for 3km AK-RTMA
Dec 15, 2014 DR 14024 jwatson Added parameters for 2.5km GFSLAMPGrid
Feb 24, 2015 DR 16671 byin Added HPBL for RAP13
Feb 24, 2015 DR 16671 byin Added HPBL for RUC13
May 21, 2015 DR 17515 bhunder Added parameters for URMA25
Jun 29, 2015 #4537 rferrel Added parameters for HRRR.
Oct 08, 2015 #4958 dgilling Added parameters for NationalBlend.

View file

@ -2,7 +2,7 @@
<!--
Mar 20, 2013 #1774 randerso Added forecast hours out to 18
Jun 19, 2013 #2044 randerso Updated to match model
Feb 24 20153 DCS14537 byin Added HPBL for RAP13
Feb 24 20153 DCS14537 byin Added HPBL for RUC13
-->
<gridParamInfo xmlns:ns2="group">
<valtimeMINUSreftime>

View file

@ -0,0 +1,446 @@
<?xml version="1.0" encoding="UTF-8"?>
<gridParamInfo xmlns:ns2="group">
<valtimeMINUSreftime>
<fcst>0</fcst>
<fcst>10800</fcst>
<fcst>21600</fcst>
<fcst>32400</fcst>
<fcst>43200</fcst>
</valtimeMINUSreftime>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>pvv</short_name>
<long_name>Pressure vertical velocity</long_name>
<units>Pa/s</units>
<udunits>pascal/second</udunits>
<uiname>Pvv</uiname>
<valid_range>-2.5</valid_range>
<valid_range>2.5</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>5</n3D>
<levelsDesc>MB 850 700 500 300 200</levelsDesc>
<levels>
<level>MB850</level>
<level>MB700</level>
<level>MB500</level>
<level>MB300</level>
<level>MB200</level>
</levels>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>pot</short_name>
<long_name>potential temperature at tropopause</long_name>
<units>K</units>
<udunits>degree_Kelvin</udunits>
<uiname>Tp</uiname>
<valid_range>180.0</valid_range>
<valid_range>330.0</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>0</n3D>
<levelsDesc>TROP</levelsDesc>
<levels>
<level>TROP</level>
</levels>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>weasd</short_name>
<long_name>water equivalent of accumulated snow depth</long_name>
<units>mm</units>
<udunits>millimeter</udunits>
<uiname>waterEqvAccSnowDepth</uiname>
<valid_range>0.0</valid_range>
<valid_range>1000.0</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>0</n3D>
<levelsDesc>SFC</levelsDesc>
<levels>
<level>SFC</level>
</levels>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>staticSpacing</short_name>
<long_name>Grid spacing</long_name>
<units>meters</units>
<fillValue>-99999.0</fillValue>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>vw</short_name>
<long_name>v wind component</long_name>
<units>m/s</units>
<udunits>meter/sec</udunits>
<uiname>vWind</uiname>
<valid_range>-150.0</valid_range>
<valid_range>150.0</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>20</n3D>
<levelsDesc>FHAG 10 MB 1000-100 by 50 BL 0&gt;30 60&gt;90 150&gt;180 MAXW TROP</levelsDesc>
<levels>
<level>FHAG10</level>
<level>MB1000</level>
<level>MB950</level>
<level>MB900</level>
<level>MB850</level>
<level>MB800</level>
<level>MB750</level>
<level>MB700</level>
<level>MB650</level>
<level>MB600</level>
<level>MB550</level>
<level>MB500</level>
<level>MB450</level>
<level>MB400</level>
<level>MB350</level>
<level>MB300</level>
<level>MB250</level>
<level>MB200</level>
<level>MB150</level>
<level>MB100</level>
<level>TROP</level>
<level>MAXW</level>
<level>BL030</level>
<level>BL6090</level>
<level>BL150180</level>
</levels>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>cp</short_name>
<long_name>convective precipitation</long_name>
<units>mm</units>
<udunits>millimeter</udunits>
<uiname>convPrecip</uiname>
<valid_range>0.0</valid_range>
<valid_range>1000.0</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>0</n3D>
<levelsDesc>SFC</levelsDesc>
<levels>
<level>SFC</level>
</levels>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>gh</short_name>
<long_name>Geopotential height</long_name>
<units>m</units>
<udunits>meters</udunits>
<uiname>geoPotHt</uiname>
<valid_range>-2000.0</valid_range>
<valid_range>20000.0</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>19</n3D>
<levelsDesc>MB 1000-100 by 50 FRZ</levelsDesc>
<levels>
<level>MB1000</level>
<level>MB950</level>
<level>MB900</level>
<level>MB850</level>
<level>MB800</level>
<level>MB750</level>
<level>MB700</level>
<level>MB650</level>
<level>MB600</level>
<level>MB550</level>
<level>MB500</level>
<level>MB450</level>
<level>MB400</level>
<level>MB350</level>
<level>MB300</level>
<level>MB250</level>
<level>MB200</level>
<level>MB150</level>
<level>MB100</level>
<level>FRZ</level>
</levels>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>pw</short_name>
<long_name>precipitable water</long_name>
<units>mm</units>
<udunits>millimeter</udunits>
<uiname>precipH2O</uiname>
<valid_range>0.0</valid_range>
<valid_range>300.0</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>0</n3D>
<levelsDesc>EA</levelsDesc>
<levels>
<level>EA</level>
</levels>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>heli</short_name>
<long_name>helicity</long_name>
<units>m/s2</units>
<udunits>meter/second2</udunits>
<uiname>hel</uiname>
<valid_range>0.0</valid_range>
<valid_range>1000.0</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>0</n3D>
<levelsDesc>SFC</levelsDesc>
<levels>
<level>SFC</level>
</levels>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>tp</short_name>
<long_name>total precipitation</long_name>
<units>mm</units>
<udunits>millimeter</udunits>
<uiname>totPrecip</uiname>
<valid_range>0.0</valid_range>
<valid_range>1000.0</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>0</n3D>
<levelsDesc>SFC</levelsDesc>
<levels>
<level>SFC</level>
</levels>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>staticCoriolis</short_name>
<long_name>Coriolis parameter</long_name>
<units>/s</units>
<fillValue>-99999.0</fillValue>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>rh</short_name>
<long_name>Relative humidity</long_name>
<units>%</units>
<udunits>percent</udunits>
<uiname>rh</uiname>
<valid_range>0.0</valid_range>
<valid_range>100.0</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>20</n3D>
<levelsDesc>FHAG 2 MB 1000-100 by 50 BL 0&gt;30 60&gt;90 150&gt;180 FRZ</levelsDesc>
<levels>
<level>FHAG2</level>
<level>MB1000</level>
<level>MB950</level>
<level>MB900</level>
<level>MB850</level>
<level>MB800</level>
<level>MB750</level>
<level>MB700</level>
<level>MB650</level>
<level>MB600</level>
<level>MB550</level>
<level>MB500</level>
<level>MB450</level>
<level>MB400</level>
<level>MB350</level>
<level>MB300</level>
<level>MB250</level>
<level>MB200</level>
<level>MB150</level>
<level>MB100</level>
<level>FRZ</level>
<level>BL030</level>
<level>BL6090</level>
<level>BL150180</level>
</levels>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>sli</short_name>
<long_name>Surface lifted index</long_name>
<units>K</units>
<udunits>degree_Kelvin</udunits>
<uiname>LftInd</uiname>
<valid_range>-20.0</valid_range>
<valid_range>20.0</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>0</n3D>
<levelsDesc>SFC</levelsDesc>
<levels>
<level>SFC</level>
</levels>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>mmsp</short_name>
<units>Pa</units>
<udunits>pascal</udunits>
<uiname>MAPSMSL</uiname>
<valid_range>80000.0</valid_range>
<valid_range>110000.0</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>0</n3D>
<levelsDesc>MSL</levelsDesc>
<levels>
<level>MSL</level>
</levels>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>cape</short_name>
<long_name>Convective Available Potential Energy</long_name>
<units>J/kg</units>
<udunits>joule/Kilogram</udunits>
<uiname>CAPE</uiname>
<valid_range>0.0</valid_range>
<valid_range>6000.0</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>0</n3D>
<levelsDesc>SFC</levelsDesc>
<levels>
<level>SFC</level>
</levels>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>staticTopo</short_name>
<long_name>Topography</long_name>
<units>meters</units>
<fillValue>-99999.0</fillValue>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>uw</short_name>
<long_name>u wind component</long_name>
<units>m/s</units>
<udunits>meter/sec</udunits>
<uiname>uWind</uiname>
<valid_range>-150.0</valid_range>
<valid_range>150.0</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>20</n3D>
<levelsDesc>FHAG 10 MB 1000-100 by 50 BL 0&gt;30 60&gt;90 150&gt;180 MAXW TROP</levelsDesc>
<levels>
<level>FHAG10</level>
<level>MB1000</level>
<level>MB950</level>
<level>MB900</level>
<level>MB850</level>
<level>MB800</level>
<level>MB750</level>
<level>MB700</level>
<level>MB650</level>
<level>MB600</level>
<level>MB550</level>
<level>MB500</level>
<level>MB450</level>
<level>MB400</level>
<level>MB350</level>
<level>MB300</level>
<level>MB250</level>
<level>MB200</level>
<level>MB150</level>
<level>MB100</level>
<level>TROP</level>
<level>MAXW</level>
<level>BL030</level>
<level>BL6090</level>
<level>BL150180</level>
</levels>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>cin</short_name>
<long_name>Convective Inhibition</long_name>
<units>J/kg</units>
<udunits>joule/Kilogram</udunits>
<uiname>convInhib</uiname>
<valid_range>-1000.0</valid_range>
<valid_range>1000.0</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>0</n3D>
<levelsDesc>SFC</levelsDesc>
<levels>
<level>SFC</level>
</levels>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>pr</short_name>
<long_name>precipitation rate</long_name>
<units>mm/s</units>
<udunits>millimeter/s</udunits>
<uiname>precipRate</uiname>
<valid_range>0.0</valid_range>
<valid_range>0.10000000149</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>0</n3D>
<levelsDesc>SFC</levelsDesc>
<levels>
<level>SFC</level>
</levels>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>p</short_name>
<long_name>pressure</long_name>
<units>Pa</units>
<udunits>pascal</udunits>
<uiname>atmP</uiname>
<valid_range>0.0</valid_range>
<valid_range>110000.0</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>1</n3D>
<levelsDesc>SFC FRZ MAWX TROP</levelsDesc>
<levels>
<level>SFC</level>
<level>TROP</level>
<level>FRZ</level>
<level>MAXW</level>
</levels>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>bli</short_name>
<long_name>Best lifted index</long_name>
<units>K</units>
<udunits>degree_Kelvin</udunits>
<uiname>bestLftInd</uiname>
<valid_range>-20.0</valid_range>
<valid_range>20.0</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>0</n3D>
<levelsDesc>SFC</levelsDesc>
<levels>
<level>SFC</level>
</levels>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>t</short_name>
<long_name>Temperature</long_name>
<units>K</units>
<udunits>degree_Kelvin</udunits>
<uiname>T</uiname>
<valid_range>180.0</valid_range>
<valid_range>330.0</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>20</n3D>
<levelsDesc>FHAG 2 MB 1000-100 by 50 BL 0&gt;30 60&gt;90 150&gt;180</levelsDesc>
<levels>
<level>FHAG2</level>
<level>MB1000</level>
<level>MB950</level>
<level>MB900</level>
<level>MB850</level>
<level>MB800</level>
<level>MB750</level>
<level>MB700</level>
<level>MB650</level>
<level>MB600</level>
<level>MB550</level>
<level>MB500</level>
<level>MB450</level>
<level>MB400</level>
<level>MB350</level>
<level>MB300</level>
<level>MB250</level>
<level>MB200</level>
<level>MB150</level>
<level>MB100</level>
<level>BL030</level>
<level>BL6090</level>
<level>BL150180</level>
</levels>
</gridParameterInfo>
<gridParameterInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="parameterInfo">
<short_name>lgsp</short_name>
<long_name>large scale precipitation</long_name>
<units>mm</units>
<udunits>millimeter</udunits>
<uiname>lgScalePrecip</uiname>
<valid_range>0.0</valid_range>
<valid_range>1000.0</valid_range>
<fillValue>-99999.0</fillValue>
<n3D>0</n3D>
<levelsDesc>SFC</levelsDesc>
<levels>
<level>SFC</level>
</levels>
</gridParameterInfo>
</gridParamInfo>

View file

@ -20,13 +20,13 @@
from Init import *
##--------------------------------------------------------------------------
## Module that calculates surface weather elements from RAP13 model
## Module that calculates surface weather elements from RUC13 model
## output.
##
##--------------------------------------------------------------------------
class RAP13Forecaster(Forecaster):
class RUC13Forecaster(Forecaster):
def __init__(self):
Forecaster.__init__(self, "RAP13")
Forecaster.__init__(self, "RUC13")
##--------------------------------------------------------------------------
## These levels will be used to create vertical soundings. These are
@ -560,4 +560,4 @@ class RAP13Forecaster(Forecaster):
return lal
def main():
RAP13Forecaster().run()
RUC13Forecaster().run()

View file

@ -19,13 +19,13 @@
##
from Init import *
##--------------------------------------------------------------------------
## Module that calculates surface weather elements from RAP40 model
## Module that calculates surface weather elements from RUC80 model
## output.
##
##--------------------------------------------------------------------------
class RAP40Forecaster(Forecaster):
class RUC80Forecaster(Forecaster):
def __init__(self):
Forecaster.__init__(self, "RAP40")
Forecaster.__init__(self, "RUC80")
##--------------------------------------------------------------------------
## These levels will be used to create vertical soundings. These are
@ -556,4 +556,4 @@ class RAP40Forecaster(Forecaster):
return lal
def main():
RAP40Forecaster().run()
RUC80Forecaster().run()

View file

@ -41,7 +41,7 @@ from os.path import dirname
from os.path import abspath
from os.path import join
from awips import ThriftClient
from ufpy import ThriftClient
from dynamicserialize.dstypes.com.raytheon.uf.common.dataplugin.gfe.request import ConfigureTextProductsRequest
SCRIPT_DIR = abspath(dirname(argv[0]))

View file

@ -63,6 +63,9 @@
<alias base="OPCWave181">OPCWave-NE-PAC</alias>
<alias base="OPCWave182">OPCWave-TE-PAC</alias>
<alias base="RTGSSTHR">RTG-SST-HR-Analysis</alias>
<alias base="RAP13">RAP13</alias>
<alias base="RAP40">RAP40</alias>
<alias base="URMA25">URMA25</alias>
<alias base="RTGSST">RTG-SST-Analysis</alias>
<alias base="UKMET37">UKMET</alias>
<alias base="UKMET38">UKMET</alias>

View file

@ -291,10 +291,10 @@ shefdecode_log : $(shefdecode_dir)/logs/decoder # daily log files location
shef_error_dir : $(shefdecode_dir)/logs/product # product log files location
shef_keeperror : ALWAYS # keep product log files (=ALWAYS) or
# only when errors occur (=IF_ERROR)
shef_perflog : ON # ON/OFF - create a separate performance log file to
shef_perflog : OFF # ON/OFF - create a separate performance log file to
# save internal decoder timing messages for
# monitoring performance
shef_data_log : ON # ON/OFF - include messages in the log file detailing
shef_data_log : OFF # ON/OFF - include messages in the log file detailing
the SHEF records
dupmess : ON # ON/OFF - include messages in the log file about
# duplicate data
@ -314,7 +314,7 @@ shef_duplicate : IF_DIFFERENT # flag for handling duplicate date
# IF_DIFFERENT-overwrite if new value is different
# IF_DIFFERENT_OR_REVCODE-overwrite if new value is
# different or revcode is set
shef_load_ingest : ON # ON/OFF - automatically load the IngestFilter table or not
shef_load_ingest : OFF # ON/OFF - automatically load the IngestFilter table or not
# with (station id-PEDTSE) combinations as they
# arrive in the input data flow
shef_storetext : OFF # ON/OFF - post/don't post raw encoded SHEF text messages
@ -409,8 +409,8 @@ build_hourly_enable : ON # Enable the build_hourly application
# The following tokens are most likely to be customized by the user
# (the first 4 MUST be customized at each site in the .Apps_defaults_site file)
# ----------------------------------------------------------------
hv_center_lat : 35.0 # HydroView center latitude
hv_center_lon : -97.8 # HydroView center longitude
hv_center_lat : 40.0 # HydroView center latitude
hv_center_lon : -105.0 # HydroView center longitude
hv_height_in_pixels : 900 # Hydroview map height in pixels
hv_width_in_pixels : 1200 # Hydroview map width in pixels
hv_map_width : 320 # HydroView map width (nautical miles)
@ -689,7 +689,7 @@ dpa_arch_dir : $(pproc_local_data)/stage1_archive # DPA archives
dpa_wind : 10
dpa_filter_decode : ON # flag for non-top-of-hour
dpa_filter_decode : OFF # flag for non-top-of-hour
# filtering of decoded products
# ON - filter products for decode
# OFF - do not filter (ie decode all products)

View file

@ -0,0 +1,26 @@
<?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.
-->
<requestPatterns xmlns:ns2="group">
<regex>^SDUS5. .... ...... ..DHR.*</regex>
<regex>^RadarServer.*.32</regex>
<regex>^RadarServer.*.80</regex>
<regex>^RadarServer.*.138</regex>
</requestPatterns>

View file

@ -0,0 +1,25 @@
<?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.
-->
<requestPatterns xmlns:ns2="group">
<regex>^SDUS5. .... ...... ..DPA.*</regex>
<regex>^.{4}.81.*</regex>
<regex>^RadarServer.*.81</regex>
</requestPatterns>

View file

@ -0,0 +1,221 @@
0 41013 33.4800 -77.5800 0 1.448
0 41025 35.1500 -75.2900 0 0.909
0 42041 27.2200 -90.4200 0 162.574
0 42054 26.0000 -87.8000 0 185.079
0 44017 40.7000 -72.0000 0 110.876
0 44018 41.3000 -69.2000 0 91.018
0 44039 41.1400 -72.6600 0 73.940
0 44040 40.9600 -73.5800 0 59.447
0 44251 46.4400 -53.3900 0 249.578
0 45012 43.6000 -77.4000 75 45.930
0 45132 42.4700 -81.2200 0 131.133
0 45139 43.4000 -79.4000 0 101.254
0 45147 42.4300 -82.6800 0 86.527
0 45148 49.6400 -94.5600 0 478.724
0 45149 43.5400 -82.0700 0 86.916
0 45151 44.5000 -79.3700 0 194.270
0 45152 46.2300 -79.7200 0 257.216
0 45154 46.0500 -82.6400 0 81.785
0 46047 32.4330 -119.5330 0 186.101
0 46053 34.2360 -119.8470 0 55.541
0 46063 34.2510 -120.6650 0 19.870
0 46066 52.7000 -155.0000 0 113.344
0 46069 33.6500 -120.2000 0 72.683
0 46072 52.0200 -172.1000 0 606.691
0 46080 58.0000 -150.0000 0 218.846
0 46081 60.7800 -148.2000 0 89.623
0 46082 59.6100 -143.6700 0 231.822
0 46086 32.5000 -118.0000 0 143.988
0 46401 46.6300 -170.7900 0 1222.300
0 46402 50.4400 -165.0200 0 523.004
0 46403 52.6500 -156.9280 0 112.327
0 ACMN4 39.3800 -74.4200 0 31.782
0 ALNM4 45.0400 -83.4400 0 61.040
0 AMAA2 58.9200 -151.9500 33 94.792
0 ARPF1 28.4300 -82.6600 0 32.353
0 AUGA2 59.3800 -153.3500 11 414.591
0 AVAN4 39.0900 -74.7310 0 70.093
0 BABT2 27.3000 -97.4200 0 55.809
0 BRBN4 39.6100 -74.2000 0 113.019
0 CHII2 41.9200 -87.5700 0 59.031
0 DRFA2 60.5500 -152.1400 17 146.466
0 EGKF1 27.6000 -82.7600 0 61.155
0 FILA2 59.3300 -151.9900 18 45.640
0 GLPT2 29.2900 -94.7900 0 37.121
0 HSSF1 28.7700 -82.7100 0 51.587
0 KNSW3 42.5800 -87.8000 0 48.249
0 LKPL1 30.3100 -90.2800 0 147.139
0 LUML1 29.2500 -90.6600 0 6.740
0 MCYI3 41.7200 -86.9100 0 106.006
0 MKGM4 43.2200 -86.3400 0 82.471
0 MLWW3 43.0100 -87.8800 0 79.649
0 NFBF1 25.0800 -81.0900 0 35.346
0 PCNT2 28.4500 -96.4000 0 93.872
0 PILA2 59.7400 -149.4700 32 195.831
0 PMYF1 26.9900 -80.6200 3 72.200
0 PTRF1 28.2800 -82.7300 0 14.585
0 RSJT2 26.8000 -97.4700 0 77.528
0 RTOT2 27.7600 -96.9800 0 10.390
0 SAUM4 42.6700 -86.2100 0 62.056
0 SGOF1 29.4100 -84.8600 20 56.343
0 SHPF1 30.0600 -84.2900 0 72.526
0 TAML1 29.1900 -90.6700 0 124.759
0 TARF1 28.1500 -82.7500 0 113.405
0 TRBL1 29.1700 -90.5800 0 9.014
0 91204 9.9000 139.7000 0 299.943
0 91222 18.1300 145.7700 0 1411.806
0 91251 11.4300 162.3500 0 894.252
0 91328 8.6000 149.6700 0 613.788
0 91338 5.2800 153.6500 0 309.973
0 91343 7.6300 155.1600 0 1877.410
0 91352 6.2100 160.7000 0 267.247
0 91355 5.3600 162.9600 0 678.171
0 91365 8.9300 165.7500 0 464.382
0 91374 8.7000 171.2000 0 305.616
0 91377 6.1000 172.1000 0 3823.048
0 91411 8.3000 137.5000 0 6633.733
0 91442 4.6000 168.7000 0 411.640
0 41001 34.6800 -72.6400 0 1599.423
0 41002 32.2700 -75.1900 0 261.923
0 41004 32.5100 -79.1000 0 178.025
0 41008 31.4000 -80.8700 0 357.218
0 41009 28.5000 -80.1800 0 164.769
0 41010 28.8900 -78.5500 0 796.754
0 42001 25.9300 -89.6500 0 373.917
0 42002 25.8900 -93.5700 0 406.971
0 42003 25.9400 -85.9100 0 3242.022
0 42007 30.0900 -88.7700 0 540.007
0 42019 27.9200 -95.3500 0 167.370
0 42020 26.9200 -96.7000 0 106.910
0 42035 29.2500 -94.4100 0 58.265
0 42036 28.5100 -84.5100 0 153.138
0 42039 28.7800 -86.0400 0 118.927
0 42040 29.2000 -88.2500 0 110.973
0 44004 38.4600 -70.6900 0 454.859
0 44005 42.9000 -68.8900 0 159.436
0 44007 43.5300 -70.1400 0 123.139
0 44008 40.5000 -69.4300 0 230.939
0 44009 38.4600 -74.7000 0 158.738
0 44011 41.0800 -66.5800 0 380.353
0 44013 42.3500 -70.6900 0 369.106
0 44014 36.5800 -74.8300 0 93.588
0 44025 40.2500 -73.1700 0 291.621
0 45001 48.0600 -87.7800 0 47.249
0 45002 45.3000 -86.4200 0 285.370
0 45003 45.3200 -82.7700 0 417.101
0 45004 47.5600 -86.5500 0 154.247
0 45005 41.6800 -82.4000 0 267.266
0 45006 47.3200 -89.8700 0 70.228
0 45007 42.6700 -87.0200 0 625.928
0 45008 44.2800 -82.4200 0 118.876
0 46001 56.3000 -148.1700 0 706.553
0 46002 42.5300 -130.2600 0 486.897
0 46003 51.8500 -155.9200 0 1516.702
0 46005 46.0800 -131.0000 0 338.245
0 46006 40.8400 -137.4900 0 1847.429
0 46011 34.8800 -120.8700 0 20.989
0 46012 37.3900 -122.7300 0 76.607
0 46013 38.2300 -123.3300 0 574.937
0 46014 39.2200 -123.9700 0 123.271
0 46022 40.7400 -124.5100 0 289.260
0 46023 34.7100 -120.9700 0 32.642
0 46025 33.7500 -119.0800 0 59.061
0 46026 37.7500 -122.8200 0 40.802
0 46027 41.8500 -124.3900 0 123.813
0 46028 35.7400 -121.8800 0 305.304
0 46029 46.1800 -124.1900 0 316.100
0 46030 40.4200 -124.5300 0 35.617
0 46035 56.9100 -177.8100 0 6677.808
0 46041 47.4200 -124.5200 0 140.129
0 46042 36.7500 -122.4100 0 121.931
0 46045 33.8400 -118.4500 0 5087.485
0 46050 44.6200 -124.5300 0 36.422
0 46054 34.2700 -120.4500 0 190.318
0 46059 37.9800 -130.0000 0 717.315
0 46060 60.5800 -146.8300 0 40.024
0 46061 60.2200 -146.8300 0 96.060
0 46062 35.1000 -121.0100 0 105.527
0 51001 23.4000 -162.2700 0 2754.844
0 51002 17.1900 -157.8300 0 565.327
0 51003 19.1400 -160.8100 0 382.208
0 51004 17.4400 -152.5100 0 1213.068
0 51028 0.0000 -153.8800 0 20011.945
0 ABAN6 44.3300 -75.9300 0 5.191
0 ALSN6 40.4600 -73.8300 0 60.595
0 BLIA2 60.8400 -146.8800 0 29.034
0 BURL1 28.9000 -89.4300 0 146.910
0 BUZM3 41.4000 -71.0300 0 109.304
0 CARO3 43.3400 -124.3800 0 805.339
0 CDRF1 29.1400 -83.0300 0 233.232
0 CHLV2 36.9000 -75.7100 0 80.127
0 CLKN7 34.6200 -76.5200 0 159.674
0 CSBF1 29.6700 -85.3600 0 332.005
0 DBLN6 42.4900 -79.3500 0 948.798
0 DESW1 47.6800 -124.4900 0 28.994
0 DISW3 47.0800 -90.7300 0 217.481
0 DPIA1 30.2500 -88.0700 0 69.594
0 DRYF1 24.6400 -82.8600 0 101.105
0 DSLN7 35.1500 -75.3000 0 121.512
0 DUCN7 36.1800 -75.7500 0 308.456
0 FBIS1 32.6800 -79.8900 0 76.372
0 FFIA2 57.2700 -133.6300 0 2621.802
0 FPSN7 33.4900 -77.5900 0 474.537
0 FWYF1 25.5900 -80.1000 0 165.834
0 GDIL1 29.2700 -89.9600 0 65.907
0 GLLN6 43.8900 -76.4500 0 37.445
0 IOSN3 42.9700 -70.6200 0 69.168
0 KTNF1 29.8200 -83.5900 0 93.020
0 LKWF1 26.6100 -80.0300 0 103.819
0 LONF1 24.8400 -80.8600 0 111.389
0 LPOI1 48.0600 -116.5000 0 1535.756
0 MDRM1 43.9700 -68.1300 0 128.245
0 MISM1 43.7800 -68.8600 0 62.201
0 MLRF1 25.0100 -80.3800 0 51.955
0 MRKA2 61.0800 -146.6600 0 538.504
0 NWPO3 44.6100 -124.0700 0 143.357
0 PILM4 48.2200 -88.3700 0 2486.295
0 POTA2 61.0600 -146.7000 0 3.093
0 PTAC1 38.9600 -123.7400 0 35.064
0 PTAT2 27.8300 -97.0500 0 1124.022
0 PTGC1 34.5800 -120.6500 0 39.042
0 ROAM4 47.8700 -89.3100 0 79.972
0 SANF1 24.4600 -81.8800 0 295.731
0 SAUF1 29.8600 -81.2600 0 175.231
0 SGNW3 43.7500 -87.6900 0 131.774
0 SISW1 48.3200 -122.8400 0 235.710
0 SMKF1 24.6300 -81.1100 0 34.386
0 SPGF1 26.7000 -78.9900 0 247.293
0 SRST2 29.6700 -94.0500 0 356.842
0 STDM4 47.1800 -87.2200 0 65.801
0 SUPN6 44.4700 -75.8000 0 361.153
0 THIN6 44.3000 -75.9800 0 23.701
0 TPLM2 38.9000 -76.4400 0 468.405
0 TTIW1 48.3900 -124.7400 0 103.253
0 VENF1 27.0700 -82.4500 0 366.433
0 WPOW1 47.6600 -122.4400 0 79.183
0 SVLS1 31.9500 -80.6800 0 63.735
0 44131 44.5000 -66.7000 0 1040.883
0 44028 41.4000 -71.1000 0 5.837
0 SBIO1 41.6300 -82.8400 0 36.970
0 46147 51.8000 -131.2000 0 116.579
0 46145 54.4000 -132.4000 0 122.990
0 46131 49.9000 -125.0000 0 652.662
0 45135 43.8000 -76.9000 0 115.117
0 46183 53.6000 -131.1000 0 153.000
0 46181 53.8000 -128.8000 0 490.846
0 46185 52.4000 -129.8000 0 166.909
0 46204 51.4000 -128.7000 0 100.466
0 46207 50.9000 -129.9000 0 330.944
0 46208 52.5000 -132.7000 0 216.774
0 46205 54.2000 -134.3000 0 302.034
0 46184 53.9000 -138.9000 0 499.746
0 46004 51.0000 -135.8000 0 319.696
0 46132 49.7000 -127.9000 0 194.851
0 46146 49.3000 -123.7000 0 114.995
0 46206 48.8000 -126.0000 0 142.129
0 46036 48.4000 -133.9000 0 886.949
0 44142 42.5000 -64.1000 0 259.180
0 44137 41.6000 -60.0000 0 595.768
0 44141 42.0000 -56.1000 0 317.788
0 44138 44.2000 -53.6000 0 10823.185
0 44144 43.8000 -60.7000 0 251.186

View file

@ -0,0 +1,35 @@
0 CHE 43.5000 -95.6000 9999 0.000
0 CRL 42.0000 -95.0000 9999 0.000
0 RDD 40.6900 -94.4700 9999 0.000
0 WSC 44.1000 -93.5000 9999 0.000
0 HNR 41.5900 -95.3400 375 0.000
0 CNN 38.3700 -93.7900 9999 0.000
0 EAX 38.8100 -94.2600 333 0.000
0 HSI 40.3200 -98.4400 626 0.000
0 KMCI 39.3200 -94.7200 312 0.000
0 KMKC 39.1200 -94.6000 231 0.000
0 KSTJ 39.7700 -94.9200 249 0.000
0 KMHK 39.1300 -96.6700 322 0.000
0 KTOP 39.0700 -95.6200 270 0.000
0 KFOE 38.9500 -95.6700 329 0.000
0 KRSL 38.8700 -98.8200 568 0.000
0 KSLN 38.8000 -97.6500 388 0.000
0 KDSM 41.5300 -93.6500 294 0.000
0 KMCW 43.1500 -93.3300 370 0.000
0 SLB 42.6000 -95.2300 454 0.000
0 KOMA 41.3000 -95.9000 299 0.000
0 KLNK 40.8400 -96.7500 362 0.000
0 KGRI 40.9700 -98.3200 566 0.000
0 FNB 40.0800 -95.6000 300 0.000
0 KOFK 41.9800 -97.4300 473 0.000
0 KSUX 42.4000 -96.3800 336 0.000
0 OAX 41.3200 -96.3700 350 0.000
0 KFSD 43.5800 -96.7300 435 0.000
0 KYKN 42.9200 -97.3800 398 0.000
0 KMHE 43.7700 -98.0300 397 0.000
0 KFRM 43.6500 -94.4200 354 0.000
0 P#8 40.1000 -97.3400 433 0.000
0 P#9 42.2100 -97.7900 524 0.000
0 P#A 41.9000 -93.7000 315 0.000
0 P#G 38.3100 -97.3000 447 0.000
0 P#I 39.5800 -94.1900 297 0.000

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,37 @@
KSFO
KLAX
CYVR
KSEA
KLAS
KPHX
KSLC
CYYC
CYWG
KDEN
KDFW
KIAH
MMMX
KMCI
KMSP
KORD
KSTL
KMEM
KIND
KCYG
KDTW
KCLT
KPIT
CYYZ
KMCO
KATL
KMIA
KRDU
KDCA
KJFK
KBOS
CYOW
CYQB
KCOS
KPUB
KGJT
KALS

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,35 @@
0 CHE 43.5000 -95.6000 9999 0.000
0 CRL 42.0000 -95.0000 9999 0.000
0 RDD 40.6900 -94.4700 9999 0.000
0 WSC 44.1000 -93.5000 9999 0.000
0 HNR 41.5900 -95.3400 375 0.000
0 CNN 38.3700 -93.7900 9999 0.000
0 EAX 38.8100 -94.2600 333 0.000
0 HSI 40.3200 -98.4400 626 0.000
0 KMCI 39.3200 -94.7200 312 0.000
0 KMKC 39.1200 -94.6000 231 0.000
0 KSTJ 39.7700 -94.9200 249 0.000
0 KMHK 39.1300 -96.6700 322 0.000
0 KTOP 39.0700 -95.6200 270 0.000
0 KFOE 38.9500 -95.6700 329 0.000
0 KRSL 38.8700 -98.8200 568 0.000
0 KSLN 38.8000 -97.6500 388 0.000
0 KDSM 41.5300 -93.6500 294 0.000
0 KMCW 43.1500 -93.3300 370 0.000
0 SLB 42.6000 -95.2300 454 0.000
0 KOMA 41.3000 -95.9000 299 0.000
0 KLNK 40.8400 -96.7500 362 0.000
0 KGRI 40.9700 -98.3200 566 0.000
0 FNB 40.0800 -95.6000 300 0.000
0 KOFK 41.9800 -97.4300 473 0.000
0 KSUX 42.4000 -96.3800 336 0.000
0 OAX 41.3200 -96.3700 350 0.000
0 KFSD 43.5800 -96.7300 435 0.000
0 KYKN 42.9200 -97.3800 398 0.000
0 KMHE 43.7700 -98.0300 397 0.000
0 KFRM 43.6500 -94.4200 354 0.000
0 P#8 40.1000 -97.3400 433 0.000
0 P#9 42.2100 -97.7900 524 0.000
0 P#A 41.9000 -93.7000 315 0.000
0 P#G 38.3100 -97.3000 447 0.000
0 P#I 39.5800 -94.1900 297 0.000

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,359 @@
9002 PAOT 66.8667 -162.6333 5 778.528
9005 PAOM 64.5153 -165.4403 5 291.214
9006 PABE 60.7833 -161.8442 36 628.890
9008 PAMC 62.9667 -155.6167 103 406.464
9009 PAFA 64.8153 -147.8772 135 617.907
9014 PAFC 61.1569 -149.9864 50 355.463
9016 PASN 57.1167 -170.2167 10 714.235
9017 PACB 55.2081 -162.7233 30 509.769
9018 PAKN 58.6794 -156.6683 15 265.915
9019 PADQ 57.7500 -152.4833 4 1668.441
9020 PAYA 59.5080 -139.6719 12 765.462
9021 PANT 55.0394 -131.5781 37 688.281
9022 PASY 52.7300 174.1000 39 635.352
9023 70454 51.8830 -176.6500 8 2930.051
9024 CYVQ 65.2800 -126.8000 60 747.703
9025 CWSY 71.9830 -125.2800 84 1466.102
9029 CYUX 68.7800 -81.2500 7 793.622
9030 CYLT 82.5000 -62.3300 66 3127.182
9034 CWEG 53.5500 -114.1000 766 787.700
9035 CYOD 54.4300 -110.2800 541 268.131
9036 CYED 53.6800 -113.4700 688 39.586
9037 CYEG 53.3300 -113.5800 723 42.238
9042 CWOS 43.7300 -65.2500 30 67.732
9043 CWSA 43.9400 -60.0200 4 699.722
9044 CYQI 43.8400 -66.0800 43 485.561
9046 CYYZ 43.6900 -79.6300 173 110.391
9048 CYUL 45.4800 -73.7500 36 199.238
9050 CYCX 45.8400 -66.4300 51 166.884
9056 CWMW 46.3900 -75.9700 170 642.239
9059 CYYJ 48.6600 -123.4300 19 115.650
9060 CYYT 47.6800 -52.7500 140 6116.758
9063 CWAR 47.3000 -54.0000 16 102.970
9064 CYZV 50.2300 -66.2700 53 1016.471
9065 CYJT 48.5400 -58.5500 61 440.925
9066 CYYR 53.3000 -60.3700 36 530.073
9067 CYAH 53.7600 -73.6700 307 546.447
9071 CWZC 51.2800 -80.6500 10 1188.926
9072 CWPL 51.4800 -90.2000 373 396.422
9076 CWLO 49.7900 -99.6500 373 474.287
9081 CYQD 53.9800 -101.1000 273 684.671
9086 CYXD 53.5800 -113.5200 671 11.596
9090 CYXS 53.8900 -122.6700 676 550.345
9091 CYVP 58.1100 -68.4200 36 567.757
9092 CYPH 58.4600 -78.1200 7 780.334
9093 CYFB 63.7600 -68.5500 21 2030.412
9094 CYYQ 58.7600 -94.0700 30 1460.718
9095 CYZS 64.2000 -83.3700 62 517.723
9096 CWEU 80.0000 -85.9300 10 480.825
9097 CYRB 74.7200 -94.9500 40 1000.006
9098 CYCB 69.1000 -105.1200 25 714.488
9099 CYBK 64.3000 -96.0000 49 624.286
9102 CYSM 60.0400 -111.9300 203 616.989
9104 CYYE 58.8400 -122.6000 382 4559.330
9106 CYEV 68.3200 -133.5300 68 445.638
9107 CYXY 60.7300 -135.0700 700 288.751
9108 KEYW 24.5500 -81.7500 2 356.748
9110 KCHS 32.9006 -80.0333 15 907.699
9112 KTBW 27.7050 -82.4019 13 505.138
9114 KTLH 30.3958 -84.3506 18 208.158
9115 KFFC 33.3558 -84.5672 246 367.556
9117 KVPS 30.4800 -86.5200 20 643.885
9123 KBMX 33.1803 -86.7836 174 206.947
9126 KJAN 32.3203 -90.0803 91 344.811
9128 KLCH 30.1253 -93.2164 5 1168.729
9131 KFWD 32.8350 -97.2972 198 191.806
9132 KBRO 25.9156 -97.4197 7 207.394
9133 KCRP 27.7794 -97.5050 14 344.213
9137 KDRT 29.3667 -100.9167 314 311.171
9138 KMAF 31.9428 -102.1889 873 424.200
9141 KWSD 32.3900 -106.4800 1244 60.108
9144 KTUS 32.1236 -110.9425 787 354.835
9145 K1Y7 32.8500 -114.4000 98 334.132
9149 KNKX 32.8444 -117.1233 134 242.692
9153 KMHX 34.7756 -76.8792 11 358.148
9156 KGSO 36.0833 -79.9500 277 131.457
9157 KOHX 36.2333 -86.5500 180 499.022
9158 KLZK 34.8356 -92.2586 172 475.594
9165 KOUN 35.2356 -97.4608 357 693.031
9166 KAMA 35.2319 -101.7083 1094 368.377
9167 KABQ 35.0381 -106.6219 1615 351.429
9169 KEDW 34.9300 -117.9000 705 497.428
9175 KVBG 34.7600 -120.5700 100 244.344
9177 KWAL 37.9333 -75.4833 13 396.767
9188 KLWX 38.9833 -77.4667 85 208.417
9202 KDDC 37.7614 -99.9689 790 321.311
9204 KTOP 39.0722 -95.6303 270 456.320
9206 KDNR 39.7681 -104.8694 1611 384.601
9207 KGJT 39.1167 -108.5333 1475 322.778
9212 KREV 39.5686 -119.7964 1516 292.362
9213 KOAK 37.7431 -122.2206 6 2345.663
9215 KOKX 40.8664 -72.8514 20 1192.202
9219 KALY 42.7333 -73.8000 86 221.948
9221 KPIT 40.5319 -80.2181 360 609.632
9223 KBUF 42.9397 -78.7361 218 294.562
9231 KOAX 41.3194 -96.3661 350 257.533
9233 KLBF 41.1497 -100.7006 847 913.006
9235 KSLC 40.7739 -111.9544 1288 927.542
9240 KMFR 42.3814 -122.8778 397 518.696
9242 KDTX 42.6992 -83.4717 329 265.221
9244 KGRB 44.4889 -88.1108 214 272.017
9247 KABR 45.4544 -98.4139 397 386.115
9248 KUNR 44.0778 -103.2167 1027 385.121
9249 KBOI 43.5800 -116.2264 871 470.214
9250 KSLE 44.9167 -123.0000 61 282.038
9253 KINL 48.5644 -93.3969 361 959.594
9254 KBIS 46.7719 -100.7611 505 232.752
9256 KGGW 48.2058 -106.6250 692 1432.592
9258 KTFX 47.4603 -111.3842 1132 364.667
9259 KOTX 47.6811 -117.6258 728 285.009
9261 KUIL 47.9375 -124.5550 56 1149.108
9264 KGYX 43.8925 -70.2579 125 334.890
9266 KCHH 41.6667 -69.9667 16 248.600
9268 KILX 40.1511 -89.3386 178 3016.339
9274 KXMR 28.4800 -80.5700 3 199.263
9276 MMCU 28.6333 -106.0667 1435 365.506
9282 MMMY 25.8667 -100.2333 448 835.539
9284 MMMZ 23.1833 -106.4167 4 683.813
9290 MYNN 25.0500 -77.4667 2 1456.018
9300 PABR 71.2883 -156.8025 12 499.419
9302 KMPX 44.8472 -93.5644 288 413.468
9303 KSGF 37.2358 -93.4019 390 282.178
9304 KRIW 43.0647 -108.4767 1700 384.173
9305 KLKN 40.8603 -115.7417 1607 304.993
9306 KFGZ 35.2306 -111.8203 2180 604.397
9307 KILN 39.4211 -83.8211 323 330.844
9309 KEPZ 31.8775 -106.6833 1257 1523.939
9310 KRNK 37.2056 -80.4142 0 370.207
9311 KAPX 44.9083 -84.7194 448 650.098
9312 CYZT 50.6900 -127.3700 17 367.733
9313 KJAX 30.4847 -81.7017 11 311.509
9314 KMFL 25.7547 -80.3839 5 191.934
9318 KDVN 41.6125 -90.5822 229 193.191
9319 KSHV 32.4522 -93.8425 85 265.452
9320 47807 33.5830 130.3830 3 217.604
9321 99027 34.0000 164.0000 0 1451.562
9322 99025 29.0000 135.0000 0 783.409
9323 RPMK 15.1670 120.5670 178 3270.888
9324 YSNF -29.0300 167.9330 109 1374.112
9325 ASLH -31.5300 159.0670 48 878.073
9326 YSCH -30.3100 153.1170 5 320.208
9327 YSWM -32.7800 151.8160 8 268.066
9328 YSSY -33.9500 151.1830 3 125.411
9329 YSNW -34.9500 150.5500 119 2996.709
9330 KCAR 46.8667 -68.0167 191 368.920
9331 94711 -31.4800 145.8330 244 565.247
9332 YMMI -34.2300 142.0830 50 334.608
9333 YPAD -34.9500 138.5330 6 1094.412
9334 YPWR -31.1500 136.8000 169 312.981
9335 YPCD -32.1300 133.7000 19 546.571
9336 KDRA 36.6286 -116.0217 1007 253.692
9337 YPFT -30.8300 128.1000 156 671.329
9338 94638 -33.8100 121.8830 25 2545.255
9339 YPKG -30.7800 121.4670 360 339.128
9340 YBBN -27.4300 153.0830 5 685.025
9341 94527 -29.4600 149.8500 212 388.321
9342 YBCV -26.4100 146.2670 305 797.675
9343 94461 -25.0300 128.3000 600 581.450
9344 YBGL -23.8500 151.2670 77 437.639
9345 YBMK -21.1100 149.1670 31 324.772
9346 YBLR -23.4300 144.2500 193 388.726
9347 94335 -20.6600 140.5000 189 105.796
9348 YBMA -20.6600 139.4830 344 673.683
9349 YBAS -23.8000 133.8830 546 1303.472
9350 94299 -16.3000 149.9830 6 472.712
9351 YBTL -19.2500 146.7670 5 1784.748
9352 YBCS -16.5800 145.7330 2 316.351
9353 YDTC -19.6300 134.1830 374 464.644
9354 AHHC -18.2300 127.6670 407 576.786
9355 YPBR -17.9500 122.2170 9 1112.225
9356 YPDN -12.4300 130.8670 32 5591.945
9357 KLIX 30.3389 -89.8306 10 221.558
9358 AYPY -9.4330 147.2170 28 301.128
9359 AYLA -6.7330 147.0000 8 1391.836
9360 NFFN -17.7500 177.4500 19 1362.817
9361 NGTA 1.3500 172.9170 4 1001.452
9362 NWWN -22.2600 166.4500 69 537.984
9363 NHHH -17.7500 168.3170 20 966.952
9364 AGGH -9.4330 160.0500 56 3181.015
9365 PKMA 11.3500 162.3500 11 657.173
9366 PGUA 13.5670 144.9330 157 873.276
9367 PGAC 13.5500 144.8330 111 8.788
9371 58666 28.4500 121.9000 86 510.332
9372 ZSHC 30.2330 120.1660 42 159.465
9373 ZSSS 31.1660 121.4330 3 305.299
9374 58150 33.7670 120.2500 7 869.636
9375 ZSQD 36.0660 120.3330 76 255.709
9376 54776 37.4000 122.6830 47 325.983
9377 ZYTL 38.9000 121.6330 92 190.359
9378 54497 40.0830 124.3330 13 170.509
9379 TJSJ 18.4308 -65.9917 3 413.959
9380 54374 41.7170 126.9170 333 246.436
9381 ZYYY 41.7330 123.4500 43 210.120
9382 54337 41.1170 121.0670 30 732.540
9383 54292 42.8830 129.4660 177 617.419
9384 ZYCC 43.9000 125.2160 237 361.445
9385 54135 43.6000 122.2670 180 239.160
9386 54094 44.5670 129.6000 242 187.532
9387 ZYHB 45.7500 126.7660 142 239.241
9388 50774 47.7170 128.9000 245 154.592
9389 ZYQQ 47.3830 123.9170 148 1340.063
9390 MACC 12.2000 -68.9667 62 437.862
9391 MACM 18.0500 -63.1167 9 259.987
9392 MCSP 12.5833 -81.7167 6 3198.787
9393 MDSD 18.4833 -69.9167 14 837.768
9394 MKCG 19.3000 -81.3500 2 599.932
9395 MKJP 17.9333 -76.7833 3 278.051
9396 MKPB 13.0667 -59.5000 57 341.681
9397 MKPP 10.5833 -61.3500 12 632.206
9398 50557 49.1660 125.2330 242 203.797
9400 MMMD 20.9500 -89.6667 9 287.294
9401 RJAM 24.3000 153.9670 8 3796.534
9402 RJAW 24.7830 141.3330 106 1278.399
9403 RJAO 27.0830 142.1830 4 269.458
9404 MZBZ 17.5000 -88.3333 5 361.811
9405 NSTU -14.3333 -170.7167 5 1297.315
9406 RUHB 48.5330 135.2330 72 267.521
9407 ROMD 25.8330 131.2330 15 511.967
9408 RJCO 43.0500 141.3330 19 435.963
9409 RJCW 45.4170 141.6830 12 185.326
9410 RKPM 33.2000 126.2670 27 424.781
9411 RKJJ 35.1170 126.8170 13 219.050
9412 RKTH 36.0330 129.3830 16 2363.419
9413 RKSO 37.1000 127.0330 54 241.039
9414 RKSS 37.5500 126.8000 13 54.104
9415 31510 50.2670 127.5000 137 378.488
9416 31369 53.1330 140.7000 46 373.098
9417 ZKKK 39.0330 125.7830 38 460.330
9418 RCMJ 22.4670 120.4330 8 433.781
9419 PGUM 13.4789 144.7975 90 17.621
9420 PHLI 21.9833 -159.3500 32 511.376
9422 PHTO 19.7167 -155.0667 10 1560.266
9423 PMKJ 7.0869 171.3875 3 442.054
9424 PTKK 7.4553 151.8364 3 1528.910
9425 PTPN 6.9667 158.2167 39 705.819
9426 PTRO 7.3333 134.4833 30 462.472
9427 PTYA 9.4833 138.0833 14 2003.557
9428 PWAK 19.2833 166.6500 5 1178.710
9429 RCGM 25.0500 121.2170 48 298.044
9430 ROAH 26.2000 127.6670 29 305.790
9431 KHLR 31.1100 -97.3300 270 408.493
9432 RODN 26.3500 127.7500 43 18.617
9433 KNSI 33.2600 -119.4500 153 196.121
9434 ROIG 24.3330 124.1670 7 1086.251
9435 KNTD 34.1200 -119.1200 4 100.367
9436 47909 28.3830 129.5500 295 328.796
9437 RJOS 34.1330 134.6000 2 131.878
9438 RJFK 31.6330 130.5830 282 501.563
9439 RJFF 33.5830 130.4500 7 6.206
9440 MUGM 19.9000 -75.1500 32 571.582
9441 MPHO 8.9200 -79.6000 5 468.303
9442 DJDG -7.3000 72.4000 3 20011.945
9443 FHAW -7.9667 -14.4000 79 9544.090
9444 BGTL 76.5333 -68.7500 77 674.939
9445 PKWA 8.7333 167.7333 8 2191.498
9446 RCSS 25.0330 121.5170 9 30.277
9447 32618 55.2000 165.9830 14 537.899
9448 UHPP 53.0830 158.5500 84 925.712
9449 RJSM 40.6830 141.3830 39 152.979
9450 32477 54.3000 155.9330 25 219.037
9451 32389 56.3170 160.8330 28 345.173
9452 32217 50.0000 155.3830 32 406.652
9453 32186 46.2000 150.5000 76 1421.936
9454 32165 44.0160 145.8660 46 380.764
9455 RUSH 46.9170 142.7330 24 519.528
9457 24790 62.7830 148.1660 649 217.019
9458 CYHZ 44.9100 -63.5100 0 236.334
9459 32098 49.2170 143.1000 4 198.605
9460 32061 50.9000 142.1670 18 251.170
9461 UHWW 43.2000 132.0830 87 215.535
9462 31909 45.0000 136.6000 70 1010.140
9463 31873 45.8660 133.7330 100 243.500
9464 31770 49.0000 140.2670 22 286.699
9465 24266 67.5160 133.3830 137 484.003
9466 31707 47.7330 130.9670 74 528.058
9467 31561 50.6000 137.1330 20 623.860
9468 31538 50.0670 132.1330 345 273.114
9469 RJNH 34.7330 137.6670 47 225.710
9470 47744 35.4330 133.3500 6 312.573
9471 UHPB 53.0830 132.9830 543 388.036
9472 31300 53.7500 127.2330 228 745.382
9473 31168 56.4500 138.1500 7 9244.514
9474 31088 59.3670 143.2000 6 427.724
9475 31004 58.6170 125.3670 691 341.038
9476 30692 54.0000 123.9670 400 215.845
9477 25954 60.3500 166.0000 4 1367.774
9478 UHMM 59.5330 150.7660 118 689.334
9479 25822 61.9500 160.3830 5 349.742
9480 25703 62.9330 152.4330 207 319.907
9481 UHMA 64.7330 177.5330 6 712.090
9482 25551 64.6830 170.4170 26 337.868
9484 25428 65.2330 160.5330 264 447.426
9485 25400 65.7330 150.9000 48 964.040
9486 25123 68.7500 161.2830 26 213.729
9487 25042 69.9330 167.9830 16 223.305
9488 24959 62.0160 129.7500 110 532.885
9489 24944 60.3660 120.4000 134 1117.309
9490 PABA 70.1330 -143.6300 15 690.302
9491 24688 63.2660 143.1490 740 460.859
9492 47420 43.3330 145.5830 26 79.271
9493 47778 33.4500 135.7670 73 492.471
9495 21946 70.6170 147.8830 44 556.956
9496 21965 70.6330 162.4000 38 534.160
9497 RJTH 33.1170 139.7830 153 327.653
9498 47646 36.0500 140.1330 27 965.905
9499 47600 37.3830 136.9000 5 323.978
9500 RJSS 38.2670 140.9000 38 175.401
9501 RJSK 39.7170 140.1000 9 384.550
9502 21982 70.9670 -178.5300 3 2123.822
9503 25399 66.1670 -169.8300 6 249.158
9504 UHMD 64.4330 -173.2300 11 441.633
9505 NCRG -21.2000 -159.8100 7 2025.036
9506 24641 63.7670 121.6170 111 343.103
9508 72798 48.3830 -124.7300 31 51.202
9509 24343 66.7670 123.3500 84 440.715
9510 PMDY 28.2170 -177.3500 3 1508.441
9511 PJON 16.7330 -169.5100 3 5191.201
9512 PCIS -2.7100 -171.7600 3 2175.693
9513 NTMN -9.8170 -139.0100 52 4419.595
9514 NTTT -17.5500 -149.6100 2 1143.789
9515 NTTO -18.0600 -140.9500 3 840.200
9516 91948 -23.1300 -134.9600 89 1064.398
9517 91958 -27.6100 -144.3300 2 1719.715
9518 NZRN -29.2500 -177.9100 36 8939.840
9519 RUTS 71.5830 128.9160 4 1736.802
9520 CYLW 49.9700 -119.3800 429 440.082
9521 MCZM 20.4800 -86.9500 2 970.321
9522 MTAP 14.9300 -92.2500 102 623.891
9523 MARR 16.2300 -93.9000 64 139.776
9524 MIZT 16.5400 -95.1700 61 307.093
9525 MACA 16.8300 -99.9200 3 477.444
9526 MCME 18.6500 -91.8500 3 415.765
9527 MISC 18.7200 -110.9500 35 18691.648
9528 MMVR 19.1500 -96.1200 35 1559.809
9529 MMDF 19.4300 -99.1300 2237 5.242
9530 MMMX 19.4300 -99.0800 2234 222.029
9531 MMOR 19.7000 -101.1800 1913 337.692
9532 MMZO 19.0700 -104.3300 3 505.896
9533 MLMM 25.8000 -109.1200 17 215.815
9534 MTAM 22.2200 -97.8500 24 385.826
9535 MSOT 23.7700 -98.2000 25 94.743
9536 MCVM 23.7300 -99.1300 321 212.949
9537 MLAP 24.1800 -110.3000 18 410.597
9538 MTRC 25.5400 -103.4500 1150 324.267
9539 MILS 28.8800 -118.3000 25 1050.249
9540 MMOV 26.9000 -101.4200 586 164.821
9541 KPSR 33.4353 -112.0092 336 176.652
9542 MMGM 27.9200 -110.9000 11 598.834
9543 MMGL 20.6700 -103.3800 1551 203.736
9544 74606 34.6500 -120.5667 112 12.233
9545 KYUM 32.6500 -114.6000 63 29.054
9546 TXKF 32.3667 -64.6833 6 1977.354
9547 KAPG 39.4667 -76.1667 5 124.189
9548 NGFU -8.5200 179.2200 2 1043.865
9549 SOCA 4.8330 -52.3670 9 4444.531
9550 TFFR 16.2670 -61.5330 11 1617.362
9551 GOOY 14.7330 -17.5000 24 624.117
9552 GVAC 16.7330 -22.9500 55 2902.560
9553 SKRH 11.5330 -72.9330 4 962.056
9554 MABK 8.9670 -79.5500 9 7.579

View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<FFMPRunConfig xmlns:ns2="group">
<runner>
<rfc>KKRF</rfc>
<rfc>KMSR</rfc>
<product name="DHR" key="koax"/>
<product name="DHR" key="kuex"/>
<product name="DHR" key="kdmx"/>
<product name="DHRMOSAIC" key="hpe"/>
<product name="BDHRMOSAIC" key="bhpe"/>
<domain primary="true" cwa="OAX"/>
<domain primary="false" cwa="GID"/>
<domain primary="false" cwa="DMX"/>
</runner>
</FFMPRunConfig>

View file

@ -0,0 +1,57 @@
#
# Official .Apps_defaults_site file for a generic site for AWIPS Build 4.2
# Also see .Apps_defaults for other settings
# This file was last updated 29 January 1999
# ===========================================
# --------TOKENS THAT SHOULD BE AT ALL SITES-----------
# database selection tokens
db_name : hd_ob92oax # ihfs database name
damcat_db_name : dc_ob7oax # Dam Catalog database name
# ===========================================================================
# WHFS Local Customization
# ===========================================================================
hv_refresh_minutes : 15 # HydroView auto refresh time (minutes)
pproc_s2_gridgen_hrs : 5 # WHFS Stage II lookback (hours)
whfs_tz : MST6MDT # WHFS time zone code
hv_center_lat : 40.0 # HydroView center latitude
hv_center_lon : -105.0 # HydroView center longitude
hv_map_width : 860 # HydroView map width (nautical miles)
whfs_primary_radar : FTG # WHFS primary radar id, for Stage II
whfs_editor : whfs_editor
#whfs_editor : whfs_editor.nedit
#whfs_printcommand_LX : "lp" # command used to print WHFS apps report on LX
whfs_print_command_LX : "lp -d lp2"
timeseries_mode : STATION
# ----END TOKENS THAT SHOULD BE AT ALL SITES------------
# --------TOKENS FOR DECODEHDP--------
dpa_filter_decode : ON # flag for non-top-of-hour
# filter for decoding products
dpa_filter_window : 5 # number of minutes around top
# of hour for filtering products
# allowable values = 0 - 30
# --------TOKENS FOR DEFINING THE LIST OF RFC GRIDDED FFG PRODUCTS FOR MOSAICS ---
gaff_rfc_list : MBRFC,NCRFC,NWRFC,CNRFC,WGRFC,ABRFC,LMRFC,SERFC,OHRFC,MARFC,NERFC # list of RFC's to be mosaicked
gaff_execution : ON # Token to enable gaff
shef_post_unk : NONE # NONE - do not post to the UnkStn nor UnkStnValue tables
# IDS_ONLY - post only location identifiers for unknown
# stations to the UnkStn table
# IDS_AND_DATA - post all data from unknown stations to
# the UnkStnValue table
shef_post_latest: OFF
sshp_invoke_map_preprocess : ON
# --------TOKENS FOR METAR2SHEF OPTIONS--------------
metar2shef_options : " -a -b -p1 -p6 -q1 "
# --------EVENT END TIME TOKEN------------------------
#rpf_endtime_shifthrs : 6
mpe_site_id : bou
fxa_local_site : BOU

View file

@ -0,0 +1,12 @@
#!/bin/bash
# this script is used to specify the damcat and ihfs
# hydro databases that should be created during the
# localization process provided that a local database
# is present.
export DAMCAT_DATABASE=dc_ob7oax
export DAMCAT_SQL_DUMP=dc_ob7oax
export IHFS_DATABASE=hd_ob92oax
export IHFS_SQL_DUMP=hd_ob92oax

View file

@ -0,0 +1,6 @@
xxx xxx -1 5
40.5 97.0
40.5 79.0
28.5 79.0
28.5 97.0
40.5 97.0

View file

@ -0,0 +1,6 @@
xxx xxx -1 5
43.3 -98.4
42.9 -94.2
39.9 -98.9
39.4 -95.0
43.3 -98.4

View file

@ -0,0 +1,6 @@
xxx xxxxxx -1 5
40.5 97.0
39.8 93.6
38.4 88.1
37.1 85.0
36.7 82.4

View file

@ -0,0 +1,40 @@
Alexander City 32.57 85.57
Anniston AP 33.35 85.51
Auburn 32.36 85.30
Birmingham AP 33.34 86.45
Decatur 34.37 86.59
Dothan AP 31.19 85.27
Florence AP 34.48 87.40
Gadsden 34.1 86.0
Huntsville AP 34.42 86.35
Mobile AP 30.41 88.15
Mobile Co 30.40 88.15
Montgomery AP 32.23 86.22
Selma-Craig AFB 32.20 87.59
Talladega 33.27 86.6
Tuscaloosa AP 33.13 87.37
Anchorage AP 61.10 150.1
Barrow (S) 71.18 156.47
Fairbanks AP (S) 64.49 147.52
Juneau AP 58.22 134.35
Kodiak 57.45 152.29
Nome AP 64.30 165.26
Douglas AP 31.27 109.36
Flagstaff AP 35.8 111.40
Fort Huachuca AP (S) 31.35 110.20
Kingman AP 35.12 114.1
Nogales 31.21 110.55
Phoenix AP (S) 33.26 112.1
Prescott AP 34.39 112.26
Tucson AP (S) 32.7 110.56
Winslow AP 35.1 110.44
Yuma AP 32.39 114.37
Blytheville AFB 35.57 89.57
Camden 33.36 92.49
El Dorado AP 33.13 92.49
Fayetteville AP 36.0 94.10
Fort Smith AP 35.20 94.22
Hot Springs 34.29 93.6
Jonesboro 35.50 90.42
Little Rock AP (S) 34.44 92.14
Pine Bluff AP 34.18 92.5

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,14 @@
// Each line in eavConfigTable.txt contains up to three space-delimited
// items: an angle, a formatting prefix, and a rounding value. These are
// used to format the EAV display and sample strings.
// If a line does not have a useable angle from 0.0 to 90.0 as the first
// item it will be ignored. It is assumed the lines have increasing angle
// values. A line with less than three items, a rounding value <=0, or an
// angle >MAX_EAV_ANGLE (80 deg; defined in RadarPVImageDepict.C) will be
// treated as the last line, which is used to supply the angle threshold
// and output string for those cases where the direction is too close to
// perpendicular to the radial to allow the algorithm to generate a number.
// A backquote is changed to a space.
0 ~ 1
50 ~~ 5
75 ***

View file

@ -0,0 +1,24 @@
/tmp/queue/metar/in
/tmp/queue/metar/out
/tmp/queue/metar/err
+SAOOUT
-ERRORFILE
-SHEFPASS
TA TAIRZZ TD UP SD UD US PL TX TN PPT PPQ PPH PPD PA TAIRZR TAIRZH TAIRZP TAIRZY PTIR
.begin_names
KOMA
KOFF
KLNK
KFET
KOFK
KPMV
KCBF
KSUX
.end_names
.begin_sm_alias
72550 KOMA
72551 KLNK
72552 KGRI
72556 KOFK
72557 KSUX
.end_sm_alias

View file

@ -0,0 +1,269 @@
#########################################
## DAM BREAK FFW TEMPLATE ##
## CREATED BY PHIL KURIMSKI - WFO DTX ##
## VERSION AWIPS II 1.0 -- APR 2 2011 ##
#########################################
##
#if(${action} == "EXT")
#set($starttime = "000000T0000Z")
#set($extend = true)
#else
#set($starttime = ${dateUtil.format(${start}, ${timeFormat.ymdthmz})})
#set($extend = false)
#end
#if(${list.contains($bullets, "sev1")})
#set($sev = "1")
#elseif(${list.contains($bullets, "sev2")})
#set($sev = "2")
#elseif(${list.contains($bullets, "sev3")})
#set($sev = "3")
#else
#set($sev = "0")
#end
##
#set($commonAddInfo = "FOLLOW EVACUATION INSTRUCTIONS PROVIDED BY YOUR LOCAL EMERGENCY OFFICIALS. DO NOT ATTEMPT TO DRIVE ACROSS FLOODED ROADWAYS.")
#set($hycType = "")
#if(${list.contains($bullets, "levee")})
#set($ic = "DM")
#set($hycType = "A LEVEE FAILURE")
#elseif(${list.contains($bullets, "floodgate")})
#set($ic = "DR")
#set($hycType = "A FLOODGATE OPENING")
#elseif(${list.contains($bullets, "glacier")})
#set($ic = "GO")
#set($hycType = "A GLACIAL LAKE DAM OUTBURST")
#elseif(${list.contains($bullets, "icejam")})
#set($ic = "IJ")
#set($hycType = "AN ICE JAM BREAK")
#elseif(${list.contains($bullets, "rain")})
#set($ic = "RS")
#set($hycType = "RAPID RAIN INDUCED SNOW MELT")
#elseif(${list.contains($bullets, "volcano")})
#set($ic = "SM")
#set($hycType = "VOLCANO INDUCED SNOW MELT")
#elseif(${list.contains($bullets, "dam")})
#set($ic = "DM")
#set($hycType = "A DAM BREAK")
#elseif(${list.contains($bullets, "siteimminent")})
#set($ic = "DM")
#set($hycType = "A DAM BREAK")
#elseif(${list.contains($bullets, "sitefailed")})
#set($ic = "DM")
#set($hycType = "A DAM BREAK")
#else
#set($ic = "ER")
#end
##
${WMOId} ${vtecOffice} 000000 ${BBBId}
FFW${siteId}
#if(${specialCorText})
${specialCorText}
#else
${ugcline}
/${productClass}.${action}.${vtecOffice}.FF.W.${etn}.${starttime}-${dateUtil.format(${expire}, ${timeFormat.ymdthmz}, 15)}/
/00000.${sev}.${ic}.000000T0000Z.000000T0000Z.000000T0000Z.OO/
BULLETIN - EAS ACTIVATION REQUESTED
#if(${productClass}=="T")
TEST...FLASH FLOOD WARNING...TEST
#else
FLASH FLOOD WARNING
#end
NATIONAL WEATHER SERVICE ${officeShort}
#backupText(${backupSite})
${dateUtil.format(${now}, ${timeFormat.header}, ${localtimezone})}
#if(${productClass}=="T")
...THIS MESSAGE IS FOR TEST PURPOSES ONLY...
#end
#headlineext(${officeLoc}, ${backupSite}, ${extend})
## Put the hycType variable on the next line and included the word 'IN'
## to come in line with the 10-922 directive
* ##
#if(${productClass}=="T")
THIS IS A TEST MESSAGE. ##
#end
FLASH FLOOD WARNING FOR ...
${hycType} IN...
#foreach (${area} in ${areas})
##
#if(${area.partOfArea})
#areaFormat(${area.partOfArea} true false) ##
#end
${area.name} ${area.areaNotation} IN #areaFormat(${area.partOfParentRegion} true false) ${area.parentRegion}...
#if(${list.size($area.points)} > 0)
#if(${list.size($area.points)} > 1)
THIS INCLUDES THE CITIES OF... #foreach (${city} in ${area.points})${city}... #end
#else
THIS INCLUDES THE CITY OF ${list.get(${area.points},0)}
#end
#end
#end
## Changed reportType to match hycType selected in GUI
#set($reportType1 = "FLOODING CAUSED BY ${hycType}")
* ##
#if(${productClass}=="T")
THIS IS A TEST MESSAGE. ##
#end
#secondBullet(${dateUtil},${expire},${timeFormat},${localtimezone},${secondtimezone})
#set ($report = "")
#if(${list.contains($bullets, "county")})
#set ($report = "COUNTY DISPATCH REPORTED ${reportType1}")
#end
#if(${list.contains($bullets, "lawEnforcement")})
#set ($report = "LOCAL LAW ENFORCEMENT REPORTED ${reportType1}")
#end
#if(${list.contains($bullets, "corps")})
#set ($report = "CORPS OF ENGINEERS REPORTED ${reportType1}")
#end
#if(${list.contains($bullets, "damop")})
#set ($report = "DAM OPERATORS REPORTED ${reportType1}")
#end
#if(${list.contains($bullets, "bureau")})
#set ($report = "BUREAU OF RECLAMATION REPORTED ${reportType1}")
#end
#if(${list.contains($bullets, "public")})
#set ($report = "THE PUBLIC REPORTED ${reportType1}")
#end
#if(${list.contains($bullets, "branchedOakDam - scen1")})
* THE NEAREST DOWNSTREAM TOWN IS RAYMOND...LOCATED ABOUT 4 MILES DOWNSTREAM FROM THE DAM. IF A COMPLETE FAILURE OF THE DAM OCCURS...THE WATER DEPTH AT RAYMOND COULD EXCEED 19 FEET IN 32 MINUTES. ${commonAddInfo}
#elseif(${list.contains($bullets, "branchedOakDam - scen2")})
* THE NEAREST DOWNSTREAM TOWN IS RAYMOND...LOCATED ABOUT 4 MILES DOWNSTREAM FROM THE DAM. IF A COMPLETE FAILURE OF THE DAM OCCURS...THE WATER DEPTH AT RAYMOND COULD EXCEED 26 FEET IN 56 MINUTES. ${commonAddInfo}
#elseif(${list.contains($bullets, "pawneeDam - scen1")})
* THE NEAREST DOWNSTREAM TOWN IS EMERALD...LOCATED ABOUT 2 MILES DOWNSTREAM FROM THE DAM. IF A COMPLETE FAILURE OF THE DAM OCCURS...THE WATER DEPTH AT EMERALD COULD EXCEED 18 FEET IN 16 MINUTES. ${commonAddInfo}
#elseif(${list.contains($bullets, "pawneeDam - scen2")})
* THE NEAREST DOWNSTREAM TOWN IS EMERALD...LOCATED ABOUT 2 MILES DOWNSTREAM FROM THE DAM. IF A COMPLETE FAILURE OF THE DAM OCCURS...THE WATER DEPTH AT EMERALD COULD EXCEED 23 FEET IN 31 MINUTES. ${commonAddInfo}
#elseif(${list.contains($bullets, "pawneeDam - scen3")})
* THE NEAREST DOWNSTREAM TOWN IS EMERALD...LOCATED ABOUT 2 MILES DOWNSTREAM FROM THE DAM. IF A SIGNIFICANT FAILURE OF THE DAM OCCURS...THE WATER DEPTH AT EMERALD COULD EXCEED 14 FEET IN 19 MINUTES. ${commonAddInfo}
#elseif(${list.contains($bullets, "pawneeDam - scen4")})
* THE NEAREST DOWNSTREAM TOWN IS EMERALD...LOCATED ABOUT 2 MILES DOWNSTREAM FROM THE DAM. IF A SIGNIFICANT FAILURE OF THE DAM OCCURS...THE WATER DEPTH AT EMERALD COULD EXCEED 17 FEET IN 32 MINUTES. ${commonAddInfo}
#elseif(${list.contains($bullets, "branchedOakDam")})
#set($riverInfo = "OAK CREEK BELOW THE BRANCHED OAK DAM AND PARTS OF SALT CREEK")
#set($damInfo = "BRANCHED OAK DAM ON OAK CREEK")
#set($countyInfo = "NORTHERN LANCASTER COUNTY")
#set($stateInfo = "EASTERN NEBRASKA")
#set($cityInfo = "RAYMOND")
#set($addInfo = "THE NEAREST DOWNSTREAM TOWN IS ${cityInfo}...LOCATED ABOUT 4 MILES DOWNSTREAM FROM THE DAM. IF YOU ARE IN THE LOW LYING AREAS BELOW THE BRANCHED OAK DAM YOU SHOULD MOVE TO HIGHER GROUND IMMEDIATELY.")
* ${addInfo} ${commonAddInfo}
#elseif(${list.contains($bullets, "pawneeDam")})
#set($riverInfo = "MIDDLE CREEK BELOW THE PAWNEE DAM")
#set($damInfo = "PAWNEE DAM ON MIDDLE CREEK")
#set($countyInfo = "CENTRAL LANCASTER COUNTY")
#set($stateInfo = "EASTERN NEBRASKA")
#set($cityInfo = "EMERALD")
#set($addInfo = "THE NEAREST DOWNSTREAM TOWN IS ${cityInfo}...LOCATED ABOUT 2 MILES DOWNSTREAM FROM THE DAM. IF YOU ARE IN THE LOW LYING AREAS BELOW PAWNEE DAM YOU SHOULD MOVE TO HIGHER GROUND IMMEDIATELY.")
* ${addInfo} ${commonAddInfo}
#end
## Storm current location description
#set($closest = ${list.get($closestPoints, 0)})
#set($secondary = ${list.get($closestPoints, 1)})
* ##
#if(${productClass}=="T")
THIS IS A TEST MESSAGE. ##
#end
AT ${dateUtil.format(${event}, ${timeFormat.clock}, ${localtimezone})} ${report}.
##########################################################################
## Flash Flood Emergency per NWS 10-922 Directive goes with third bullet #
##########################################################################
#if(${list.contains($bullets, "ffwEmergency")})
THIS IS A FLASH FLOOD EMERGENCY FOR !**ENTER LOCATION**!.
#end
#set ($phenomena = "FLASH FLOOD")
#set ($warningType = "WARNING")
#if(${list.contains($bullets, "pathcast")})
* ##
#if(${productClass}=="T")
THIS IS A TEST MESSAGE. ##
#end
#fourthBullet(1, ${stormType} ${phenomena} ${warningType} ${pathCast} ${otherPoints} ${dateUtil} ${timeFormat} false)
#elseif(${list.contains($bullets, "listofcities")})
* ##
#if(${productClass}=="T")
THIS IS A TEST MESSAGE. ##
#end
#fourthBullet(2, ${stormType} ${phenomena} ${warningType} ${pathCast} ${otherPoints} ${dateUtil} ${timeFormat} false)
#else
* ##
#if(${productClass}=="T")
THIS IS A TEST MESSAGE. ##
#end
#fourthBullet(3, ${stormType} ${phenomena} ${warningType} ${pathCast} ${otherPoints} ${dateUtil} ${timeFormat} false)
#end
#if(${list.contains($bullets, "omahabasin")})
THIS COVERS THE OMAHA DRAINAGE BASIN
#end
#####################
## CALL TO ACTIONS ##
#####################
#######################################################################
## Check to see if we've selected any calls to action. In our .cfg file
## we ended each CTA bullet ID with "CTA" for this reason as a 'trip'
#######################################################################
#foreach ($bullet in $bullets)
#if ($bullet.endsWith("CTA"))
#set ($ctaSelected = "YES")
#end
#end
##
#if (${ctaSelected} == "YES")
PRECAUTIONARY/PREPARADNESS ACTIONS...
#end
##
#if(${list.contains($bullets, "floodMovingCTA")})
FLOOD WATERS ARE MOVING DOWN !**name of channel**! FROM !**location**! TO !**location**!. THE FLOOD CREST IS EXPECTED TO REACH !**location(s)**! BY !**time(s)**!.
#end
#if(${list.contains($bullets, "taddCTA")})
MOST FLOOD DEATHS OCCUR IN AUTOMOBILES. NEVER DRIVE YOUR VEHICLE INTO AREAS WHERE THE WATER COVERS THE ROADWAY. FLOOD WATERS ARE USUALLY DEEPER THAN THEY APPEAR. JUST ONE FOOT OF FLOWING WATER IS POWERFUL ENOUGH TO SWEEP VEHICLES OFF THE ROAD. WHEN ENCOUNTERING FLOODED ROADS MAKE THE SMART CHOICE...TURN AROUND...DONT DROWN.
#end
#if(${list.contains($bullets, "nighttimeCTA")})
BE ESPECIALLY CAUTIOUS AT NIGHT WHEN IT IS HARDER TO RECOGNIZE THE DANGERS OF FLOODING. IF FLOODING IS OBSERVED ACT QUICKLY. MOVE UP TO HIGHER GROUND TO ESCAPE FLOOD WATERS. DO NOT STAY IN AREAS SUBJECT TO FLOODING WHEN WATER BEGINS RISING.
#end
#if(${list.contains($bullets, "vehicleCTA")})
DO NOT DRIVE YOUR VEHICLE INTO AREAS WHERE THE WATER COVERS THE ROADWAY. THE WATER DEPTH MAY BE TOO GREAT TO ALLOW YOUR CAR TO CROSS SAFELY. MOVE TO HIGHER GROUND.
#end
#if(${list.contains($bullets, "warningMeansCTA")})
A FLASH FLOOD WARNING MEANS FLASH FLOODING IS OCCURRING OR IS IMMINENT. MOST FLOOD RELATED DEATHS OCCUR IN AUTOMOBILES. DO NOT ATTEMPT TO CROSS WATER COVERED BRIDGES...DIPS...OR LOW WATER CROSSINGS. NEVER TRY TO CROSS A FLOWING STREAM...EVEN A SMALL ONE...ON FOOT. TO ESCAPE RISING WATER MOVE UP TO HIGHER GROUND.
#end
#if(${list.contains($bullets, "powerFloodCTA")})
DO NOT UNDERESTIMATE THE POWER OF FLOOD WATERS. ONLY A FEW INCHES OF RAPIDLY FLOWING WATER CAN QUICKLY CARRY AWAY YOUR VEHICLE.
#end
#if(${list.contains($bullets, "reportCTA")})
TO REPORT FLOODING...HAVE THE NEAREST LAW ENFORCEMENT AGENCY RELAY YOUR REPORT TO THE NATIONAL WEATHER SERVICE FORECAST OFFICE.
#end
#if (${ctaSelected} == "YES")
&&
#end
#if(${productClass}=="T")
THIS IS A TEST MESSAGE. DO NOT TAKE ACTION BASED ON THIS MESSAGE.
#end
#printcoords(${areaPoly}, ${list})
$$
!**NAME/INITIALS**!
#end

View file

@ -0,0 +1,378 @@
<!-- Flash Flood Warning configuration -->
<warngenConfig>
<!-- 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></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>
<followup>EXT</followup>
</followups>
<!-- Phensigs: The list of phenomena and significance combinations that this template applies to -->
<phensigs>
<phensig>FF.W</phensig>
</phensigs>
<!-- Enables/disables user from selecting the Restart button the GUI -->
<enableRestart>true</enableRestart>
<!-- Enables/disables the 'Dam Break Threat Area' button -->
<enableDamBreakThreat>true</enableDamBreakThreat>
<!-- Enable/disables the system to lock text based on various patterns -->
<autoLockText>true</autoLockText>
<!-- 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>
<duration>180</duration>
<duration>240</duration>
<duration>360</duration>
</durations>
<bulletActionGroups>
<bulletActionGroup action="NEW" phen="FA" sig="W">
<bullets>
<bullet bulletName="sev1" bulletText="minor flood" bulletGroup="floodSeverity" floodSeverity="1"/>
<bullet bulletName="sev2" bulletText="moderate flood" bulletGroup="floodSeverity" floodSeverity="2"/>
<bullet bulletName="sev3" bulletText="major flood" bulletGroup="floodSeverity" floodSeverity="3"/>
<bullet bulletName="ffwEmergency" bulletText="**FLASH FLOOD EMERGENCY**" parseString="FLASH FLOOD EMERGENCY"/>
<bullet bulletText="******** PRIMARY CAUSE (choose 1) *******" bulletType="title"/>
<bullet bulletName="levee" bulletText="levee failure" bulletGroup="group1" bulletDefault="true" parseString="FOR A LEVEE FAILURE"/>
<bullet bulletName="floodgate" bulletText="floodgate opening" bulletGroup="group1" parseString="FOR A FLOODGATE OPENING"/>
<bullet bulletName="glacier" bulletText="glacial lake dam outburst" bulletGroup="group1" parseString="FOR A GLACIAL LAKE DAM OUTBURST"/>
<bullet bulletName="icejam" bulletText="ice jam break" bulletGroup="group1" parseString="FOR AN ICE JAM BREAK"/>
<bullet bulletName="rain" bulletText="rapid rain induced snow melt" bulletGroup="group1" parseString="FOR RAPID RAIN INDUCED SNOW MELT"/>
<bullet bulletName="volcano" bulletText="volcano induced snow melt" bulletGroup="group1" parseString="FOR VOLCANO INDUCED SNOW MELT"/>
<bullet bulletName="dam" bulletText="dam failure - generic" bulletGroup="group1" parseString="FOR A DAM BREAK"/>
<bullet bulletName="siteimminent" bulletText="dam break - site specific (pick below) - imminent failure" bulletGroup="group1"/>
<bullet bulletName="sitefailed" bulletText="dam break - site specific (pick below) - failure has occurred" bulletGroup="group1"/>
<bullet bulletText="************************************************************" bulletType="title"/>
<bullet bulletText="* The next two sections apply only if one of the dam break *"/>
<bullet bulletText="* causes was selected. Choose one reporter, one dam, and *"/>
<bullet bulletText="* optionally one associated scenario and the rule of thumb. *"/>
<bullet bulletText="****** DAM FAILURE REPORTED BY (choose 1) ******" bulletType="title"/>
<bullet bulletName="county" bulletText="county dispatch" bulletGroup="group2" bulletDefault="true" parseString="COUNTY DISPATCH ENFORCEMENT REPORTED"/>
<bullet bulletName="law" bulletText="law enforcement" bulletGroup="group2" parseString="LOCAL LAW ENFORCEMENT REPORTED"/>
<bullet bulletName="corps" bulletText="corps of engineers" bulletGroup="group2" parseString="CORPS OF ENGINEERS REPORTED"/>
<bullet bulletName="damop" bulletText="dam operator" bulletGroup="group2" parseString="DAM OPERATORS REPORTED"/>
<bullet bulletName="bureau" bulletText="bureau of reclamation" bulletGroup="group2" parseString="BUREAU OF RECLAMATION REPORTED"/>
<bullet bulletName="public" bulletText="the public" bulletGroup="group2" parseString="THE PUBLIC REPORTED"/>
<bullet bulletText="****** CALLS TO ACTION (choose 1 or more) ******" bulletType="title"/>
<bullet bulletName="drainages" bulletText="automated list of drainages" parseString="THIS INCLUDES THE FOLLOWING STREAMS AND DRAINAGES"/>
<bullet bulletName="floodMovingCTA" bulletText="Flooding is occurring in a particular stream/river" parseString="FLOOD WATERS ARE MOVING DOWN"/>
<bullet bulletName="taddCTA" bulletText="Turn around...dont drown" parseString="MOST FLOOD DEATHS OCCUR IN AUTOMOBILES"/>
<bullet bulletName="nighttimeCTA" bulletText="Nighttime flooding" parseString="BE ESPECIALLY CAUTIOUS AT NIGHT WHEN"/>
<bullet bulletName="vehicleCTA" bulletText="Do not drive into water" parseString="DO NOT DRIVE YOUR VEHICLE INTO AREAS WHERE THE WATER COVERS THE ROADWAY"/>
<bullet bulletName="warningMeansCTA" bulletText="A Flash Flood Warning means" parseString="A FLASH FLOOD WARNING MEANS FLASH FLOODING"/>
<bullet bulletName="powerFloodCTA" bulletText="Power of flood waters/vehicles" parseString="DO NOT UNDERESTIMATE THE POWER OF FLOOD WATERS"/>
<bullet bulletName="reportCTA" bulletText="Report flooding to local law enforcement" parseString="HAVE THE NEAREST LAW ENFORCEMENT AGENCY RELAY YOUR REPORT"/>
<bullet bulletText="****** DAM and DAM BREAK SCENARIOS (choose 1) ******" bulletType="title"/>
</bullets>
<damInfoBullets>
<damInfoBullet bulletName="branchedOakDam" bulletText="Branched Oak dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4096 9686 4094 9680 4089 9679 4089 9681 4087 9681 4086 9679 4081 9678 4082 9674 4077 9672 4082 9671 4084 9668 4085 9670 4084 9676 4093 9676 4100 9679 4096 9679 4098 9685"/>
<damInfoBullet bulletName="branchedOakDam - scen1" bulletText=" Branched Oak high fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="branchedOakDam - scen2" bulletText=" Branched Oak medium fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam" bulletText="Pawnee dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4081 9679 4081 9676 4081 9674 4084 9670 4084 9669 4081 9672 4080 9671 4077 9671 4077 9673 4079 9674 4079 9680 4082 9685 4081 9687 4082 9687 4083 9688 4085 9685"/>
<damInfoBullet bulletName="pawneeDam - scen1" bulletText=" Pawnee Dam high fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen2" bulletText=" Pawnee Dam high normal" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen3" bulletText=" Pawnee Dam medium fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen4" bulletText=" Pawnee Dam medium normal" bulletGroup="scenario"/>
</damInfoBullets>
</bulletActionGroup>
<bulletActionGroup action="COR" phen="FA" sig="W">
<bullets>
<bullet bulletName="sev1" bulletText="minor flood" bulletGroup="floodSeverity" floodSeverity="1"/>
<bullet bulletName="sev2" bulletText="moderate flood" bulletGroup="floodSeverity" floodSeverity="2"/>
<bullet bulletName="sev3" bulletText="major flood" bulletGroup="floodSeverity" floodSeverity="3"/>
<bullet bulletName="ffwEmergency" bulletText="**FLASH FLOOD EMERGENCY**" parseString="FLASH FLOOD EMERGENCY"/>
<bullet bulletText="******** PRIMARY CAUSE (choose 1) *******" bulletType="title"/>
<bullet bulletName="levee" bulletText="levee failure" bulletGroup="group1" bulletDefault="true" parseString="FOR A LEVEE FAILURE"/>
<bullet bulletName="floodgate" bulletText="floodgate opening" bulletGroup="group1" parseString="FOR A FLOODGATE OPENING"/>
<bullet bulletName="glacier" bulletText="glacial lake dam outburst" bulletGroup="group1" parseString="FOR A GLACIAL LAKE DAM OUTBURST"/>
<bullet bulletName="icejam" bulletText="ice jam break" bulletGroup="group1" parseString="FOR AN ICE JAM BREAK"/>
<bullet bulletName="rain" bulletText="rapid rain induced snow melt" bulletGroup="group1" parseString="FOR RAPID RAIN INDUCED SNOW MELT"/>
<bullet bulletName="volcano" bulletText="volcano induced snow melt" bulletGroup="group1" parseString="FOR VOLCANO INDUCED SNOW MELT"/>
<bullet bulletName="dam" bulletText="dam failure - generic" bulletGroup="group1" parseString="FOR A DAM BREAK"/>
<bullet bulletName="siteimminent" bulletText="dam break - site specific (pick below) - imminent failure" bulletGroup="group1"/>
<bullet bulletName="sitefailed" bulletText="dam break - site specific (pick below) - failure has occurred" bulletGroup="group1"/>
<bullet bulletText="************************************************************" bulletType="title"/>
<bullet bulletText="* The next two sections apply only if one of the dam break *"/>
<bullet bulletText="* causes was selected. Choose one reporter, one dam, and *"/>
<bullet bulletText="* optionally one associated scenario and the rule of thumb. *"/>
<bullet bulletText="****** DAM FAILURE REPORTED BY (choose 1) ******" bulletType="title"/>
<bullet bulletName="county" bulletText="county dispatch" bulletGroup="group2" bulletDefault="true" parseString="COUNTY DISPATCH ENFORCEMENT REPORTED"/>
<bullet bulletName="law" bulletText="law enforcement" bulletGroup="group2" parseString="LOCAL LAW ENFORCEMENT REPORTED"/>
<bullet bulletName="corps" bulletText="corps of engineers" bulletGroup="group2" parseString="CORPS OF ENGINEERS REPORTED"/>
<bullet bulletName="damop" bulletText="dam operator" bulletGroup="group2" parseString="DAM OPERATORS REPORTED"/>
<bullet bulletName="bureau" bulletText="bureau of reclamation" bulletGroup="group2" parseString="BUREAU OF RECLAMATION REPORTED"/>
<bullet bulletName="public" bulletText="the public" bulletGroup="group2" parseString="THE PUBLIC REPORTED"/>
<bullet bulletText="****** CALLS TO ACTION (choose 1 or more) ******" bulletType="title"/>
<bullet bulletName="drainages" bulletText="automated list of drainages" parseString="THIS INCLUDES THE FOLLOWING STREAMS AND DRAINAGES"/>
<bullet bulletName="floodMovingCTA" bulletText="Flooding is occurring in a particular stream/river" parseString="FLOOD WATERS ARE MOVING DOWN"/>
<bullet bulletName="taddCTA" bulletText="Turn around...dont drown" parseString="MOST FLOOD DEATHS OCCUR IN AUTOMOBILES"/>
<bullet bulletName="nighttimeCTA" bulletText="Nighttime flooding" parseString="BE ESPECIALLY CAUTIOUS AT NIGHT WHEN"/>
<bullet bulletName="vehicleCTA" bulletText="Do not drive into water" parseString="DO NOT DRIVE YOUR VEHICLE INTO AREAS WHERE THE WATER COVERS THE ROADWAY"/>
<bullet bulletName="warningMeansCTA" bulletText="A Flash Flood Warning means" parseString="A FLASH FLOOD WARNING MEANS FLASH FLOODING"/>
<bullet bulletName="powerFloodCTA" bulletText="Power of flood waters/vehicles" parseString="DO NOT UNDERESTIMATE THE POWER OF FLOOD WATERS"/>
<bullet bulletName="reportCTA" bulletText="Report flooding to local law enforcement" parseString="HAVE THE NEAREST LAW ENFORCEMENT AGENCY RELAY YOUR REPORT"/>
<bullet bulletText="****** DAM and DAM BREAK SCENARIOS (choose 1) ******" bulletType="title"/>
</bullets>
<damInfoBullets>
<damInfoBullet bulletName="branchedOakDam" bulletText="Branched Oak dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4096 9686 4094 9680 4089 9679 4089 9681 4087 9681 4086 9679 4081 9678 4082 9674 4077 9672 4082 9671 4084 9668 4085 9670 4084 9676 4093 9676 4100 9679 4096 9679 4098 9685"/>
<damInfoBullet bulletName="branchedOakDam - scen1" bulletText=" Branched Oak high fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="branchedOakDam - scen2" bulletText=" Branched Oak medium fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam" bulletText="Pawnee dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4081 9679 4081 9676 4081 9674 4084 9670 4084 9669 4081 9672 4080 9671 4077 9671 4077 9673 4079 9674 4079 9680 4082 9685 4081 9687 4082 9687 4083 9688 4085 9685"/>
<damInfoBullet bulletName="pawneeDam - scen1" bulletText=" Pawnee Dam high fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen2" bulletText=" Pawnee Dam high normal" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen3" bulletText=" Pawnee Dam medium fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen4" bulletText=" Pawnee Dam medium normal" bulletGroup="scenario"/>
</damInfoBullets>
</bulletActionGroup>
<bulletActionGroup action="EXT" phen="FA" sig="W">
<bullets>
<bullet bulletName="sev1" bulletText="minor flood" bulletGroup="floodSeverity" floodSeverity="1"/>
<bullet bulletName="sev2" bulletText="moderate flood" bulletGroup="floodSeverity" floodSeverity="2"/>
<bullet bulletName="sev3" bulletText="major flood" bulletGroup="floodSeverity" floodSeverity="3"/>
<bullet bulletName="ffwEmergency" bulletText="**FLASH FLOOD EMERGENCY**" parseString="FLASH FLOOD EMERGENCY"/>
<bullet bulletText="******** PRIMARY CAUSE (choose 1) *******" bulletType="title"/>
<bullet bulletName="levee" bulletText="levee failure" bulletGroup="group1" bulletDefault="true" parseString="FOR A LEVEE FAILURE"/>
<bullet bulletName="floodgate" bulletText="floodgate opening" bulletGroup="group1" parseString="FOR A FLOODGATE OPENING"/>
<bullet bulletName="glacier" bulletText="glacial lake dam outburst" bulletGroup="group1" parseString="FOR A GLACIAL LAKE DAM OUTBURST"/>
<bullet bulletName="icejam" bulletText="ice jam break" bulletGroup="group1" parseString="FOR AN ICE JAM BREAK"/>
<bullet bulletName="rain" bulletText="rapid rain induced snow melt" bulletGroup="group1" parseString="FOR RAPID RAIN INDUCED SNOW MELT"/>
<bullet bulletName="volcano" bulletText="volcano induced snow melt" bulletGroup="group1" parseString="FOR VOLCANO INDUCED SNOW MELT"/>
<bullet bulletName="dam" bulletText="dam failure - generic" bulletGroup="group1" parseString="FOR A DAM BREAK"/>
<bullet bulletName="siteimminent" bulletText="dam break - site specific (pick below) - imminent failure" bulletGroup="group1"/>
<bullet bulletName="sitefailed" bulletText="dam break - site specific (pick below) - failure has occurred" bulletGroup="group1"/>
<bullet bulletText="************************************************************" bulletType="title"/>
<bullet bulletText="* The next two sections apply only if one of the dam break *"/>
<bullet bulletText="* causes was selected. Choose one reporter, one dam, and *"/>
<bullet bulletText="* optionally one associated scenario and the rule of thumb. *"/>
<bullet bulletText="****** DAM FAILURE REPORTED BY (choose 1) ******" bulletType="title"/>
<bullet bulletName="county" bulletText="county dispatch" bulletGroup="group2" bulletDefault="true" parseString="COUNTY DISPATCH ENFORCEMENT REPORTED"/>
<bullet bulletName="law" bulletText="law enforcement" bulletGroup="group2" parseString="LOCAL LAW ENFORCEMENT REPORTED"/>
<bullet bulletName="corps" bulletText="corps of engineers" bulletGroup="group2" parseString="CORPS OF ENGINEERS REPORTED"/>
<bullet bulletName="damop" bulletText="dam operator" bulletGroup="group2" parseString="DAM OPERATORS REPORTED"/>
<bullet bulletName="bureau" bulletText="bureau of reclamation" bulletGroup="group2" parseString="BUREAU OF RECLAMATION REPORTED"/>
<bullet bulletName="public" bulletText="the public" bulletGroup="group2" parseString="THE PUBLIC REPORTED"/>
<bullet bulletText="****** CALLS TO ACTION (choose 1 or more) ******" bulletType="title"/>
<bullet bulletName="drainages" bulletText="automated list of drainages" parseString="THIS INCLUDES THE FOLLOWING STREAMS AND DRAINAGES"/>
<bullet bulletName="floodMovingCTA" bulletText="Flooding is occurring in a particular stream/river" parseString="FLOOD WATERS ARE MOVING DOWN"/>
<bullet bulletName="taddCTA" bulletText="Turn around...dont drown" parseString="MOST FLOOD DEATHS OCCUR IN AUTOMOBILES"/>
<bullet bulletName="nighttimeCTA" bulletText="Nighttime flooding" parseString="BE ESPECIALLY CAUTIOUS AT NIGHT WHEN"/>
<bullet bulletName="vehicleCTA" bulletText="Do not drive into water" parseString="DO NOT DRIVE YOUR VEHICLE INTO AREAS WHERE THE WATER COVERS THE ROADWAY"/>
<bullet bulletName="warningMeansCTA" bulletText="A Flash Flood Warning means" parseString="A FLASH FLOOD WARNING MEANS FLASH FLOODING"/>
<bullet bulletName="powerFloodCTA" bulletText="Power of flood waters/vehicles" parseString="DO NOT UNDERESTIMATE THE POWER OF FLOOD WATERS"/>
<bullet bulletName="reportCTA" bulletText="Report flooding to local law enforcement" parseString="HAVE THE NEAREST LAW ENFORCEMENT AGENCY RELAY YOUR REPORT"/>
<bullet bulletText="****** DAM and DAM BREAK SCENARIOS (choose 1) ******" bulletType="title"/>
</bullets>
<damInfoBullets>
<damInfoBullet bulletName="branchedOakDam" bulletText="Branched Oak dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4096 9686 4094 9680 4089 9679 4089 9681 4087 9681 4086 9679 4081 9678 4082 9674 4077 9672 4082 9671 4084 9668 4085 9670 4084 9676 4093 9676 4100 9679 4096 9679 4098 9685"/>
<damInfoBullet bulletName="branchedOakDam - scen1" bulletText=" Branched Oak high fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="branchedOakDam - scen2" bulletText=" Branched Oak medium fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam" bulletText="Pawnee dam (Lancaster county)" bulletGroup="dam" coords="LAT...LON 4081 9679 4081 9676 4081 9674 4084 9670 4084 9669 4081 9672 4080 9671 4077 9671 4077 9673 4079 9674 4079 9680 4082 9685 4081 9687 4082 9687 4083 9688 4085 9685"/>
<damInfoBullet bulletName="pawneeDam - scen1" bulletText=" Pawnee Dam high fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen2" bulletText=" Pawnee Dam high normal" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen3" bulletText=" Pawnee Dam medium fast" bulletGroup="scenario"/>
<damInfoBullet bulletName="pawneeDam - scen4" bulletText=" Pawnee Dam medium normal" bulletGroup="scenario"/>
</damInfoBullets>
</bulletActionGroup>
</bulletActionGroups>
<!-- areaConfig: specifies how the area portion of the warning is generated; Mainly used
for determining the impacting counties in the 1st bullet
- inclusionPercent: If an area greater than this percentage of area is covered, include it in the warning
- inclusionArea: If an area greater than this is covered, include it in the warning (Square Kilometers)
- inclusionAndOr: AND - both inclusionPercent and inclusionArea must pass in
order to be included. OR - either inclusionPercent or inclusionArea
can pass pass to be included.
- pointField: the column name in the pointSource that contains the name of the point
- sortBy: Can sort by 'name','parent','size',
- pointFilter: Controls which point (i.e. cities) to include in the 1st bullet based on
the 'WARNGENLEV' of the point. WARNGENLEV is a value from 1 to 3.
key: WARNGENLEV (Column name in the pointSource)
value: 1,2,or 3 (Can only be a single value), 0 does nothing
type: INCLUSIVE - include only points that match the value
EXCLUSIVE - exclude only points that match the value
For example: INCLUSIVE 1,will only include points that are WARNGENLEV 1,
EXCLUSIVE 3, will only include points that are WARNGENLEV 1 and 2
- fipsField: the name of the attribute that retrieves the fips
- areaNotationField: The column in the areaSource table that contains the key
used to map to the correct areaNotation. Look at countTypes.txt
- areaNotationTranslationFile: TranslationFile to look up an area
notation located in /edex/data/utility/common_static/base/warngen
- includedWatchAreaBuffer: The number of MILES the warning polygon will be increased to include nearby watches
- otherPoints: this configures the otherPoints object for the fourth bullet. It
uses the same pointSource as the areaConfig
- includeAreaPoints: true/false, don't add name if already available for 1st bullet
- includeClosePoints: true/false, don't add name if already available for 3rd bullet
- sortBy - Can sort the path cast by 'distance', 'name', 'population','warngenlev','lat','lon',
-->
<areaConfig>
<inclusionPercent>0.00</inclusionPercent>
<inclusionAndOr>AND</inclusionAndOr>
<inclusionArea>10</inclusionArea>
<areaField>COUNTYNAME</areaField>
<parentAreaField>NAME</parentAreaField>
<areaNotationField>STATE</areaNotationField>
<areaNotationTranslationFile>countyTypes.txt</areaNotationTranslationFile>
<fipsField>FIPS</fipsField>
<pointField>NAME</pointField>
<sortBy>
<sort>parent</sort>
</sortBy>
<pointFilter>
<key>WARNGENLEV</key>
<value>1</value>
<type>INCLUSIVE</type>
</pointFilter>
<includedWatchAreaBuffer>25</includedWatchAreaBuffer>
<otherPoints>
<maxCount>50</maxCount>
<includeAreaPoints>true</includeAreaPoints>
<includeClosestPoints>true</includeClosestPoints>
<sortBy>
<sort>warngenlev</sort>
<sort>population</sort>
</sortBy>
</otherPoints>
</areaConfig>
<!-- closestPointsConfig: determines how the closest points to the storm
are generated. This configuration is usually applied to the 3rd bullet.
- numberOfPoints: number of closest points to generate
- pointField: The field out of the area field that is used for naming
the point
- pointFilter: Controls which point (i.e. cities) to include in the 1st bullet based on
the 'WARNGENLEV' of the point. WARNGENLEV is a value from 1 to 3.
key: WARNGENLEV (Column name in the pointSource)
value: 1,2,or 3 (Can only be a single value), 0 does nothing
type: INCLUSIVE - include only points that match the value
EXCLUSIVE - exclude only points that match the value
For example: INCLUSIVE 1,will only include points that are WARNGENLEV 1,
EXCLUSIVE 3, will only include points that are WARNGENLEV 1 and 2
- sortBy - Can sort the path cast by 'name', 'population','warngenlev'
-->
<closestPointsConfig>
<numberOfPoints>2</numberOfPoints>
<unitDistance>mi</unitDistance>
<unitSpeed>mph</unitSpeed>
<pointField>NAME</pointField>
<pointFilter>
<key>WARNGENLEV</key>
<value>0</value>
<type>EXCLUSIVE</type>
</pointFilter>
<sortBy>
<sort>warngenlev</sort>
</sortBy>
</closestPointsConfig>
<!-- pathcastConfig: If present, this indicates a track product is generated
to determine the areas the storm will pass under. This is mainly for the
4th bullet and used if type 1 is selected. Refer to VM_global_library.vm for details.
- enabled: 0 to disable pathCast, 1 to enable pathCast
- defaultSpeedKt: Default speed in knots
- defaultDirection: Default Direction (0 degrees is South)
- nearThreshold: Specifies a distance in Miles that indicates how close
a storm can be to a location to be included in the path cast;
- maxCount: max number of points can be included in each group
- pointField: the column name in the pointSource that contains the name of the point
- pointFilter: Controls which point to include based on the 'WARNGENLEV' of the point.
WARNGENLEV is a value from 1 to 3.
key: WARNGENLEV (Column name in the pointSource)
value: 1,2,or 3 (Can only be a single value), 0 does nothing
type: INCLUSIVE - include only points that match the value
EXCLUSIVE - exclude only points that match the value
For example: INCLUSIVE 1,will only include points that are WARNGENLEV 1,
EXCLUSIVE 3, will only include points that are WARNGENLEV 1 and 2
- areaField: the column name in the areaSource table that contains the name of the area
- parentAreaField: the column name in the area Source that contains the parent of the area (i.e. State)
- areaNotationField: The column in the areaSource table that contains the key
used to map to the correct areaNotation. Look at countTypes.txt
- areaNotationTranslationFile: TranslationFile to look up an area
notation located in /edex/data/utility/common_static/base/warngen
- sortBy: Can sort the path cast by 'distance', 'name', 'population','warngenlev','areaSource','parentSource'
-->
<pathcastConfig>
<enabled>0</enabled>
<defaultSpeedKt>20</defaultSpeedKt>
<defaultDirection>45</defaultDirection>
<nearThreshold>8.0</nearThreshold>
<interval>5</interval>
<maxCount>4</maxCount>
<maxGroup>8</maxGroup>
<pointField>Name</pointField>
<pointFilter>
<key>WARNGENLEV</key>
<value>0</value>
<type>EXCLUSIVE</type>
</pointFilter>
<areaField>COUNTYNAME</areaField>
<parentAreaField>STATE</parentAreaField>
<areaNotationField>STATE</areaNotationField>
<areaNotationTranslationFile>countyTypes.txt</areaNotationTranslationFile>
<sortBy>
<sort>distance</sort>
</sortBy>
</pathcastConfig>
<!-- geospatialConfig: The geospatial configuration
- pointSource: the name of the table that reads the points from (i.e. City, MarineSites)
- areaSource: the name of the table that reads the areas from (i.e. County)
- timezoneSource: the name of the table that reads the time zones from
- timezoneField: the column name of the table that contains the name of the time zone
- maskSource: Table name of the CWAs
- maskFilter: Upon initialization will gather all the areas that have a WFO
that matches what CAVE is localized to
-->
<geospatialConfig>
<pointSource>City</pointSource>
<areaSource>County</areaSource>
<parentAreaSource>States</parentAreaSource>
<timezoneSource>TIMEZONES</timezoneSource>
<timezoneField>TIME_ZONE</timezoneField>
<maskSource>CWA</maskSource>
<maskFilter>
<key>WFO</key>
<value>$warngenCWAFilter</value>
<type>INCLUSIVE</type>
</maskFilter>
</geospatialConfig>
<!-- riverBasinConfig: The River Drainage Basin configuration -->
<riverBasinConfig>
<basinSource>basins</basinSource>
<nameField>name</nameField>
<maskFilter>
<key>cwa</key>
<value>$warngenCWAFilter</value>
<type>INCLUSIVE</type>
</maskFilter>
</riverBasinConfig>
</warngenConfig>

View file

@ -8,7 +8,7 @@
#AWIPS_MODIFICATION_BLOCK_BEGIN
# ****** Update This Line as Needed
export AW_SITE_IDENTIFIER=OAX
export AW_SITE_IDENTIFIER=BOU
# locate EDEX_HOME
if [ "${EDEX_HOME}" = "" ]; then

View file

@ -111,7 +111,7 @@ fi
%post
echo -e "\nInstalling A2 gdm PostSession Default script"
scp /etc/gdm/PostSession/awips2VisualizeUtility.sh /etc/gdm/PostSession/Default
cp /etc/gdm/PostSession/awips2VisualizeUtility.sh /etc/gdm/PostSession/Default
#pushd . > /dev/null 2>&1
#cd /awips2/alertviz/plugins

View file

@ -319,17 +319,12 @@ rm -rf ${RPM_BUILD_ROOT}
/awips2/cave/*.ini
%dir /awips2/cave/configuration
/awips2/cave/configuration/*
%doc /awips2/cave/epl-v10.html
%dir /awips2/cave/features
/awips2/cave/features/*
%doc /awips2/cave/notice.html
%dir /awips2/cave/p2
/awips2/cave/p2/*
%dir /awips2/cave/plugins
/awips2/cave/plugins/*
%docdir /awips2/cave/readme
%dir /awips2/cave/readme
/awips2/cave/readme/*
/awips2/cave/.eclipseproduct
%defattr(755,awips,fxalpha,755)

View file

@ -7,7 +7,7 @@
Summary: Pypies Apache HTTP Server
Name: awips2-httpd-pypies
Version: 2.2.15
Release: 15.11
Release: 15.14
URL: http://httpd.apache.org/
Source0: http://archive.apache.org/dist/httpd/httpd-%{version}.tar.gz
Source1: index.html
@ -84,7 +84,7 @@ Provides: httpd-mmn = %{mmn}
Obsoletes: apache, secureweb, mod_dav, mod_gzip, stronghold-apache
Obsoletes: stronghold-htdocs, mod_put, mod_roaming
Conflicts: pcre < 4.0
Requires: apr-util-ldap
Requires: apr-util-ldap, mod_ssl
requires: awips2-pypies
%description

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