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.
Robert, Your gdinfo settings are asking to list out the "LAST" 500mb TMPC grid in the 2002022000_eta211.gem file. The eta211 grid file won't have any TMPC grids. They will be TMPK. So, that is the message, "no matching grids". Gdinfo won't be doing any computations to compute TMPC from TMPK. It will just list out the grids that match your requirements. If you want to list out all grids in the file, set GDATTIM, GLEVEL, GVCORD, and GFUNC to all. This can quickly be done by typing "restore defaults/gdinfo" at the prompt. Or, to list just those grids on pressure levels for example, type GVCORD=pres, with the others set to "all". Each of the 4 grid qualifiers can be used to narrow the output listing. Steve Chiswell Unidata User Support >From: "Robert J. Ballentine" <address@hidden> >Organization: UCAR/Unidata >Keywords: 200202201456.g1KEuGx08743 >When I try to run gdinfo using gempak_upc5.6.c.1, I keep getting the >message 'Did not find any matching grids.' even though the file I >want to check is in the same directory. I enclose my output script. >Can you tell me what I'm doing wrong? > Thanks > Bob >*******************************GDINFO Script************************** >Script started on Wed Feb 20 09:49:11 2002 >[ldm@met-62 model]$ source /apps.[K/NAWIPS/Gemenviron >[ldm@met-62 model]$ gdinfo > GDFILE Grid file 2002022000_eta211.gem > LSTALL Full list flag YES > OUTPUT Output device/filename T > GDATTIM Grid date/time LAST > GLEVEL Grid level 500 > GVCORD Grid vertical coordinate PRES > GFUNC Scalar grid TMPC > Parameters requested: GDFILE,LSTALL,OUTPUT,GDATTIM,GLEVEL,GVCORD,GFUNC. > GEMPAK-GDINFO>gdfile=2002022012_eta211.gem > GEMPAK-GDINFO>r > > GRID FILE: 2002022012_eta211.gem > > GRID NAVIGATION: > PROJECTION: LCC > ANGLES: 25.0 -95.0 25.0 > GRID SIZE: 93 65 > LL CORNER: 12.19 -133.46 > UR CORNER: 57.29 -49.38 > > GRID ANALYSIS BLOCK: > UNKNOWN ANALYSIS TYPE > > Number of grids in file: 774 > > Maximum number of grids in file: 2000 > > [GDU 2] Did not find any matching grids. > Parameters requested: GDFILE,LSTALL,OUTPUT,GDATTIM,GLEVEL,GVCORD,GFUNC. > GEMPAK-GDINFO>gdattim=f000 > GEMPAK-GDINFO>d > GDFILE Grid file 2002022012_eta211.gem > LSTALL Full list flag YES > OUTPUT Output device/filename T > GDATTIM Grid date/time f000 > GLEVEL Grid level 500 > GVCORD Grid vertical coordinate PRES > GFUNC Scalar grid TMPC > GEMPAK-GDINFO>r > > GRID FILE: 2002022012_eta211.gem > > GRID NAVIGATION: > PROJECTION: LCC > ANGLES: 25.0 -95.0 25.0 > GRID SIZE: 93 65 > LL CORNER: 12.19 -133.46 > UR CORNER: 57.29 -49.38 > > GRID ANALYSIS BLOCK: > UNKNOWN ANALYSIS TYPE > > Number of grids in file: 774 > > Maximum number of grids in file: 2000 > > [GDU 2] Did not find any matching grids. > Parameters requested: GDFILE,LSTALL,OUTPUT,GDATTIM,GLEVEL,GVCORD,GFUNC. > GEMPAK-GDINFO>exit >[ldm@met-62 model]$ exit > >Script done on Wed Feb 20 09:50:17 2002 > > >