awips2/cave/com.raytheon.viz.gfe/help/ConfigureTextProducts.html
root e2ecdcfe33 Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: a02aeb236c [formerly 9f19e3f712] [formerly a02aeb236c [formerly 9f19e3f712] [formerly 06a8b51d6d [formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]]]
Former-commit-id: 06a8b51d6d
Former-commit-id: 8e80217e59 [formerly 3360eb6c5f]
Former-commit-id: 377dcd10b9
2012-01-06 08:55:05 -06:00

1186 lines
59 KiB
HTML

<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR"
content="Mozilla/4.79 [en] (X11; U; Linux 2.4.9-34smp i686) [Netscape]">
<title>configureTextProducts User's Guide</title>
</head>
<body bgcolor="#ffffff">
<h1 class="1Heading">
configureTextProducts User's Guide</h1>
<div class="1Heading">January 3, 2006<br>
</div>
<h2 class="1Heading">
<a name="TableofContents"></a>Table of Contents</h2>
<h4 class="1Heading">
<a href="#Overview">Overview</a></h4>
<h4 class="1Heading">
<a href="#Running">Running the configureTextProducts Program</a></h4>
<h4 class="1Heading">
<a href="#ExampleData">Example Output</a></h4>
<div class="1Heading">
<hr width="100%"></div>
<h2 class="1Heading">
<a name="Overview"></a>Overview</h2>
<div class="1Heading">The configureTextProducts program is a utility
that
is automatically run during the GFESuite installation and each time
the ifpServer is started. <span
style="font-weight: bold; color: rgb(255, 0, 0);">Normally it is not
needed to be run manually.</span> The program automatically configures
the GFESuite set
of formatters based on the afos2awips.txt PIL/WMOID table. There are
other options available with configureTextProducts as well. You can run
it to delete the templated formatters, list the pil/wmoid information
for
your site, or list the pil/wmoid information for all sites.
The information output is sent to stdout and may be rerouted to a file
if desired. The create and delete modes also modify files on disk.<br>
<br>
The configureTextProducts program can be used to specify an alternate
afos2awips.txt file rather than the official file.&nbsp; This
capability is normally only used for testing.<br>
</div>
<div class="1Heading">
<hr width="100%"></div>
<h3 class="1Heading">
<a name="Running"></a>Running the configureTextProducts Program</h3>
<div class="1Heading"><span style="color: rgb(255, 0, 0);">The running
of the configureTextProducts program has changed with IFPS17.6.</span><br>
&nbsp;</div>
<div class="1Heading">This program is run from the GFESuite bin
directory and must be run as the user that installed the GFESuite. The
command line syntax is:</div>
<br>
<div class="1Heading"><tt>configureTextProducts -m MODE [-a
alterateA2AFile]<br>
</tt></div>
<br>
<div class="1Heading">A sample command line is:</div>
<br>
<div class="1Heading"><tt>configureTextProducts -m CREATE</tt></div>
<br>
<div class="1Heading">&nbsp;</div>
<table nosave="" style="width: 100%;" border="1">
<tbody>
<tr>
<td style="width: 300px;"><b>Option Syntax</b></td>
<td><b>Description</b></td>
</tr>
<tr>
<td style="width: 300px;">configureTextProducts -m CREATE</td>
<td>Creates the formatter templates based on pil/wmoid
information in the afos2awips.txt table.</td>
</tr>
<tr>
<td style="width: 300px;">configureTextProducts -m DELETE</td>
<td>Deletes the formatter templates based on pil/wmoid
information in the afos2awips.txt table. This is normally used when
changing site identifiers (for purposes of service backup) to clean out
irrelavant products.</td>
</tr>
<tr>
<td style="width: 300px;">configureTextProducts -m INFO</td>
<td>Displays the PIL/WMOID table for each GFE product for the
configured site.</td>
</tr>
<tr>
<td style="width: 300px;">configureTextProducts -m ALLINFO</td>
<td>Displays the PIL?WMOID table for each GFE product for ALL
known sites.</td>
</tr>
<tr>
<td style="vertical-align: top;">configureTextProducts -m mode -a
a2aFile<br>
</td>
<td style="vertical-align: top;">Performs the "mode" indicated,
and uses the alternate afos2awips.txt file identified as "a2aFile".<br>
</td>
</tr>
</tbody>
</table>
<br>
<div class="1Heading">
<hr width="100%"></div>
<br>
&nbsp;
<h3 class="1Heading"><a name="ExampleData"></a>Example Output</h3>
<div class="1Heading">The following shows some example output and how
it
is interpreted. The output is actually written into the log file
directory
and that portion of the log entries have been removed.
&nbsp;
<p></p>
<h4>CREATE and DELETE modes</h4>
<p><b><tt>configureTextProducts CREATE</tt></b>
<br>
</p>
<p style="font-family: monospace; font-weight: bold;">22:54:43.706
configureTextProducts.py 1356 EVENT:&nbsp; Configuring Text Products
Begin........<br>
22:54:43.707 configureTextProducts.py 1385 PROBLEM:&nbsp;
WARNING...Unable to open&nbsp; /awips/fxa/data/afos2awips.txt ...
trying backup<br>
22:54:43.708 configureTextProducts.py 1381 VERBOSE:&nbsp; Using...
/home/mark/HEAD/GFESuite/release/data/textInstall/afos2awips.txt<br>
22:54:43.711 configureTextProducts.py 1273 EVENT:&nbsp;&nbsp;&nbsp; ..
Deleting Existing Baseline Templates Begin........<br>
22:54:43.714 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
FWFTable.py<br>
22:54:43.715 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
CivilEmerg.py<br>
22:54:43.715 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
FWS_Site_MultiPil_Baseline.py<br>
22:54:43.723 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
CivilEmerg_TOE_MultiPil_Local.py<br>
22:54:43.729 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
RFD_Local.py<br>
22:54:43.730 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
MVF.py<br>
22:54:43.730 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
Hazard_WSW_MultiPil_Local.py<br>
22:54:43.736 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
FWF.py<br>
22:54:43.737 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
NSH.py<br>
22:54:43.737 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
CivilEmerg_AVA_MultiPil_Local.py<br>
22:54:43.744 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
CivilEmerg_RHW_MultiPil_Local.py<br>
22:54:43.750 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
Hazard_FFA_MultiPil.py<br>
22:54:43.756 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
Hazard_NPW_MultiPil.py<br>
22:54:43.762 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
CivilEmerg_CAE_MultiPil_Local.py<br>
22:54:43.770 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
CivilEmerg_EQW_MultiPil_Local.py<br>
22:54:43.776 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
Hazard_RFW_MultiPil_Local.py<br>
22:54:43.782 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
CivilEmerg_EQR_MultiPil_Local.py<br>
22:54:43.789 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
ESF_Local.py<br>
22:54:43.789 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
SFT.py<br>
22:54:43.790 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
NOW_Local.py<br>
22:54:43.790 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
AFD.py<br>
22:54:43.791 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
Product_Site_MultiPil_Baseline.py<br>
22:54:44.117 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
GLF.py<br>
22:54:44.117 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
Hazard_WCN_MultiPil.py<br>
22:54:44.122 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
Product_Site_MultiPil.py<br>
22:54:44.381 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
Hazard_CFW_MultiPil.py<br>
22:54:44.386 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
GenericHazards.py<br>
22:54:44.387 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
Product_Site_MultiPil_Region.py<br>
22:54:44.618 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
CivilEmerg_CEM_MultiPil_Local.py<br>
22:54:44.624 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
Hazard_NPW_MultiPil_Local.py<br>
22:54:44.630 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
CivilEmerg_ADR_MultiPil_Local.py<br>
22:54:44.637 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
Hazard_MWS_MultiPil.py<br>
22:54:44.642 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
Hazard_RFW_MultiPil.py<br>
22:54:44.647 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
CivilEmerg_AVW_MultiPil_Local.py<br>
22:54:44.654 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
FWS_Site_MultiPil.py<br>
22:54:44.656 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
CivilEmerg_VOW_MultiPil_Local.py<br>
22:54:44.662 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
Hazard_MWS_MultiPil_Local.py<br>
22:54:44.668 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
Hazard_HLS_MultiPil.py<br>
22:54:44.674 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
Hazard_HLS_MultiPil_Local.py<br>
22:54:44.680 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
CivilEmerg_NUW_MultiPil_Local.py<br>
22:54:44.686 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
PFM.py<br>
22:54:44.687 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
GenericReport.py<br>
22:54:44.687 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
CWF_Pacific.py<br>
22:54:44.688 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
CivilEmerg_LEW_MultiPil_Local.py<br>
22:54:44.694 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
Hazard_WSW_MultiPil.py<br>
22:54:44.699 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
CCF.py<br>
22:54:44.700 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
CivilEmerg_FRW_MultiPil_Local.py<br>
22:54:44.706 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
Hazard_FFA_MultiPil_Local.py<br>
22:54:44.713 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
CivilEmerg_SPW_MultiPil_Local.py<br>
22:54:44.719 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
OFF.py<br>
22:54:44.720 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
SAF_Site_MultiPil.py<br>
22:54:44.721 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
Hazard_HWO_MultiPil.py<br>
22:54:44.726 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
CivilEmerg_CDW_MultiPil_Local.py<br>
22:54:44.733 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
Hazard_WCN_MultiPil_Local.py<br>
22:54:44.739 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
FWS_Site_MultiPil_Region.py<br>
22:54:44.740 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
SPS_MultiPil_Local.py<br>
22:54:44.745 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
SAF_Site_MultiPil_Region.py<br>
22:54:44.746 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
CWF.py<br>
22:54:44.746 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
CivilEmerg_EVI_MultiPil_Local.py<br>
22:54:44.753 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
AreaFcst.py<br>
22:54:44.753 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
Hazard_CFW_MultiPil_Local.py<br>
22:54:44.760 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
FWM.py<br>
22:54:44.761 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
CivilEmerg_HMW_MultiPil_Local.py<br>
22:54:44.767 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
CivilEmerg_LAE_MultiPil_Local.py<br>
22:54:44.774 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
PNS_Local.py<br>
22:54:44.774 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
SAF_Site_MultiPil_Baseline.py<br>
22:54:44.775 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
Hazard_HWO_MultiPil_Local.py<br>
22:54:44.783 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
CCF_Site_MultiPil_Definition.py<br>
22:54:44.791 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
FWFTable_Site_MultiPil_Definition.py<br>
22:54:44.801 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
MVF_Site_MultiPil_Definition.py<br>
22:54:44.809 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
CWF_Site_MultiPil_Definition.py<br>
22:54:44.818 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
PFM_Site_MultiPil_Definition.py<br>
22:54:44.826 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
FIPS_EA_Site_MultiPil_Definition.py<br>
22:54:44.836 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
Product_Site_Overrides.py<br>
22:54:44.927 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
FWM_Site_MultiPil_Definition.py<br>
22:54:44.935 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
FWS_Site_MultiPil_Definition.py<br>
22:54:44.943 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
MarineZones_EA_Site_MultiPil_Definition.py<br>
22:54:44.954 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
SFT_Site_MultiPil_Definition.py<br>
22:54:44.963 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
NSH_Site_MultiPil_Definition.py<br>
22:54:44.972 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
FireWxZones_EA_Site_MultiPil_Definition.py<br>
22:54:44.982 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
FWF_Site_MultiPil_Definition.py<br>
22:54:44.991 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
PublicMarine_EA_Site_MultiPil_Definition.py<br>
22:54:45.002 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
AFD_Site_MultiPil_Definition.py<br>
22:54:45.010 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
OFF_Site_MultiPil_Definition.py<br>
22:54:45.018 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
PublicZones_EA_Site_MultiPil_Definition.py<br>
22:54:45.029 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
Product_Region_Overrides.py<br>
22:54:45.119 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
AFM_Site_MultiPil_Definition.py<br>
22:54:45.127 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
GLF_Site_MultiPil_Definition.py<br>
22:54:45.136 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
SAF_Site_MultiPil_Definition.py<br>
22:54:45.144 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
ZFP_Site_MultiPil_Definition.py<br>
22:54:45.153 configureTextProducts.py 1295 VERBOSE:&nbsp; Template=
CWF_Pacific_Site_MultiPil_Definition.py<br>
22:54:45.163 configureTextProducts.py 1339 EVENT:&nbsp;&nbsp;&nbsp; ..
Deleting Existing Baseline Templates Finished........<br>
22:54:45.267 configureTextProducts.py 1208 VERBOSE:&nbsp; PIL List:
(product) (pil, wmoid, site)<br>
22:54:45.267 configureTextProducts.py 1210 VERBOSE:&nbsp; ADR
[('SLCADRSLC', 'WOUS45', 'KSLC')]<br>
22:54:45.267 configureTextProducts.py 1210 VERBOSE:&nbsp; AFD
[('SLCAFDSLC', 'FXUS65', 'KSLC')]<br>
22:54:45.268 configureTextProducts.py 1210 VERBOSE:&nbsp; AFM
[('SLCAFMSLC', 'FOUS55', 'KSLC')]<br>
22:54:45.268 configureTextProducts.py 1210 VERBOSE:&nbsp; AVA
[('SLCAVASLC', 'WOUS45', 'KSLC')]<br>
22:54:45.268 configureTextProducts.py 1210 VERBOSE:&nbsp; AVW
[('SLCAVWSLC', 'WOUS45', 'KSLC')]<br>
22:54:45.269 configureTextProducts.py 1210 VERBOSE:&nbsp; CAE
[('SLCCAESLC', 'WOUS45', 'KSLC')]<br>
22:54:45.269 configureTextProducts.py 1210 VERBOSE:&nbsp; CCF
[('SLCCCFSLC', 'FPUS45', 'KSLC')]<br>
22:54:45.269 configureTextProducts.py 1210 VERBOSE:&nbsp; CDW
[('SLCCDWSLC', 'WOUS45', 'KSLC')]<br>
22:54:45.270 configureTextProducts.py 1210 VERBOSE:&nbsp; CEM
[('SLCCEMSLC', 'WOUS45', 'KSLC')]<br>
22:54:45.270 configureTextProducts.py 1210 VERBOSE:&nbsp; CFW []<br>
22:54:45.270 configureTextProducts.py 1210 VERBOSE:&nbsp; CWF []<br>
22:54:45.271 configureTextProducts.py 1210 VERBOSE:&nbsp; EQR
[('SLCEQRSLC', 'SEUS65', 'KSLC')]<br>
22:54:45.271 configureTextProducts.py 1210 VERBOSE:&nbsp; EQW
[('SLCEQWSLC', 'WOUS45', 'KSLC')]<br>
22:54:45.271 configureTextProducts.py 1210 VERBOSE:&nbsp; ESF
[('SLCESFSLC', 'FGUS75', 'KSLC')]<br>
22:54:45.272 configureTextProducts.py 1210 VERBOSE:&nbsp; EVI
[('SLCEVISLC', 'WOUS45', 'KSLC')]<br>
22:54:45.272 configureTextProducts.py 1210 VERBOSE:&nbsp; FFA
[('SLCFFASLC', 'WGUS65', 'KSLC')]<br>
22:54:45.272 configureTextProducts.py 1210 VERBOSE:&nbsp; FRW
[('SLCFRWSLC', 'WOUS45', 'KSLC')]<br>
22:54:45.273 configureTextProducts.py 1210 VERBOSE:&nbsp; FWF
[('SLCFWFSLC', 'FNUS55', 'KSLC')]<br>
22:54:45.273 configureTextProducts.py 1210 VERBOSE:&nbsp; FWM
[('SLCFWMSLC', 'FNUS85', 'KSLC')]<br>
22:54:45.273 configureTextProducts.py 1210 VERBOSE:&nbsp; FWS
[('SLCFWSSLC', 'FNUS75', 'KSLC')]<br>
22:54:45.274 configureTextProducts.py 1210 VERBOSE:&nbsp; GLF []<br>
22:54:45.274 configureTextProducts.py 1210 VERBOSE:&nbsp; HLS []<br>
22:54:45.274 configureTextProducts.py 1210 VERBOSE:&nbsp; HMW
[('SLCHMWSLC', 'WOUS45', 'KSLC')]<br>
22:54:45.275 configureTextProducts.py 1210 VERBOSE:&nbsp; HWO
[('SLCHWOSLC', 'FLUS45', 'KSLC')]<br>
22:54:45.275 configureTextProducts.py 1210 VERBOSE:&nbsp; LAE
[('SLCLAESLC', 'WOUS45', 'KSLC')]<br>
22:54:45.275 configureTextProducts.py 1210 VERBOSE:&nbsp; LEW
[('SLCLEWSLC', 'WOUS45', 'KSLC')]<br>
22:54:45.276 configureTextProducts.py 1210 VERBOSE:&nbsp; MVF []<br>
22:54:45.276 configureTextProducts.py 1210 VERBOSE:&nbsp; MWS []<br>
22:54:45.276 configureTextProducts.py 1210 VERBOSE:&nbsp; NOW
[('SLCNOWSLC', 'FPUS75', 'KSLC')]<br>
22:54:45.277 configureTextProducts.py 1210 VERBOSE:&nbsp; NPW
[('SLCNPWSLC', 'WWUS75', 'KSLC')]<br>
22:54:45.277 configureTextProducts.py 1210 VERBOSE:&nbsp; NSH []<br>
22:54:45.277 configureTextProducts.py 1210 VERBOSE:&nbsp; NUW
[('SLCNUWSLC', 'WOUS45', 'KSLC')]<br>
22:54:45.278 configureTextProducts.py 1210 VERBOSE:&nbsp; OFF []<br>
22:54:45.278 configureTextProducts.py 1210 VERBOSE:&nbsp; PFM
[('SLCPFMSLC', 'FOUS55', 'KSLC')]<br>
22:54:45.278 configureTextProducts.py 1210 VERBOSE:&nbsp; PNS
[('SLCPNSSLC', 'NOUS45', 'KSLC')]<br>
22:54:45.279 configureTextProducts.py 1210 VERBOSE:&nbsp; RFD
[('SLCRFDSLC', 'FNUS65', 'KSLC')]<br>
22:54:45.279 configureTextProducts.py 1210 VERBOSE:&nbsp; RFW
[('SLCRFWSLC', 'WWUS85', 'KSLC')]<br>
22:54:45.279 configureTextProducts.py 1210 VERBOSE:&nbsp; RHW
[('SLCRHWSLC', 'WOUS45', 'KSLC')]<br>
22:54:45.280 configureTextProducts.py 1210 VERBOSE:&nbsp; SAF []<br>
22:54:45.280 configureTextProducts.py 1210 VERBOSE:&nbsp; SFT
[('SLCSFTSLC', 'FPUS65', 'KSLC'), ('SLCSFTUT', 'FPUS65', 'KSLC')]<br>
22:54:45.280 configureTextProducts.py 1210 VERBOSE:&nbsp; SPS
[('SLCSPSSLC', 'WWUS85', 'KSLC')]<br>
22:54:45.281 configureTextProducts.py 1210 VERBOSE:&nbsp; SPW
[('SLCSPWSLC', 'WOUS45', 'KSLC')]<br>
22:54:45.281 configureTextProducts.py 1210 VERBOSE:&nbsp; TOE
[('SLCTOESLC', 'WOUS45', 'KSLC')]<br>
22:54:45.281 configureTextProducts.py 1210 VERBOSE:&nbsp; VOW
[('SLCVOWSLC', 'WOUS45', 'KSLC')]<br>
22:54:45.282 configureTextProducts.py 1210 VERBOSE:&nbsp; WCN
[('SLCWCNSLC', 'WWUS65', 'KSLC')]<br>
22:54:45.282 configureTextProducts.py 1210 VERBOSE:&nbsp; WSW
[('SLCWSWSLC', 'WWUS45', 'KSLC')]<br>
22:54:45.282 configureTextProducts.py 1210 VERBOSE:&nbsp; ZFP
[('SLCZFPSLC', 'FPUS55', 'KSLC')]<br>
22:54:45.283 configureTextProducts.py 960 EVENT:&nbsp; Processing
Formatter Templates.......<br>
22:54:45.284 configureTextProducts.py 989 VERBOSE:&nbsp;
================================================================<br>
22:54:45.284 configureTextProducts.py 991 VERBOSE:&nbsp; file:&nbsp;
data/textInstall/TextProduct_BASE/FWFTable.py<br>
22:54:45.284 configureTextProducts.py 992 VERBOSE:&nbsp;
regularNameBase:&nbsp; FWFTable<br>
22:54:45.285 configureTextProducts.py 993 VERBOSE:&nbsp;
RegNameExt:&nbsp; .py<br>
22:54:45.285 configureTextProducts.py 999 VERBOSE:&nbsp;
PRODUCTS:&nbsp; ['FWF']<br>
22:54:45.286 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.286 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; FWF<br>
22:54:45.286 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['FWF']<br>
22:54:45.287 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp;
[{'awipsWANPil': 'KSLCFWFSLC', 'textdbPil': 'SLCFWFSLC', 'pil':
'FWFSLC', 'wmoID': 'FNUS55'}]<br>
22:54:45.297 configureTextProducts.py 1040
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ---&gt;
data/databases/BASE/TEXT/TextProduct/FWFTable.TextProduct<br>
22:54:45.299 configureTextProducts.py 989 VERBOSE:&nbsp;
================================================================<br>
22:54:45.299 configureTextProducts.py 991 VERBOSE:&nbsp; file:&nbsp;
data/textInstall/TextProduct_BASE/CivilEmerg.py<br>
22:54:45.299 configureTextProducts.py 992 VERBOSE:&nbsp;
regularNameBase:&nbsp; CivilEmerg<br>
22:54:45.300 configureTextProducts.py 993 VERBOSE:&nbsp;
RegNameExt:&nbsp; .py<br>
22:54:45.300 configureTextProducts.py 999 VERBOSE:&nbsp;
PRODUCTS:&nbsp; ['NONE']<br>
22:54:45.300 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.301 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; NONE<br>
22:54:45.301 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['NONE']<br>
22:54:45.302 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp;
[{'awipsWANPil': 'kssscccnnn', 'textdbPil': 'cccnnnxxx', 'pil':
'nnnxxx', 'wmoID': 'wmoidd'}]<br>
22:54:45.303 configureTextProducts.py 1040
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ---&gt;
data/databases/BASE/TEXT/TextProduct/CivilEmerg.TextProduct<br>
22:54:45.304 configureTextProducts.py 989 VERBOSE:&nbsp;
================================================================<br>
22:54:45.304 configureTextProducts.py 991 VERBOSE:&nbsp; file:&nbsp;
data/textInstall/TextProduct_BASE/FWS_Site_MultiPil_Baseline.py<br>
22:54:45.305 configureTextProducts.py 992 VERBOSE:&nbsp;
regularNameBase:&nbsp; FWS_Site_MultiPil_Baseline<br>
22:54:45.305 configureTextProducts.py 993 VERBOSE:&nbsp;
RegNameExt:&nbsp; .py<br>
22:54:45.305 configureTextProducts.py 999 VERBOSE:&nbsp;
PRODUCTS:&nbsp; ['FWS']<br>
22:54:45.306 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.306 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; FWS<br>
22:54:45.306 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['FWS']<br>
22:54:45.307 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp;
[{'awipsWANPil': 'KSLCFWSSLC', 'textdbPil': 'SLCFWSSLC', 'pil':
'FWSSLC', 'wmoID': 'FNUS75'}]<br>
22:54:45.308 configureTextProducts.py 1040
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ---&gt;
data/databases/BASE/TEXT/TextProduct/FWS_FPSLC_FPBaseline.TextProduct<br>
22:54:45.309 configureTextProducts.py 989 VERBOSE:&nbsp;
================================================================<br>
22:54:45.309 configureTextProducts.py 991 VERBOSE:&nbsp; file:&nbsp;
data/textInstall/TextProduct_BASE/CivilEmerg_TOE_MultiPil_Local.py<br>
22:54:45.310 configureTextProducts.py 992 VERBOSE:&nbsp;
regularNameBase:&nbsp; CivilEmerg_TOE_MultiPil_Local<br>
22:54:45.310 configureTextProducts.py 993 VERBOSE:&nbsp;
RegNameExt:&nbsp; .py<br>
22:54:45.310 configureTextProducts.py 999 VERBOSE:&nbsp;
PRODUCTS:&nbsp; ['TOE']<br>
22:54:45.311 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.311 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; TOE<br>
22:54:45.311 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['TOE']<br>
22:54:45.312 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp;
[{'awipsWANPil': 'KSLCTOESLC', 'textdbPil': 'SLCTOESLC', 'pil':
'TOESLC', 'wmoID': 'WOUS45'}]<br>
22:54:45.313 configureTextProducts.py 1040
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ---&gt;
data/databases/BASE/TEXT/TextProduct/CivilEmerg_FPTOE_FPLocal.TextProduct<br>
22:54:45.314 configureTextProducts.py 989 VERBOSE:&nbsp;
================================================================<br>
22:54:45.314 configureTextProducts.py 991 VERBOSE:&nbsp; file:&nbsp;
data/textInstall/TextProduct_BASE/RFD_Local.py<br>
22:54:45.314 configureTextProducts.py 992 VERBOSE:&nbsp;
regularNameBase:&nbsp; RFD_Local<br>
22:54:45.315 configureTextProducts.py 993 VERBOSE:&nbsp;
RegNameExt:&nbsp; .py<br>
22:54:45.315 configureTextProducts.py 999 VERBOSE:&nbsp;
PRODUCTS:&nbsp; ['RFD']<br>
22:54:45.315 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.316 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; RFD<br>
22:54:45.316 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['RFD']<br>
22:54:45.316 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp;
[{'awipsWANPil': 'KSLCRFDSLC', 'textdbPil': 'SLCRFDSLC', 'pil':
'RFDSLC', 'wmoID': 'FNUS65'}]<br>
22:54:45.318 configureTextProducts.py 1040
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ---&gt;
data/databases/BASE/TEXT/TextProduct/RFD_FPLocal.TextProduct<br>
22:54:45.319 configureTextProducts.py 989 VERBOSE:&nbsp;
================================================================<br>
22:54:45.319 configureTextProducts.py 991 VERBOSE:&nbsp; file:&nbsp;
data/textInstall/TextProduct_BASE/MVF.py<br>
22:54:45.319 configureTextProducts.py 992 VERBOSE:&nbsp;
regularNameBase:&nbsp; MVF<br>
22:54:45.320 configureTextProducts.py 993 VERBOSE:&nbsp;
RegNameExt:&nbsp; .py<br>
22:54:45.320 configureTextProducts.py 999 VERBOSE:&nbsp;
PRODUCTS:&nbsp; ['MVF']<br>
22:54:45.320 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.321 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; MVF<br>
22:54:45.321 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['MVF']<br>
22:54:45.321 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp; []<br>
22:54:45.322 configureTextProducts.py 989 VERBOSE:&nbsp;
================================================================<br>
22:54:45.322 configureTextProducts.py 991 VERBOSE:&nbsp; file:&nbsp;
data/textInstall/TextProduct_BASE/Hazard_WSW_MultiPil_Local.py<br>
22:54:45.323 configureTextProducts.py 992 VERBOSE:&nbsp;
regularNameBase:&nbsp; Hazard_WSW_MultiPil_Local<br>
22:54:45.323 configureTextProducts.py 993 VERBOSE:&nbsp;
RegNameExt:&nbsp; .py<br>
22:54:45.323 configureTextProducts.py 999 VERBOSE:&nbsp;
PRODUCTS:&nbsp; ['WSW']<br>
22:54:45.324 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.324 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; WSW<br>
22:54:45.325 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['WSW']<br>
22:54:45.325 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp;
[{'awipsWANPil': 'KSLCWSWSLC', 'textdbPil': 'SLCWSWSLC', 'pil':
'WSWSLC', 'wmoID': 'WWUS45'}]<br>
22:54:45.326 configureTextProducts.py 1040
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ---&gt;
data/databases/BASE/TEXT/TextProduct/Hazard_FPWSW_FPLocal.TextProduct<br>
22:54:45.327 configureTextProducts.py 989 VERBOSE:&nbsp;
================================================================<br>
22:54:45.327 configureTextProducts.py 991 VERBOSE:&nbsp; file:&nbsp;
data/textInstall/TextProduct_BASE/FWF.py<br>
22:54:45.327 configureTextProducts.py 992 VERBOSE:&nbsp;
regularNameBase:&nbsp; FWF<br>
22:54:45.328 configureTextProducts.py 993 VERBOSE:&nbsp;
RegNameExt:&nbsp; .py<br>
22:54:45.328 configureTextProducts.py 999 VERBOSE:&nbsp;
PRODUCTS:&nbsp; ['FWF']<br>
22:54:45.328 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.329 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; FWF<br>
22:54:45.329 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['FWF']<br>
22:54:45.329 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp;
[{'awipsWANPil': 'KSLCFWFSLC', 'textdbPil': 'SLCFWFSLC', 'pil':
'FWFSLC', 'wmoID': 'FNUS55'}]<br>
22:54:45.336 configureTextProducts.py 1040
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ---&gt;
data/databases/BASE/TEXT/TextProduct/FWF.TextProduct<br>
22:54:45.337 configureTextProducts.py 989 VERBOSE:&nbsp;
================================================================<br>
22:54:45.338 configureTextProducts.py 991 VERBOSE:&nbsp; file:&nbsp;
data/textInstall/TextProduct_BASE/NSH.py<br>
22:54:45.338 configureTextProducts.py 992 VERBOSE:&nbsp;
regularNameBase:&nbsp; NSH<br>
22:54:45.338 configureTextProducts.py 993 VERBOSE:&nbsp;
RegNameExt:&nbsp; .py<br>
22:54:45.339 configureTextProducts.py 999 VERBOSE:&nbsp;
PRODUCTS:&nbsp; ['NSH']<br>
22:54:45.339 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.339 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; NSH<br>
22:54:45.340 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['NSH']<br>
22:54:45.340 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp; []<br>
22:54:45.341 configureTextProducts.py 989 VERBOSE:&nbsp;
================================================================<br>
22:54:45.341 configureTextProducts.py 991 VERBOSE:&nbsp; file:&nbsp;
data/textInstall/TextProduct_BASE/CivilEmerg_AVA_MultiPil_Local.py<br>
22:54:45.341 configureTextProducts.py 992 VERBOSE:&nbsp;
regularNameBase:&nbsp; CivilEmerg_AVA_MultiPil_Local<br>
22:54:45.342 configureTextProducts.py 993 VERBOSE:&nbsp;
RegNameExt:&nbsp; .py<br>
22:54:45.342 configureTextProducts.py 999 VERBOSE:&nbsp;
PRODUCTS:&nbsp; ['AVA']<br>
22:54:45.343 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.343 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; AVA<br>
22:54:45.343 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['AVA']<br>
22:54:45.344 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp;
[{'awipsWANPil': 'KSLCAVASLC', 'textdbPil': 'SLCAVASLC', 'pil':
'AVASLC', 'wmoID': 'WOUS45'}]<br>
22:54:45.345 configureTextProducts.py 1040
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ---&gt;
data/databases/BASE/TEXT/TextProduct/CivilEmerg_FPAVA_FPLocal.TextProduct<br>
22:54:45.345 configureTextProducts.py 989 VERBOSE:&nbsp;
================================================================<br>
22:54:45.346 configureTextProducts.py 991 VERBOSE:&nbsp; file:&nbsp;
data/textInstall/TextProduct_BASE/CivilEmerg_RHW_MultiPil_Local.py<br>
22:54:45.346 configureTextProducts.py 992 VERBOSE:&nbsp;
regularNameBase:&nbsp; CivilEmerg_RHW_MultiPil_Local<br>
22:54:45.346 configureTextProducts.py 993 VERBOSE:&nbsp;
RegNameExt:&nbsp; .py<br>
22:54:45.347 configureTextProducts.py 999 VERBOSE:&nbsp;
PRODUCTS:&nbsp; ['RHW']<br>
22:54:45.347 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.348 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; RHW<br>
22:54:45.348 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['RHW']<br>
22:54:45.348 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp;
[{'awipsWANPil': 'KSLCRHWSLC', 'textdbPil': 'SLCRHWSLC', 'pil':
'RHWSLC', 'wmoID': 'WOUS45'}]<br>
22:54:45.349 configureTextProducts.py 1040
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ---&gt;
data/databases/BASE/TEXT/TextProduct/CivilEmerg_FPRHW_FPLocal.TextProduct<br>
22:54:45.350 configureTextProducts.py 989 VERBOSE:&nbsp;
================================================================<br>
22:54:45.350 configureTextProducts.py 991 VERBOSE:&nbsp; file:&nbsp;
data/textInstall/TextProduct_BASE/Hazard_FFA_MultiPil.py<br>
22:54:45.351 configureTextProducts.py 992 VERBOSE:&nbsp;
regularNameBase:&nbsp; Hazard_FFA_MultiPil<br>
22:54:45.351 configureTextProducts.py 993 VERBOSE:&nbsp;
RegNameExt:&nbsp; .py<br>
22:54:45.352 configureTextProducts.py 999 VERBOSE:&nbsp;
PRODUCTS:&nbsp; ['FFA']<br>
22:54:45.352 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.352 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; FFA<br>
22:54:45.353 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['FFA']<br>
22:54:45.353 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp;
[{'awipsWANPil': 'KSLCFFASLC', 'textdbPil': 'SLCFFASLC', 'pil':
'FFASLC', 'wmoID': 'WGUS65'}]<br>
22:54:45.357 configureTextProducts.py 1040
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ---&gt;
data/databases/BASE/TEXT/TextProduct/Hazard_FPFFA.TextProduct<br>
22:54:45.358 configureTextProducts.py 989 VERBOSE:&nbsp;
================================================================<br>
22:54:45.359 configureTextProducts.py 991 VERBOSE:&nbsp; file:&nbsp;
data/textInstall/TextProduct_BASE/Hazard_NPW_MultiPil.py<br>
22:54:45.359 configureTextProducts.py 992 VERBOSE:&nbsp;
regularNameBase:&nbsp; Hazard_NPW_MultiPil<br>
22:54:45.359 configureTextProducts.py 993 VERBOSE:&nbsp;
RegNameExt:&nbsp; .py<br>
22:54:45.360 configureTextProducts.py 999 VERBOSE:&nbsp;
PRODUCTS:&nbsp; ['NPW']<br>
22:54:45.360 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.361 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; NPW<br>
22:54:45.361 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['NPW']<br>
22:54:45.361 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp;
[{'awipsWANPil': 'KSLCNPWSLC', 'textdbPil': 'SLCNPWSLC', 'pil':
'NPWSLC', 'wmoID': 'WWUS75'}]<br>
22:54:45.363 configureTextProducts.py 1040
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ---&gt;
data/databases/BASE/TEXT/TextProduct/Hazard_FPNPW.TextProduct<br>
22:54:45.364 configureTextProducts.py 989 VERBOSE:&nbsp;
================================================================<br>
22:54:45.364 configureTextProducts.py 991 VERBOSE:&nbsp; file:&nbsp;
data/textInstall/TextProduct_BASE/CivilEmerg_CAE_MultiPil_Local.py<br>
22:54:45.365 configureTextProducts.py 992 VERBOSE:&nbsp;
regularNameBase:&nbsp; CivilEmerg_CAE_MultiPil_Local<br>
22:54:45.365 configureTextProducts.py 993 VERBOSE:&nbsp;
RegNameExt:&nbsp; .py<br>
22:54:45.365 configureTextProducts.py 999 VERBOSE:&nbsp;
PRODUCTS:&nbsp; ['CAE']<br>
22:54:45.366 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.366 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; CAE<br>
22:54:45.366 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['CAE']<br>
22:54:45.367 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp;
[{'awipsWANPil': 'KSLCCAESLC', 'textdbPil': 'SLCCAESLC', 'pil':
'CAESLC', 'wmoID': 'WOUS45'}]<br>
22:54:45.368 configureTextProducts.py 1040
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ---&gt;
data/databases/BASE/TEXT/TextProduct/CivilEmerg_FPCAE_FPLocal.TextProduct<br>
22:54:45.369 configureTextProducts.py 989 VERBOSE:&nbsp;
================================================================<br>
22:54:45.369 configureTextProducts.py 991 VERBOSE:&nbsp; file:&nbsp;
data/textInstall/TextProduct_BASE/CivilEmerg_EQW_MultiPil_Local.py<br>
22:54:45.369 configureTextProducts.py 992 VERBOSE:&nbsp;
regularNameBase:&nbsp; CivilEmerg_EQW_MultiPil_Local<br>
22:54:45.370 configureTextProducts.py 993 VERBOSE:&nbsp;
RegNameExt:&nbsp; .py 22:54:45.370 configureTextProducts.py 999
VERBOSE:&nbsp; PRODUCTS:&nbsp; ['EQW']<br>
22:54:45.370 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.371 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; EQW<br>
22:54:45.371 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['EQW']<br>
22:54:45.372 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp;
[{'awipsWANPil': 'KSLCEQWSLC', 'textdbPil': 'SLCEQWSLC', 'pil':
'EQWSLC', 'wmoID': 'WOUS45'}]<br>
22:54:45.372 configureTextProducts.py 1040
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ---&gt;
data/databases/BASE/TEXT/TextProduct/CivilEmerg_FPEQW_FPLocal.TextProduct<br>
22:54:45.373 configureTextProducts.py 989 VERBOSE:&nbsp;
================================================================<br>
22:54:45.374 configureTextProducts.py 991 VERBOSE:&nbsp; file:&nbsp;
data/textInstall/TextProduct_BASE/Hazard_RFW_MultiPil_Local.py<br>
22:54:45.374 configureTextProducts.py 992 VERBOSE:&nbsp;
regularNameBase:&nbsp; Hazard_RFW_MultiPil_Local<br>
22:54:45.374 configureTextProducts.py 993 VERBOSE:&nbsp;
RegNameExt:&nbsp; .py 22:54:45.375 configureTextProducts.py 999
VERBOSE:&nbsp; PRODUCTS:&nbsp; ['RFW']<br>
22:54:45.375 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.375 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; RFW<br>
22:54:45.376 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['RFW']<br>
22:54:45.376 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp;
[{'awipsWANPil': 'KSLCRFWSLC', 'textdbPil': 'SLCRFWSLC', 'pil':
'RFWSLC', 'wmoID': 'WWUS85'}]<br>
22:54:45.377 configureTextProducts.py 1040
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ---&gt;
data/databases/BASE/TEXT/TextProduct/Hazard_FPRFW_FPLocal.TextProduct<br>
22:54:45.378 configureTextProducts.py 989 VERBOSE:&nbsp;
================================================================<br>
22:54:45.378 configureTextProducts.py 991 VERBOSE:&nbsp; file:&nbsp;
data/textInstall/TextProduct_BASE/CivilEmerg_EQR_MultiPil_Local.py<br>
22:54:45.379 configureTextProducts.py 992 VERBOSE:&nbsp;
regularNameBase:&nbsp; CivilEmerg_EQR_MultiPil_Local<br>
22:54:45.379 configureTextProducts.py 993 VERBOSE:&nbsp;
RegNameExt:&nbsp; .py 22:54:45.379 configureTextProducts.py 999
VERBOSE:&nbsp; PRODUCTS:&nbsp; ['EQR']<br>
22:54:45.380 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.380 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; EQR<br>
22:54:45.381 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['EQR']<br>
22:54:45.381 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp;
[{'awipsWANPil': 'KSLCEQRSLC', 'textdbPil': 'SLCEQRSLC', 'pil':
'EQRSLC', 'wmoID': 'SEUS65'}]<br>
22:54:45.383 configureTextProducts.py 1040
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ---&gt;
data/databases/BASE/TEXT/TextProduct/CivilEmerg_FPEQR_FPLocal.TextProduct<br>
22:54:45.384 configureTextProducts.py 989 VERBOSE:&nbsp;
================================================================<br>
22:54:45.384 configureTextProducts.py 991 VERBOSE:&nbsp; file:&nbsp;
data/textInstall/TextProduct_BASE/ESF_Local.py<br>
22:54:45.384 configureTextProducts.py 992 VERBOSE:&nbsp;
regularNameBase:&nbsp; ESF_Local<br>
22:54:45.385 configureTextProducts.py 993 VERBOSE:&nbsp;
RegNameExt:&nbsp; .py 22:54:45.385 configureTextProducts.py 999
VERBOSE:&nbsp; PRODUCTS:&nbsp; ['ESF']<br>
22:54:45.386 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.386 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; ESF<br>
22:54:45.386 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['ESF']<br>
22:54:45.387 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp;
[{'awipsWANPil': 'KSLCESFSLC', 'textdbPil': 'SLCESFSLC', 'pil':
'ESFSLC', 'wmoID': 'FGUS75'}]<br>
22:54:45.388 configureTextProducts.py 1040
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ---&gt;
data/databases/BASE/TEXT/TextProduct/ESF_FPLocal.TextProduct<br>
22:54:45.389 configureTextProducts.py 989 VERBOSE:&nbsp;
================================================================<br>
22:54:45.389 configureTextProducts.py 991 VERBOSE:&nbsp; file:&nbsp;
data/textInstall/TextProduct_BASE/SFT.py<br>
22:54:45.390 configureTextProducts.py 992 VERBOSE:&nbsp;
regularNameBase:&nbsp; SFT<br>
22:54:45.390 configureTextProducts.py 993 VERBOSE:&nbsp;
RegNameExt:&nbsp; .py 22:54:45.390 configureTextProducts.py 999
VERBOSE:&nbsp; PRODUCTS:&nbsp; ['SFT']<br>
22:54:45.391 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.391 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; SFT<br>
22:54:45.391 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['SFT']<br>
22:54:45.392 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp;
[{'awipsWANPil': 'KSLCSFTSLC', 'textdbPil': 'SLCSFTSLC', 'pil':
'SFTSLC', 'wmoID': 'FPUS65'}, {'awipsWANPil': 'KSLCSFTUT', 'textdbPil':
'SLCSFTUT', 'pil': 'SFTUT', 'wmoID': 'FPUS65'}]<br>
22:54:45.395 configureTextProducts.py 1040
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ---&gt;
data/databases/BASE/TEXT/TextProduct/SFT.TextProduct<br>
22:54:45.401 configureTextProducts.py 989 VERBOSE:&nbsp; Last message
repeated 1 times.<br>
22:54:45.401 configureTextProducts.py 989 VERBOSE:&nbsp;
================================================================<br>
22:54:45.401 configureTextProducts.py 991 VERBOSE:&nbsp; file:&nbsp;
data/textInstall/TextProduct_BASE/NOW_Local.py<br>
22:54:45.401 configureTextProducts.py 992 VERBOSE:&nbsp;
regularNameBase:&nbsp; NOW_Local<br>
22:54:45.402 configureTextProducts.py 993 VERBOSE:&nbsp;
RegNameExt:&nbsp; .py<br>
22:54:45.402 configureTextProducts.py 999 VERBOSE:&nbsp;
PRODUCTS:&nbsp; ['NOW']<br>
22:54:45.403 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.403 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; NOW<br>
22:54:45.403 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['NOW']<br>
22:54:45.404 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp;
[{'awipsWANPil': 'KSLCNOWSLC', 'textdbPil': 'SLCNOWSLC', 'pil':
'NOWSLC', 'wmoID': 'FPUS75'}]<br>
22:54:45.405 configureTextProducts.py 1040
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ---&gt;
data/databases/BASE/TEXT/TextProduct/NOW_FPLocal.TextProduct<br>
22:54:45.406 configureTextProducts.py 989 VERBOSE:&nbsp;
================================================================
22:54:45.406 configureTextProducts.py 991 VERBOSE:&nbsp; file:&nbsp;
data/textInstall/TextProduct_BASE/AFD.py<br>
22:54:45.406 configureTextProducts.py 992 VERBOSE:&nbsp;
regularNameBase:&nbsp; AFD<br>
22:54:45.407 configureTextProducts.py 993 VERBOSE:&nbsp;
RegNameExt:&nbsp; .py<br>
22:54:45.407 configureTextProducts.py 999 VERBOSE:&nbsp;
PRODUCTS:&nbsp; ['AFD']<br>
22:54:45.407 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.408 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; AFD<br>
22:54:45.408 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['AFD']<br>
22:54:45.408 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp;
[{'awipsWANPil': 'KSLCAFDSLC', 'textdbPil': 'SLCAFDSLC', 'pil':
'AFDSLC', 'wmoID': 'FXUS65'}]<br>
22:54:45.415 configureTextProducts.py 1040
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ---&gt;
data/databases/BASE/TEXT/TextProduct/AFD.TextProduct<br>
22:54:45.416 configureTextProducts.py 989 VERBOSE:&nbsp;
================================================================
22:54:45.416 configureTextProducts.py 991 VERBOSE:&nbsp; file:&nbsp;
data/textInstall/TextProduct_BASE/Product_Site_MultiPil_Baseline.py<br>
22:54:45.417 configureTextProducts.py 992 VERBOSE:&nbsp;
regularNameBase:&nbsp; Product_Site_MultiPil_Baseline<br>
22:54:45.417 configureTextProducts.py 993 VERBOSE:&nbsp;
RegNameExt:&nbsp; .py<br>
22:54:45.417 configureTextProducts.py 999 VERBOSE:&nbsp;
PRODUCTS:&nbsp; ['AFM', 'ZFP', 'CCF', 'CWF', 'CWF_Pacific', 'FWF',
'FWFTable', 'FWM', 'GLF', 'MVF', 'NSH', 'PFM', 'SFT', 'OFF', 'AFD']<br>
22:54:45.418 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.418 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; AFM<br>
22:54:45.418 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['AFM']<br>
22:54:45.419 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp;
[{'awipsWANPil': 'KSLCAFMSLC', 'textdbPil': 'SLCAFMSLC', 'pil':
'AFMSLC', 'wmoID': 'FOUS55'}]<br>
22:54:45.420 configureTextProducts.py 1040
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ---&gt;
data/databases/BASE/TEXT/TextProduct/AFM_FPSLC_FPBaseline.TextProduct<br>
22:54:45.421 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.421 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; ZFP<br>
22:54:45.421 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['ZFP']<br>
22:54:45.422 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp;
[{'awipsWANPil': 'KSLCZFPSLC', 'textdbPil': 'SLCZFPSLC', 'pil':
'ZFPSLC', 'wmoID': 'FPUS55'}]<br>
22:54:45.423 configureTextProducts.py 1040
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ---&gt;
data/databases/BASE/TEXT/TextProduct/ZFP_FPSLC_FPBaseline.TextProduct<br>
22:54:45.423 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.424 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; CCF<br>
22:54:45.424 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['CCF']
<br>
22:54:45.424 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp;
[{'awipsWANPil': 'KSLCCCFSLC', 'textdbPil': 'SLCCCFSLC', 'pil':
'CCFSLC', 'wmoID': 'FPUS45'}]<br>
22:54:45.426 configureTextProducts.py 1040
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ---&gt;
data/databases/BASE/TEXT/TextProduct/CCF_FPSLC_FPBaseline.TextProduct<br>
22:54:45.426 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.427 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; CWF<br>
22:54:45.427 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['CWF']<br>
22:54:45.427 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp; []<br>
22:54:45.428 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.428 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; CWF_Pacific<br>
22:54:45.428 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['CWF']<br>
22:54:45.429 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp; []
22:54:45.429 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.429 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; FWF<br>
22:54:45.430 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['FWF']<br>
22:54:45.430 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp;
[{'awipsWANPil': 'KSLCFWFSLC', 'textdbPil': 'SLCFWFSLC', 'pil':
'FWFSLC', 'wmoID': 'FNUS55'}]<br>
22:54:45.431 configureTextProducts.py 1040
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ---&gt;
data/databases/BASE/TEXT/TextProduct/FWF_FPSLC_FPBaseline.TextProduct<br>
22:54:45.432 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.432 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; FWFTable<br>
22:54:45.433 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['FWF']<br>
22:54:45.433 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp;
[{'awipsWANPil': 'KSLCFWFSLC', 'textdbPil': 'SLCFWFSLC', 'pil':
'FWFSLC', 'wmoID': 'FNUS55'}] <br>
22:54:45.434 configureTextProducts.py 1040
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ---&gt;
data/databases/BASE/TEXT/TextProduct/FWFTable_FPSLC_FPBaseline.TextProduct<br>
22:54:45.435 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.435 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; FWM<br>
22:54:45.436 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['FWM']<br>
22:54:45.436 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp;
[{'awipsWANPil': 'KSLCFWMSLC', 'textdbPil': 'SLCFWMSLC', 'pil':
'FWMSLC', 'wmoID': 'FNUS85'}]<br>
22:54:45.437 configureTextProducts.py 1040
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ---&gt;
data/databases/BASE/TEXT/TextProduct/FWM_FPSLC_FPBaseline.TextProduct<br>
22:54:45.438 configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------<br>
22:54:45.438 configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; GLF<br>
22:54:45.438 configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['GLF']<br>
22:54:45.439 configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp; [] <br>
</p>
<p style="font-family: monospace; font-weight: bold;">&lt;some text
skipped&gt;<br>
</p>
<p><small><big><span style="font-family: monospace; font-weight: bold;">22:54:45.439
configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------</span><br
style="font-family: monospace; font-weight: bold;">
<span style="font-family: monospace; font-weight: bold;">22:54:45.439
configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; MVF</span><br
style="font-family: monospace; font-weight: bold;">
<span style="font-family: monospace; font-weight: bold;">22:54:45.440
configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['MVF']</span><br
style="font-family: monospace; font-weight: bold;">
<span style="font-family: monospace; font-weight: bold;">22:54:45.440
configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp; []</span><br
style="font-family: monospace; font-weight: bold;">
<span style="font-family: monospace; font-weight: bold;">22:54:45.441
configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------</span><br
style="font-family: monospace; font-weight: bold;">
<span style="font-family: monospace; font-weight: bold;">22:54:45.441
configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; NSH</span><br
style="font-family: monospace; font-weight: bold;">
<span style="font-family: monospace; font-weight: bold;">22:54:45.441
configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['NSH']</span><br
style="font-family: monospace; font-weight: bold;">
<span style="font-family: monospace; font-weight: bold;">22:54:45.442
configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp; []</span><br
style="font-family: monospace; font-weight: bold;">
<span style="font-family: monospace; font-weight: bold;">22:54:45.442
configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------</span><br
style="font-family: monospace; font-weight: bold;">
<span style="font-family: monospace; font-weight: bold;">22:54:45.442
configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; PFM</span><br
style="font-family: monospace; font-weight: bold;">
<span style="font-family: monospace; font-weight: bold;">22:54:45.443
configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['PFM']</span><br
style="font-family: monospace; font-weight: bold;">
<span style="font-family: monospace; font-weight: bold;">22:54:45.936
configureTextProducts.py 989 VERBOSE:&nbsp;
================================================================</span><br
style="font-family: monospace; font-weight: bold;">
<span style="font-family: monospace; font-weight: bold;">22:54:45.937
configureTextProducts.py 991 VERBOSE:&nbsp; file:&nbsp;
data/textInstall/TextUtility_BASE/CWF_Pacific_Site_MultiPil_Definition.py</span><br
style="font-family: monospace; font-weight: bold;">
<span style="font-family: monospace; font-weight: bold;">22:54:45.937
configureTextProducts.py 992 VERBOSE:&nbsp; regularNameBase:&nbsp;
CWF_Pacific_Site_MultiPil_Definition</span><br
style="font-family: monospace; font-weight: bold;">
<span style="font-family: monospace; font-weight: bold;">22:54:45.937
configureTextProducts.py 993 VERBOSE:&nbsp; RegNameExt:&nbsp; .py</span><br
style="font-family: monospace; font-weight: bold;">
<span style="font-family: monospace; font-weight: bold;">22:54:45.938
configureTextProducts.py 999 VERBOSE:&nbsp; PRODUCTS:&nbsp; ['CWF']</span><br
style="font-family: monospace; font-weight: bold;">
<span style="font-family: monospace; font-weight: bold;">22:54:45.938
configureTextProducts.py 1002
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --------------</span><br
style="font-family: monospace; font-weight: bold;">
<span style="font-family: monospace; font-weight: bold;">22:54:45.938
configureTextProducts.py 1003
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT:&nbsp; CWF</span><br
style="font-family: monospace; font-weight: bold;">
<span style="font-family: monospace; font-weight: bold;">22:54:45.939
configureTextProducts.py 1007
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRODUCT PIL:&nbsp; ['CWF']</span><br
style="font-family: monospace; font-weight: bold;">
<span style="font-family: monospace; font-weight: bold;">22:54:45.939
configureTextProducts.py 1019
VERBOSE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PILS:&nbsp; []</span><br
style="font-family: monospace; font-weight: bold;">
<span style="font-family: monospace; font-weight: bold;">22:54:45.939
configureTextProducts.py 1421 EVENT:&nbsp; Configuration of Text
Products Finish</span></big><br style="font-family: monospace;">
</small><br>
</p>
<h4>INFO and ALLINFO modes</h4>
Notice some of the entries are blank, because SLC does not issue those
products.<br>
<p><b><tt>configureTextProducts INFO</tt></b>
</p>
<p><b><tt>configureTextProducts ALLINFO<br>
</tt></b></p>
<p><b><tt>LOG-STATUS: Log file opened on host bart at Fri Jul&nbsp; 8
22:53:23 2005<br>
22:53:23.804 configureTextProducts.py 1360 EVENT:&nbsp; PIL Information
for&nbsp; SLC&nbsp; Begin......<br>
22:53:23.805 configureTextProducts.py 1385 PROBLEM:&nbsp;
WARNING...Unable to open&nbsp; /awips/fxa/data/afos2awips.txt ...
trying backup<br>
22:53:23.806 configureTextProducts.py 1381 VERBOSE:&nbsp; Using...
/home/mark/HEAD/GFESuite/release/data/textInstall/afos2awips.txt<br>
22:53:23.913 configureTextProducts.py 1208 VERBOSE:&nbsp; PIL List:
(product) (pil, wmoid, site)<br>
22:53:23.914 configureTextProducts.py 1210 VERBOSE:&nbsp; ADR
[('SLCADRSLC', 'WOUS45', 'KSLC')]<br>
22:53:23.914 configureTextProducts.py 1210 VERBOSE:&nbsp; AFD
[('SLCAFDSLC', 'FXUS65', 'KSLC')]<br>
22:53:23.914 configureTextProducts.py 1210 VERBOSE:&nbsp; AFM
[('SLCAFMSLC', 'FOUS55', 'KSLC')]<br>
22:53:23.915 configureTextProducts.py 1210 VERBOSE:&nbsp; AVA
[('SLCAVASLC', 'WOUS45', 'KSLC')]<br>
22:53:23.915 configureTextProducts.py 1210 VERBOSE:&nbsp; AVW
[('SLCAVWSLC', 'WOUS45', 'KSLC')]<br>
22:53:23.915 configureTextProducts.py 1210 VERBOSE:&nbsp; CAE
[('SLCCAESLC', 'WOUS45', 'KSLC')]<br>
22:53:23.916 configureTextProducts.py 1210 VERBOSE:&nbsp; CCF
[('SLCCCFSLC', 'FPUS45', 'KSLC')]<br>
22:53:23.916 configureTextProducts.py 1210 VERBOSE:&nbsp; CDW
[('SLCCDWSLC', 'WOUS45', 'KSLC')]<br>
22:53:23.916 configureTextProducts.py 1210 VERBOSE:&nbsp; CEM
[('SLCCEMSLC', 'WOUS45', 'KSLC')]<br>
22:53:23.917 configureTextProducts.py 1210 VERBOSE:&nbsp; CFW []<br>
22:53:23.917 configureTextProducts.py 1210 VERBOSE:&nbsp; CWF []<br>
22:53:23.917 configureTextProducts.py 1210 VERBOSE:&nbsp; EQR
[('SLCEQRSLC', 'SEUS65', 'KSLC')]<br>
22:53:23.917 configureTextProducts.py 1210 VERBOSE:&nbsp; EQW
[('SLCEQWSLC', 'WOUS45', 'KSLC')]<br>
22:53:23.918 configureTextProducts.py 1210 VERBOSE:&nbsp; ESF
[('SLCESFSLC', 'FGUS75', 'KSLC')]<br>
22:53:23.918 configureTextProducts.py 1210 VERBOSE:&nbsp; EVI
[('SLCEVISLC', 'WOUS45', 'KSLC')]<br>
22:53:23.918 configureTextProducts.py 1210 VERBOSE:&nbsp; FFA
[('SLCFFASLC', 'WGUS65', 'KSLC')]<br>
22:53:23.919 configureTextProducts.py 1210 VERBOSE:&nbsp; FRW
[('SLCFRWSLC', 'WOUS45', 'KSLC')]<br>
22:53:23.919 configureTextProducts.py 1210 VERBOSE:&nbsp; FWF
[('SLCFWFSLC', 'FNUS55', 'KSLC')]<br>
22:53:23.919 configureTextProducts.py 1210 VERBOSE:&nbsp; FWM
[('SLCFWMSLC', 'FNUS85', 'KSLC')]<br>
22:53:23.920 configureTextProducts.py 1210 VERBOSE:&nbsp; FWS
[('SLCFWSSLC', 'FNUS75', 'KSLC')]<br>
22:53:23.920 configureTextProducts.py 1210 VERBOSE:&nbsp; GLF []<br>
22:53:23.920 configureTextProducts.py 1210 VERBOSE:&nbsp; HLS []<br>
22:53:23.921 configureTextProducts.py 1210 VERBOSE:&nbsp; HMW
[('SLCHMWSLC', 'WOUS45', 'KSLC')]<br>
22:53:23.921 configureTextProducts.py 1210 VERBOSE:&nbsp; HWO
[('SLCHWOSLC', 'FLUS45', 'KSLC')]<br>
22:53:23.921 configureTextProducts.py 1210 VERBOSE:&nbsp; LAE
[('SLCLAESLC', 'WOUS45', 'KSLC')]<br>
22:53:23.922 configureTextProducts.py 1210 VERBOSE:&nbsp; LEW
[('SLCLEWSLC', 'WOUS45', 'KSLC')]<br>
22:53:23.922 configureTextProducts.py 1210 VERBOSE:&nbsp; MVF []<br>
22:53:23.922 configureTextProducts.py 1210 VERBOSE:&nbsp; MWS []<br>
22:53:23.923 configureTextProducts.py 1210 VERBOSE:&nbsp; NOW
[('SLCNOWSLC', 'FPUS75', 'KSLC')]<br>
22:53:23.923 configureTextProducts.py 1210 VERBOSE:&nbsp; NPW
[('SLCNPWSLC', 'WWUS75', 'KSLC')]<br>
22:53:23.923 configureTextProducts.py 1210 VERBOSE:&nbsp; NSH []<br>
22:53:23.924 configureTextProducts.py 1210 VERBOSE:&nbsp; NUW
[('SLCNUWSLC', 'WOUS45', 'KSLC')]<br>
22:53:23.924 configureTextProducts.py 1210 VERBOSE:&nbsp; OFF []<br>
22:53:23.924 configureTextProducts.py 1210 VERBOSE:&nbsp; PFM
[('SLCPFMSLC', 'FOUS55', 'KSLC')]<br>
22:53:23.925 configureTextProducts.py 1210 VERBOSE:&nbsp; PNS
[('SLCPNSSLC', 'NOUS45', 'KSLC')]<br>
22:53:23.925 configureTextProducts.py 1210 VERBOSE:&nbsp; RFD
[('SLCRFDSLC', 'FNUS65', 'KSLC')]<br>
22:53:23.925 configureTextProducts.py 1210 VERBOSE:&nbsp; RFW
[('SLCRFWSLC', 'WWUS85', 'KSLC')]<br>
22:53:23.926 configureTextProducts.py 1210 VERBOSE:&nbsp; RHW
[('SLCRHWSLC', 'WOUS45', 'KSLC')]<br>
22:53:23.926 configureTextProducts.py 1210 VERBOSE:&nbsp; SAF []<br>
22:53:23.926 configureTextProducts.py 1210 VERBOSE:&nbsp; SFT
[('SLCSFTSLC', 'FPUS65', 'KSLC'), ('SLCSFTUT', 'FPUS65', 'KSLC')]<br>
22:53:23.927 configureTextProducts.py 1210 VERBOSE:&nbsp; SPS
[('SLCSPSSLC', 'WWUS85', 'KSLC')]<br>
22:53:23.927 configureTextProducts.py 1210 VERBOSE:&nbsp; SPW
[('SLCSPWSLC', 'WOUS45', 'KSLC')]<br>
22:53:23.927 configureTextProducts.py 1210 VERBOSE:&nbsp; TOE
[('SLCTOESLC', 'WOUS45', 'KSLC')]<br>
22:53:23.928 configureTextProducts.py 1210 VERBOSE:&nbsp; VOW
[('SLCVOWSLC', 'WOUS45', 'KSLC')]<br>
22:53:23.928 configureTextProducts.py 1210 VERBOSE:&nbsp; WCN
[('SLCWCNSLC', 'WWUS65', 'KSLC')]<br>
22:53:23.928 configureTextProducts.py 1210 VERBOSE:&nbsp; WSW
[('SLCWSWSLC', 'WWUS45', 'KSLC')]<br>
22:53:23.929 configureTextProducts.py 1210 VERBOSE:&nbsp; ZFP
[('SLCZFPSLC', 'FPUS55', 'KSLC')]<br>
22:53:23.929 configureTextProducts.py 1421 EVENT:&nbsp; Configuration
of Text Products Finish<br>
<br>
</tt></b></p>
<p></p>
</div>
</body>
</html>