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.
Darren, You can use GDPOINT in the ~gbuddy/nawips-5.4/contrib/gdpoint.tar.Z tarfile. I'll include the readme file below. This still only accomplishes a single variable at a time, but its closer than gdlist to what you want. To build this program, download it to your $NAWIPS directory and unpack with: zcat gdpoint.tar.Z | tar xvf - Then build and install as follows: cd $NAWIPS/comet/gdpoint make all make install make clean Steve Chiswell GDPOINT produces text output of any scalar field computed using the GEMPAK grid diagnostic functions for a point specified by site identifier, lat/lon or model gridpoint. Multiple times are allowed, and output together. Output is written to STDOUT and can be captured by scripts/programs for a variety of applications. The program is executed like all other GEMPAK programs, and behaves in a similar manner to gdlist. The following information comes from the GEMPAK help file: GPOINT specifies the location for the values. It may be enterred as a latitude and longitude seperated with a semicolon, as a station character identifier or station number, or as a set of x and y grid points seperated with a semicolon and preceded with an @. A list of times may be given in GDATTIM, or specifying ALL will produce output for all times. Output is printed on a seperate line for each date/time using a XXXXXX.XXXXX format. Values can be scaled by the factor of 10 specified in SCALE so that reasonable values are output. EXAMPLES 1. Output the 500mb height above Missoula MT at the 24-hour forecast time: GDFILE = 97032512_eta.gem GDATTIM = f24 GLEVEL = 500 GVCORD = pres SCALE = 0 GFUNC = hght GPOINT = mso output: GPOINT: mso GVCORD: pres GLEVEL: 500 GFUNC : hght SCALE : 0 970325/1200F024 : 5642.92578 2. Output the 1000-500mb thickness at latitude/longitude 45N 110W for all forecast times. Scale by 10**-1. GDFILE = 97032512_eta.gem GDATTIM = all GLEVEL = 850 GVCORD = pres SCALE = -1 GFUNC = sub(hght@500,hght@1000) GPOINT = 45;-110 output: GPOINT: 45;-110 GVCORD: pres GLEVEL: 850 GFUNC : sub(hght@500,hght@1000) SCALE : -1 970325/1200F000 : 543.97461 970325/1200F006 : 548.53955 970325/1200F012 : 554.02820 970325/1200F018 : 552.50134 970325/1200F024 : 551.03271 970325/1200F030 : 553.88477 970325/1200F036 : 555.94928 970325/1200F042 : 550.64130 970325/1200F048 : 545.61694 >From: Darren Gallant <address@hidden> >Organization: UCAR/Unidata >Keywords: 200008242045.e7OKjSN00780 >Unidata Support, > >Yes, except I want the textual output. Using gdprof I can create a Skew-t >plot for a grid point but I want an ascii text file instead. > >Thanks > >Darren R. Gallant UCAR/JOSS >Programmer/Technician Joint OfFice Of Science Support >303-497-2634 P.O. Box 3000 >address@hidden Boulder,CO 80307-30000 > >On Thu, 24 Aug 2000, Unidata Support wrote: > >> >From: Darren Gallant <address@hidden> >> >Organization: UCAR/Unidata >> >Keywords: 200008241951.e7OJpYN27174 >> >> >Dear Unidata support, >> > >> >I want to create vertical profiles of wind, temperature, and dew point at >> >specific pressure levels for points contained within a model grid. Is >> >there a way using GEMPAK GD* routines this can be done? Using gdlist, I >> >can extract data for many grid points but only for one parameter or a >> >parameter which uses inputs from two levels. >> > >> >Thanks >> > >> >Darren R. Gallant UCAR/JOSS >> >Programmer/Technician Joint OfFice Of Science Support >> >303-497-2634 P.O. Box 3000 >> >address@hidden Boulder,CO 80307-30000 >> > >> > >> >> >> Darren, >> >> Do you mean a vertical profile plot like gdprof provides? Skew-t or x/y plot >> at a point? >> >> The only catch with gdprof is you have to run it twice, 1 for temp and >> a second time (with clear=no for dewpoint). >> >> Steve Chiswell >> **************************************************************************** >> Unidata User Support UCAR Unidata Program >> (303)497-8644 P.O. Box 3000 >> address@hidden Boulder, CO 80307 >> ---------------------------------------------------------------------------- >> Unidata WWW Service http://www.unidata.ucar.edu/ >> **************************************************************************** >> >