[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20010824: Ldm questions
- Subject: 20010824: Ldm questions
- Date: Sun, 26 Aug 2001 13:00:31 -0600
Robert,
The log message that the tables in $GEMTBL/grid are not being found indicate
that
you need to check the definition you have for -e GEMTBL=.... in the
pqact.conf action. The path shown below is that which I use, but you may have to
change it for your site depending on where your GEMTBL environmental variable
points to.
The pattern below will catch all the GRIB datafrom NOAAPORT, grib products
from the NPGAPS feed, and grib products in the CONDUIT data feeds:
Eg,
HDS ^[HOYZ].* H, Y and Z are most of the model data, O is
oceanographic grids
NOGAPS ^US058.* If you feed NOGAPS data from FNMOC as one of the
optional IDD streams,
this will be the global grid 240 NOGAPS and the COMPS
regional grids.
NMC2 ^/u/ftp/gateway/.* These are the conduit grids which are available
under the
NMC2 feedtype (they are very large in volume)
so only a feew
sites feed these.
For just the NOAAPORT IDD grids, you could shorten this to the HDS pattern
shown above.
Steve Chiswell
Unidata User Support
>From: Robert Leche <address@hidden>
>Organization: UCAR/Unidata
>Keywords: 200108242105.f7OL52124679
>I am having trouble with any product that is using the dcgrib or dcgrib2
>programs.
>Of course spaces characters where properly translated into tab
>characters.
>The following example produces broke pipes:
>
>HDS|NMC2|NOGAPS ^(/u/ftp/gateway|[HOYZ]|US058).*
> PIPE -close
> decoders/dcgrib2
> -d data/gempak/logs/dcgrib.log
> -e GEMTBL=/home/gempak/NAWIPS/gempak/tables
>
>Some of the ldmd.log errors:
>Aug 23 18:17:33 sirocco pqact[22660]: pipe_dbufput:
>decoders/dcgrib2-ddata/gempak/logs/dcgrib.log-eGEMTBL=/home/gempak/NAWIPS/gemp
> ak/tables
>write error
>Aug 23 18:17:33 sirocco pqact[22660]: pipe_prodput: trying again
>Aug 23 18:17:40 sirocco pqact[22660]: pbuf_flush (4) write: Broken pipe
>Aug 23 18:17:47 sirocco last message repeated 3 times
>Aug 23 18:17:47 sirocco pqact[22660]: pipe_dbufput:
>decoders/dcgrib2-ddata/gempak/logs/dcgrib.log-eGEMTBL=/home/gempak/NAWIPS/gemp
> ak/tables
>write error
>Aug 23 18:17:47 sirocco pqact[22660]: pipe_prodput: trying again
>Aug 23 18:17:50 sirocco pqact[22660]: pbuf_flush (4) write: Broken pipe
>Aug 23 18:17:50 sirocco pqact[22660]: pipe_dbufput:
>decoders/dcgrib2-ddata/gempak/logs/dcgrib.log-eGEMTBL=/home/gempak/NAWIPS/gemp
> ak/tables
>write error
>Aug 23 18:17:50 sirocco pqact[22660]: pipe_prodput: trying again
>Aug 23 18:17:50 sirocco pqact[22660]: pbuf_flush (4) write: Broken pipe
>Aug 23 18:17:50 sirocco pqact[22660]: pbuf_flush (4) write: Broken pipe
>Aug 23 18:17:50 sirocco pqact[22660]: pipe_dbufput:
>decoders/dcgrib2-ddata/gempak/logs/dcgrib.log-eGEMTBL=/home/gempak/NAWIPS/gemp
> ak/tables
>write error
>Aug 23 18:17:50 sirocco pqact[22660]: pipe_prodput: trying again
>Aug 23 18:17:50 sirocco pqact[22660]: pbuf_flush (4) write: Broken pipe
>Aug 23 18:17:55 sirocco pqact[22660]: pbuf_flush (5) write: Broken pipe
>Aug 23 18:18:01 sirocco pqact[22660]: pbuf_flush (5) write: Broken pipe
>Aug 23 18:18:01 sirocco pqact[22660]: pbuf_flush (4) write: Broken pipe
>Aug 23 18:18:23 sirocco last message repeated 5 times
>Aug 23 18:18:28 sirocco pqact[22660]: pbuf_flush (5) write: Broken pipe
>Aug 23 18:18:28 sirocco pqact[22660]: pbuf_flush (5) write: Broken pipe
>
>Both directories data/gempak/logs/ and /home/gempak/NAWIPS/gempak/tables
>exist (Although subdirectory home/gempak/NAWIPS/gempak/tables is empty).
>
>The dcgrib.log:
>[ldm@sirocco gempak]$ more logs/dcgrib.log
>[6663] 010821/0840 [DC 3]
>[6663] 010821/0840 [DC -11]
>[6663] 010821/0840 [NA -1] cntrgrib1.tbl
>[6663] 010821/0840 [DCGRIB -51] can't open grib tables [NA -51], set
>GEMTBL
>[6663] 010821/0840 [DC 5]
>[6663] 010821/0840 [DC 2] Number of bulletins read and processed: 0
>[6663] 010821/0840 [DC 6]
>[6664] 010821/0840 [DC 3]
>[6664] 010821/0840 [DC -11]
>[6664] 010821/0840 [NA -1] cntrgrib1.tbl
>[6664] 010821/0840 [DCGRIB -51] can't open grib tables [NA -51], set
>GEMTBL
>[6664] 010821/0840 [DC 5]
>[6664] 010821/0840 [DC 2] Number of bulletins read and processed: 0
>[6664] 010821/0840 [DC 6]
>[6665] 010821/0840 [DC 3]
>[6665] 010821/0840 [DC -11]
>[6665] 010821/0840 [NA -1] cntrgrib1.tbl
>[6665] 010821/0840 [DCGRIB -51] can't open grib tables [NA -51], set
>GEMTBL
>[6665] 010821/0840 [DC 5]
>[6665] 010821/0840 [DC 2] Number of bulletins read and processed: 0
>[6665] 010821/0840 [DC 6]
>[6666] 010821/0840 [DC 3]
>[6666] 010821/0840 [DC -11]
>
>Also, what is: /u/ftp/gateway|[HOYZ]|US058) Is this a feed via ftp or
>idd?
>
>Ciao,
>
>Bob
>address@hidden
>
>
>