NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
Charley, Phil, It seems to work best if you make double entries specifying both 80 AND 180... The Unidata IDD GINI data works when it's 80 and the UNIWISC stuff and ftp'd data from NWS works when it's 180. Don't ask me why... :) Art On Thu, 18 Dec 2008, Phil Birnie wrote:
Hey Charley, I ran into the same problem until I changed the values for GOES-13 in the imgtyp.tbl from "80" to "180" Everything worked fine after that, though I did need to change my GAREA's in my scripts. Hope this helps, Phil Birnie Webmaster Department of Geography The Ohio State University (614)519-6176 www.birnies.com On Dec 18, 2008, at 6:24 PM, Charley Knoderer wrote:Hi all, We have been using gpmap to make satellite gif images and lost the ability when the switch to GOES-13 occurred. Our data comes through the LDM and NMAP is able to view the new imagery with no changes. I tried copying the GOES-12 settings into the imgtyp.tbl for GOES-13, but that has not worked. I get the following error message: “no entry in the image table, imgtyp.tbl, for file IR_20081218_” The script I am running is shown below. Any ideas? Thanks, Charley #! /bin/csh # Script for generating IR satellite imagery gif for the current hour. # # Define current date set yyyy=`date -u +%Y` set mm=`date -u +%m` set dd=`date -u +%d` set date=${yyyy}${mm}${dd} set hh=`date -u +%H` #set althh=0 #@ althh=${hh} - 1 set nn=`date -u +%M` #set hh=18 # # Define the data file name. Naming convention: YYMMDDHH_eta.gem # set filename=`ls -1rt /usr/local/ldm/data/gempak/images/sat/GOES-13/4km/IR | tail -1` set sourcefile=/usr/local/ldm/data/gempak/images/sat/GOES-13/4km/IR/${filename} #set sourcefile=/home/gempak/metdat/images/sat/GOES-E/US/IR/${filename} # # Run GPMAP # gpmap << GPMAP_EOF MAP = 1 GAREA = 20;-115;55;-55 PROJ = sat SATFIL = $sourcefile RADFIL = IMCBAR = LATLON = PANEL = 0 TITLE = 1 TEXT = 1.286/23////c/HW CLEAR = YES DEVICE = gif|/home/gempak/SatImages/LatestIR.gif LUTFIL = STNPLT = VGFILE = AFOSFL = AWPSFL = LINE = 3 WATCH = WARN = HRCN = ISIG = LTNG = ATCF = AIRM = NCON = CSIG = SVRL = BND = TCMG = QSCT = WSTM = WOU = WCN = run exit GPMAP_EOF gpend Here’s the entry I added to our imgtyp.tbl: GOES13 VIS 0 255 78 1 1 GRAY GOES13 IR2 0 255 78 2 1 GRAY GOES13 IR3 0 255 78 4 1 watvap.tbl GOES13 IR4 0 255 78 8 1 GRAY GOES13 IR5 0 255 78 16 1 GRAY GOES13 IR4 0 255 78 128 1 GRAY GOES13 VIS 0 1024 78 1 2 GRAY GOES13 IR2 0 255 78 2 2 GRAY GOES13 IR3 0 255 78 4 2 watvap.tbl GOES13 IR4 0 255 78 8 2 GRAY GOES13 IR5 0 255 78 16 2 GRAY GOES13 IR4 0 255 78 128 2 GRAY
gembud
archives: