This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to address@hidden for more info.
Neil, I've attached the new dcacars binary for freebsd. It will recognize the TAMDAR RH variables of sensor[12]RelativeHumidity as a replacement for the previous CDL variable of "rh_probe". If you can't receive attachments like this, I'll post the single file on the web. I'm assuming you wouldn't prefer an updated 5.8.2a tarfile since your still running 5.6? Let me know if you have any trouble, etc. Steve Chiswell Unidata User Support **************************************************************************** Unidata User Support UCAR Unidata Program 303 497 8643 P.O. Box 3000 address@hidden Boulder, CO 80307 ---------------------------------------------------------------------------- Unidata WWW Service http://my.unidata.ucar.edu/content/support **************************************************************************** > From address@hidden Tue Jun 21 16:55:42 2005 > Return-Path: <address@hidden> > Received: from ariel.met.tamu.edu (ariel.met.tamu.edu [128.194.104.175]) > by unidata.ucar.edu (UCAR/Unidata) with ESMTP id j5LMtgZu009886 > for <address@hidden>; Tue, 21 Jun 2005 16:55:42 -0600 (MDT) > Organization: UCAR/Unidata > Keywords: 200506212255.j5LMtgZu009886 > Received: from [192.168.168.226] (tamu-0093.vpn.tamu.edu [172.16.48.93]) > by ariel.met.tamu.edu (8.8.8+Sun/8.8.8) with ESMTP id RAA18696 > for <address@hidden>; Tue, 21 Jun 2005 17:55:50 -0500 (CDT) > Mime-Version: 1.0 (Apple Message framework v622) > Content-Transfer-Encoding: 7bit > Message-Id: <address@hidden> > Content-Type: text/plain; charset=US-ASCII; format=flowed > To: Unidata Support <address@hidden> > From: Neil Smith <address@hidden> > Subject: dcacars decode problems > Date: Tue, 21 Jun 2005 17:55:41 -0500 > X-Mailer: Apple Mail (2.622) > X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on > laraine.unidata.ucar.edu > X-Spam-Level: > X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham > version=3.0.1 > > 1st time for an ACARS ingest/decode and I'm not getting > anything decoded. > > OS: FreeBSD 4.7 > LDM: 6.0.14 > GEMPAK: 5.6J > > ldmd.conf: > request PCWS "^FSL\.CompressedNetCDF\.MADIS\.(acars)" > bigbird > > pqact.conf: > PCWS ^FSL\.CompressedNetCDF\.MADIS\.acars\. > PIPE -close /unidata/nawips/bin/freebsd/dcgunzip > /unidata/nawips/bin/freebsd/dcacars - > v > -e GEMTBL=/unidata/nawips/gempak/tables > -l /unidata/ldm/logs/dcacars.log > data/gempak/acars/YYYYMMDDHHNN_acars.gem > > > typical dcacars.log entry: > Jun 21 22:42:17 dcacars[79350]: Starting up > Jun 21 22:42:18 dcacars[79350]: MADIS ACARS data > Jun 21 22:42:18 dcacars[79350]: No pressure variable, will calculate > Jun 21 22:42:18 dcacars[79350]: correctedWVMR not present > Jun 21 22:42:18 dcacars[79350]: could not get variable information > Jun 21 22:42:18 dcacars[79350]: could not decode data 0 > Jun 21 22:42:18 dcacars[79350]: Exiting > > ldmd.log entry; > Jun 21 17:42:17 coriolis /unidata/nawips/bin/freebsd/dcgunzip [79345]: > /unidata/nawips/bin/freebsd/dcacars -v -e > GEMTBL=/unidata/nawips/gempak/tables -l /unidata/ldm/logs/dcacars.log > data/gempak/acars/YYYYMMDDHHNN_acars.gem > > I am having success in getting gunzip'd netcdf files with pqact.conf: > PCWS ^FSL\.CompressedNetCDF\.MADIS\.acars\.(.*) > PIPE -close /unidata/ldm/decoders/store_MADIS.sh > data/gempak/acars.nc/ \1 > > where the store_MADIS.sh looks like: > #!/bin/sh > STAMP=`date "+%S"` > gzip -d > $1/$$.$2; F=`echo $2 | cut -c1-13`; mv $1/$$.$2 > $1/$F.$STAMP.nc > > ncdump of the output file doesn't fail so I presume it's a valid netcdf > file. Can > provide it as a sample if you wish. Running dcacars on command line on > this file > gives the same errors. > > Any suggestions? > > Thanks, > -Neil > ------------------ > Neil R. Smith address@hidden > Comp.Sys.Mngr. (979)845-6272 > Dept. Atmospheric Sciences/Texas A&M University > >