[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20050607: 20050607: Gempak - GDDIAG not copying/creating grids



Tom,

As mentioned in the documentation, the effect of leaving GPACK blank
is the same as GPACK=GRIB/16. By setting GPACK=NONE,
you are avoiding the representation of numbers to fewer numbers of bits
than can represent the calculated data range.

Steve Chiswell
Unidata User Support





>From: Tom Green <address@hidden>
>Organization: UCAR/Unidata
>Keywords: 200506072011.j57KBSZu025692

>This is a multi-part message in MIME format.
>--------------090008030900090906060800
>Content-Type: text/plain; charset=us-ascii; format=flowed
>Content-Transfer-Encoding: 7bit
>
>Steve,
>
>Setting GPACK=NONE took care of the problem.  I'm surprised that the 
>default of leaving it blank didn't take care of the problem, but I'm 
>glad to find that it was the solution.  Thanks for all your help!
>
>Tom
>
>
>Unidata Support wrote:
>
>>Tom,
>>
>>You have not correctly specified the type of packing for GPACK. See
>>the "phelp gpack" information at the GDDIAG prompt.
>>
>>As an example, you could try:
>>GPACK=GRIB/32
>>or
>>GPACK=NONE
>>
>>Also note, as I mentioned, GRDAREA is not a valid parameter for GDDIAG in the
>  old
>>5.7.2 version you sare using. Your output shows that GDDIAG does not list the
>  GRDAREA 
>>parameter. In order to create a new grid area or projection, you would need t
> o
>> be using the current version of GEMPAK (5.8.2a). Entering GRDAREA in your
>>script has no effect.
>>
>>Steve Chiswell
>>Unidata User Support
>>
>>
>>
>>  
>>
>>>From: Tom Green <address@hidden>
>>>Organization: UCAR/Unidata
>>>Keywords: 200506071836.j57IakZu014000
>>>    
>>>
>>
>>  
>>
>>>This is a multi-part message in MIME format.
>>>--------------050406060602020004040002
>>>Content-Type: text/plain; charset=us-ascii; format=flowed
>>>Content-Transfer-Encoding: 7bit
>>>
>>>Steve,
>>>
>>>I'm not sure why my scripts didn't come through.  I've inserted the text 
>>>of both the script and the output I receive when running the script in 
>>>this message - I thought the web form had taken care of downloading the 
>>>scripts.
>>>
>>>I had originally listed no value for gpack, leaving it blank as a 
>>>default.  After receiving your e-mail, I changed it to GPACK = 32.  
>>>Attempting that gave me two segmentation faults and a GEMPAK file 
>>>equaling half a gigabyte.  Also, in regards to the grid that I am using, 
>>>I originally used gdcfil to create the blank GEMPAK file which I am 
>>>using.  If it's of any help to know, regardless of the name, all of my 
>>>files contain RUC-40 data.
>>>
>>Thanks again for your help.
>>>
>>>Tom
>>>
>>>
>>>
>>>THE (original) SCRIPT I RAN:
>>>#! /bin/csh
>>>source /meas/home/tom/.cshrc_Linux
>>>
>>>#cp blank.gem gscript.gem
>>>
>>>foreach date ( 020302 030301 )
>>>#foreach hh ( 00 03 06 09 12 15 18 21 )
>>>foreach hh ( 00 )
>>>set gfile = '/nfs/watauga2/tom/ruc_final/20'$date'_small40.gem'
>>>set gfile2 = '/nfs/watauga2/tom/mikecode/script.gem'
>>>set gtime = $date'/'$hh'00F000'
>>>
>>>gddiag << endinput
>>>grdarea = 28;-105;45;-72
>>>grdarea = rdu-
>>>gdfile  = $gfile
>>>gdoutf  = $gfile2
>>>gfunc   = avor(obs)
>>>gdattim = $gtime
>>>glevel  = 850
>>>gvcord  = pres
>>>grdnam  = vort
>>>gpack   =
>>>r
>>>
>>>glevel  = 500
>>>r
>>>
>>>gfu=adv(tmpk,wnd)
>>>grdnam=tadv
>>>r
>>>
>>>gfu=div(wnd)
>>>gle=1000
>>>grdnam=divwnd
>>>r
>>>
>>>exit
>>>endinput
>>>
>>>#end hour loop
>>>end
>>>
>>>#end date loop
>>>end
>>>
>>>
>>>THE OUTPUT FROM THE (original) SCRIPT:
>>>DFILE    Grid file                         
>>>/nfs/watauga2/tom/ruc_final/20030301_small40.gem
>>>GDOUTF    Output grid file                  
>>>/nfs/watauga2/tom/mikecode/gscript.gem
>>>GFUNC     Scalar grid                       div(wnd)
>>>GDATTIM   Grid date/time                    030301/0000F000
>>>GLEVEL    Grid level                        1000
>>>GVCORD    Grid vertical coordinate          pres
>>>GRDNAM    Grid parameter name               divwnd
>>>GPACK     Packing type/number of bits       
>>>Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM,
>>>GPACK.
>>>GEMPAK-GDDIAG> GEMPAK-GDDIAG> GEMPAK-GDDIAG> GEMPAK-GDDIAG> 
>>>GEMPAK-GDDIAG> GEMPAK-GDDIAG> GEMPAK-GDDIAG> GEMPAK-GDDIAG> 
>>>GEMPAK-GDDIAG> GEMPAK-GDDIAG> GEMPAK-GDDIAG>
>>>
>>>   TIME1             TIME2         LEVL1 LEVL2   VCORD PARM
>>>020302/0000F000                       850          PRES VORT       
>>>Enter a new grid parameter name, <cr> to accept or type EXIT: Parameters 
>>>requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM,
>>>GPACK.
>>>GEMPAK-GDDIAG> GEMPAK-GDDIAG>
>>>
>>>   TIME1             TIME2         LEVL1 LEVL2   VCORD PARM
>>>020302/0000F000                       500          PRES VORT       
>>>Enter a new grid parameter name, <cr> to accept or type EXIT: Parameters 
>>>requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM,
>>>GPACK.
>>>GEMPAK-GDDIAG> GEMPAK-GDDIAG> GEMPAK-GDDIAG>
>>>
>>>   TIME1             TIME2         LEVL1 LEVL2   VCORD PARM
>>>020302/0000F000                       500          PRES TADV       
>>>Enter a new grid parameter name, <cr> to accept or type EXIT: Parameters 
>>>requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM,
>>>GPACK.
>>>GEMPAK-GDDIAG> GEMPAK-GDDIAG> GEMPAK-GDDIAG> GEMPAK-GDDIAG>
>>>
>>>   TIME1             TIME2         LEVL1 LEVL2   VCORD PARM
>>>020302/0000F000                      1000          PRES DIVWND     
>>>Enter a new grid parameter name, <cr> to accept or type EXIT: Parameters 
>>>requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM,
>>>GPACK.
>>>GEMPAK-GDDIAG> GDFILE    Grid file                         
>>>/nfs/watauga2/tom/ruc_final/20020302_small40.gem
>>>GDOUTF    Output grid file                  
>>>/nfs/watauga2/tom/mikecode/gscript.gem
>>>GFUNC     Scalar grid                       div(wnd)
>>>GDATTIM   Grid date/time                    020302/0000F000
>>>GLEVEL    Grid level                        1000
>>>GVCORD    Grid vertical coordinate          pres
>>>GRDNAM    Grid parameter name               divwnd
>>>GPACK     Packing type/number of bits       
>>>Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM,
>>>GPACK.
>>>GEMPAK-GDDIAG> GEMPAK-GDDIAG> GEMPAK-GDDIAG> GEMPAK-GDDIAG> 
>>>GEMPAK-GDDIAG> GEMPAK-GDDIAG> GEMPAK-GDDIAG> GEMPAK-GDDIAG> 
>>>GEMPAK-GDDIAG> GEMPAK-GDDIAG> GEMPAK-GDDIAG>
>>>
>>>   TIME1             TIME2         LEVL1 LEVL2   VCORD PARM
>>>030301/0000F000                       850          PRES VORT       
>>>Enter a new grid parameter name, <cr> to accept or type EXIT: Warning: 
>>>range too big   1.69069247E+20  1.26782856E+20 -4.22863904E+19
>>>214748367 16
>>>Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM,
>>>GPACK.
>>>GEMPAK-GDDIAG> GEMPAK-GDDIAG>
>>>
>>>   TIME1             TIME2         LEVL1 LEVL2   VCORD PARM
>>>030301/0000F000                       500          PRES VORT       
>>>Enter a new grid parameter name, <cr> to accept or type EXIT: Warning: 
>>>range too big   1.69069247E+20  1.26782856E+20 -4.22863904E+19
>>>214748367 16
>>>Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM,
>>>GPACK.
>>>GEMPAK-GDDIAG> GEMPAK-GDDIAG> GEMPAK-GDDIAG>
>>>
>>>   TIME1             TIME2         LEVL1 LEVL2   VCORD PARM
>>>030301/0000F000                       500          PRES TADV       
>>>Enter a new grid parameter name, <cr> to accept or type EXIT: Warning: 
>>>range too big   INF  INF -3.05245639E+30 214748367 16
>>>Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM,
>>>GPACK.
>>>GEMPAK-GDDIAG> GEMPAK-GDDIAG> GEMPAK-GDDIAG> GEMPAK-GDDIAG>
>>>
>>>   TIME1             TIME2         LEVL1 LEVL2   VCORD PARM
>>>030301/0000F000                      1000          PRES DIVWND     
>>>Enter a new grid parameter name, <cr> to accept or type EXIT: Warning: 
>>>range too big   1.69073152E+20  4.22852601E+19 -1.26787888E+20
>>>214748367 16
>>>Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM,
>>>GPACK.
>>>GEMPAK-GDDIAG>
>>>
>>>
>>>Unidata Support wrote:
>>>
>>>    
>>>
>>>>Tom,
>>>>
>>>>Your message didn't show your script, but you should check your
>>>>use of GPACK where you will have to specify the range by the number of
>>>>bits used to pack the data, or no packing. If you are using GRIB packing th
> en
>>>>the default number of bits will be 16, but if that isn't enough for your da
> ta
>>>>      
>>>>
>>> range
>>>    
>>>
>>>>you can increase that up to 32 bits. See phelp GPACK. If in doubt, try
>>>>NONE for the packing.
>>>>
>>>>Also, the current release of GEMPAK 5.8.2 has the capability to create the 
> gr
>>>>      
>>>>
>>>id file
>>>    
>>>
>>>>if it doesn't exist, as well as reproject to a new grid. The old version th
> at
>>>>      
>>>>
>>> you are 
>>>    
>>>
>>>>running does not have those features. 
>>>>
>>>>Steve Chiswell
>>>>Unidata User Support
>>>>
>>>>
>>>>
>>>> 
>>>>
>>>>      
>>>>
>>>>>From: "Tom Green" <address@hidden>
>>>>>Organization: UCAR/Unidata
>>>>>        
>>>>>
>>>>Keywords: 200506071432.j57EWxjF015731
>>>>      
>>>>
>>>>>   
>>>>>
>>>>>        
>>>>>
>>>> 
>>>>
>>>>      
>>>>
>>>>>Institution: North Carolina State University
>>>>>Package Version: 5.7.2p2
>>>>>Operating System: Linux
>>>>>Hardware Information: unsure-N/A
>>>>>Inquiry: Hello,
>>>>>
>>>>>I\'m currently trying to create grids for temperature advection, vorticity
> , 
>>>>>        
>>>>>
>>>et
>>>    
>>>
>>>>>c. as shown in the script to be used by a Fortran program.  I believe that
>  s
>>>>>        
>>>>>
>>>o
>>>    
>>>
>>>>>me, but not all, of the data files that I am using have bad data at some p
> oi
>>>>>        
>>>>>
>>>n
>>>    
>>>
>>>>>ts in the grid, because when using GDDIAG on the second time listed in the
>  s
>>>>>        
>>>>>
>>>c
>>>    
>>>
>>>>>ript, I get the \"Warning: Range Too High\" message when GDDIAG is creatin
> g 
>>>>>        
>>>>>
>>>t
>>>    
>>>
>>>>>he grids.  The temperature advection, vorticity, etc. fields do NOT exist 
> in
>>>>>        
>>>>>
>>> 
>>>    
>>>
>>>>>the original file - I am asking GDDIAG to create them and put them in the 
> ou
>>>>>        
>>>>>
>>>t
>>>    
>>>
>>>>>put file.
>>>>>
>>>>>If I use GDCNTR to plot these grids in the original files and use a small 
> ga
>>>>>        
>>>>>
>>>re
>>>    
>>>
>>>>>a (ex. RDU), there is no problem with the plots.  Likewise, GARP is also a
> bl
>>>>>        
>>>>>
>>>e
>>>    
>>>
>>>>>to display the quantites when using the original files.  In my script, I a
> t
>>>>>        
>>>>>
>>>t
>>>    
>>>
>>>>>empted to have GDDIAG only compute these quantites for a smaller geographi
> ca
>>>>>        
>>>>>
>>>l
>>>    
>>>
>>>>>area, but that didn\'t seem to work either.
>>>>>
>>>>>If I have bad data along the sides of the grid, is there any way for me to
>  c
>>>>>        
>>>>>
>>>re
>>>    
>>>
>>>>>ate these new grids that I want?  I want GEMPAK to create these grids rath
> er
>>>>>        
>>>>>
>>> 
>>>    
>>>
>>>>>than attempt to do it in Fortran because of map factor issues, but I also 
> do
>>>>>        
>>>>>
>>>n
>>>    
>>>
>>>>>\'t need the values of the entire grid - the garea \"RDU-\" is sufficient 
> fo
>>>>>        
>>>>>
>>>r
>>>    
>>>
>>>>>what I need.  Any help you can provide would be greatly appreciated!
>>>>>
>>>>>Tom
>>>>>
>>>>>
>>>>>
>>>>>   
>>>>>
>>>>>        
>>>>>
>>>>--
>>>>***************************************************************************
> * 
>>>>      
>>>>
>>><
>>>    
>>>
>>>>Unidata User Support                                    UCAR Unidata Progra
> m 
>>>>      
>>>>
>>><
>>>    
>>>
>>>>(303)497-8643                                                  P.O. Box 300
> 0 
>>>>      
>>>>
>>><
>>    
>>>
>>>>address@hidden                                   Boulder, CO 8030
> 7 
>>>>      
>>>>
>>><
>>>    
>>>
>>>>---------------------------------------------------------------------------
> - 
>>>>      
>>>>
>>><
>>>    
>>>
>>>>Unidata WWW Service              http://my.unidata.ucar.edu/content/support
>   
>>>>      
>>>>
>>><
>>>    
>>>
>>>>---------------------------------------------------------------------------
> - 
>>>>      
>>>>
>>><
>>>    
>>>
>>>>NOTE: All email exchanges with Unidata User Support are recorded in the
>>>>Unidata inquiry tracking system and then made publicly available
>>>>through the web.  If you do not want to have your interactions made
>>>>available in this way, you must let us know in each email you send to us.
>>>> 
>>>>
>>>>      
>>>>
>>>-- 
>>>Tom Green
>>>Graduate Research Assistant
>>>Department of Marine, Earth, and Atmospheric Sciences
>>>North Carolina State University
>>>Raleigh, NC
>>>Work phone: 515-1447
>>>E-mail: address@hidden
>>>
>>>
>>>--------------050406060602020004040002
>>>Content-Type: text/html; charset=us-ascii
>>>Content-Transfer-Encoding: 7bit
>>>
>>><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
>>><html>
>>><head>
>>> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
>>> <title></title>
>>></head>
>>><body bgcolor="#ffffff" text="#000000">
>>>Steve,<br>
>>><br>
>>>I'm not sure why my scripts didn't come through.&nbsp; I've inserted the
>>>text of both the script and the output I receive when running the
>>>script in this message - I thought the web form had taken care of
>>>downloading the scripts.<br>
>>><br>
>>>I had originally listed no value for gpack, leaving it blank as a
>>>default.&nbsp; After receiving your e-mail, I changed it to GPACK = 32.&nbsp
> ;
>>>Attempting that gave me two segmentation faults and a GEMPAK file
>>>equaling half a gigabyte.&nbsp; Also, in regards to the grid that I am
>>>using, I originally used gdcfil to create the blank GEMPAK file which I
>>>am using.&nbsp; If it's of any help to know, regardless of the name, all of
>>>my files contain RUC-40 data.<br>
>>><br>
>>>Thanks again for your help.<br>
>>><br>
>>>Tom<br>
>>><br>
>>><br>
>>><br>
>>>THE (original) SCRIPT I RAN:<br>
>>>#! /bin/csh<br>
>>>source /meas/home/tom/.cshrc_Linux<br>
>>><br>
>>>#cp blank.gem gscript.gem<br>
>>><br>
>>>foreach date ( 020302 030301 )<br>
>>>#foreach hh ( 00 03 06 09 12 15 18 21 )<br>
>>>foreach hh ( 00 )<br>
>>>set gfile = '/nfs/watauga2/tom/ruc_final/20'$date'_small40.gem'<br>
>>>set gfile2 = '/nfs/watauga2/tom/mikecode/script.gem'<br>
>>>set gtime = $date'/'$hh'00F000'<br>
>>><br>
>>>gddiag &lt;&lt; endinput<br>
>>>grdarea = 28;-105;45;-72<br>
>>>grdarea = rdu-<br>
>>>gdfile&nbsp; = $gfile<br>
>>>gdoutf&nbsp; = $gfile2<br>
>>>gfunc&nbsp;&nbsp; = avor(obs)<br>
>>>gdattim = $gtime<br>
>>>glevel&nbsp; = 850<br>
>>>gvcord&nbsp; = pres<br>
>>>grdnam&nbsp; = vort<br>
>>>gpack&nbsp;&nbsp; = <br>
>>>r<br>
>>><br>
>>>glevel&nbsp; = 500<br>
>>>r<br>
>>><br>
>>>gfu=adv(tmpk,wnd)<br>
>>>grdnam=tadv<br>
>>>r<br>
>>><br>
>>>gfu=div(wnd)<br>
>>>gle=1000<br>
>>>grdnam=divwnd<br>
>>>r<br>
>>><br>
>>>exit<br>
>>>endinput<br>
>>><br>
>>>#end hour loop<br>
>>>end<br>
>>><br>
>>>#end date loop<br>
>>>end<br>
>>><br>
>>><br>
>>>THE OUTPUT FROM THE (original) SCRIPT:<br>
>>>DFILE&nbsp;&nbsp;&nbsp; Grid file&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
> nb
>>>sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
> n
>>>bsp;&nbsp;&nbsp;&nbsp;
>>>/nfs/watauga2/tom/ruc_final/20030301_small40.gem<br>
>>>&nbsp;GDOUTF&nbsp;&nbsp;&nbsp; Output grid file&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
> ;&
>>>nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>>>/nfs/watauga2/tom/mikecode/gscript.gem<br>
>>>&nbsp;GFUNC&nbsp;&nbsp;&nbsp;&nbsp; Scalar grid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
> ;&
>>>nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
> ;
>>>&nbsp;&nbsp;&nbsp;&nbsp; div(wnd)<br>
>>>&nbsp;GDATTIM&nbsp;&nbsp; Grid date/time&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> &n
>>>bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>  
>>>030301/0000F000<br>
>>>&nbsp;GLEVEL&nbsp;&nbsp;&nbsp; Grid level&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
> ;&
>>>nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
> ;
>>>&nbsp;&nbsp;&nbsp;&nbsp; 1000<br>
>>>&nbsp;GVCORD&nbsp;&nbsp;&nbsp; Grid vertical coordinate&nbsp;&nbsp;&nbsp;&nb
> sp
>>>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pres<br>
>>>&nbsp;GRDNAM&nbsp;&nbsp;&nbsp; Grid parameter name&nbsp;&nbsp;&nbsp;&nbsp;&n
> bs
>>>p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; divwnd<br>
>>>&nbsp;GPACK&nbsp;&nbsp;&nbsp;&nbsp; Packing type/number of bits&nbsp;&nbsp;&
> nb
>>>sp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
>>>&nbsp;Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM
> ,<
>>>br>
>>>&nbsp;GPACK.<br>
>>>&nbsp;GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt;
>>>GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt;
>>>GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt;<br>
>>><br>
>>>&nbsp;&nbsp;&nbsp; TIME1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
> p;
>>>&nbsp;&nbsp;&nbsp; TIME2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LEV
> L
>>>1 LEVL2&nbsp;&nbsp; VCORD PARM<br>
>>>020302/0000F000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
> nb
>>>sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 850&nb
> s
>>>p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRES VORT&nbsp;&nbsp;&nbs
> p
>>>;&nbsp;&nbsp;&nbsp;&nbsp; <br>
>>>Enter a new grid parameter name, &lt;cr&gt; to accept or type EXIT:
>>>Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM,<br>
>>>&nbsp;GPACK.<br>
>>>&nbsp;GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt;<br>
>>><br>
>>>&nbsp;&nbsp;&nbsp; TIME1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
> p;
>>>&nbsp;&nbsp;&nbsp; TIME2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LEV
> L
>>>1 LEVL2&nbsp;&nbsp; VCORD PARM<br>
>>>020302/0000F000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
> nb
>>>sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 500&nb
> s
>>>p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRES VORT&nbsp;&nbsp;&nbs
> p
>>>;&nbsp;&nbsp;&nbsp;&nbsp; <br>
>>>Enter a new grid parameter name, &lt;cr&gt; to accept or type EXIT:
>>>Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM,<br>
>>>&nbsp;GPACK.<br>
>>>&nbsp;GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt;<br>
>>><br>
>>>&nbsp;&nbsp;&nbsp; TIME1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
> p;
>>>&nbsp;&nbsp;&nbsp; TIME2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LEV
> L
>>>1 LEVL2&nbsp;&nbsp; VCORD PARM<br>
>>>020302/0000F000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
> nb
>>>sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 500&nb
> s
>>>p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRES TADV&nbsp;&nbsp;&nbs
> p
>>>;&nbsp;&nbsp;&nbsp;&nbsp; <br>
>>>Enter a new grid parameter name, &lt;cr&gt; to accept or type EXIT:
>>>Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM,<br>
>>>&nbsp;GPACK.<br>
>>>&nbsp;GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt
> ;<
>>>br>
>>><br>
>>>&nbsp;&nbsp;&nbsp; TIME1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
> p;
>>>&nbsp;&nbsp;&nbsp; TIME2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LEV
> L
>>>1 LEVL2&nbsp;&nbsp; VCORD PARM<br>
>>>020302/0000F000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
> nb
>>>sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1000&nbsp;&n
> b
>>>sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRES DIVWND&nbsp;&nbsp;&nbsp;&
> n
>>>bsp;&nbsp; <br>
>>>Enter a new grid parameter name, &lt;cr&gt; to accept or type EXIT:
>>>Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM,<br>
>>>&nbsp;GPACK.<br>
>>>&nbsp;GEMPAK-GDDIAG&gt; GDFILE&nbsp;&nbsp;&nbsp; Grid file&nbsp;&nbsp;&nbsp;
> &n
>>>bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> &
>>>nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>>>/nfs/watauga2/tom/ruc_final/20020302_small40.gem<br>
>>>&nbsp;GDOUTF&nbsp;&nbsp;&nbsp; Output grid file&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
> ;&
>>>nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>>>/nfs/watauga2/tom/mikecode/gscript.gem<br>
>>>&nbsp;GFUNC&nbsp;&nbsp;&nbsp;&nbsp; Scalar grid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
> ;&
>>>nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
> ;
>>>&nbsp;&nbsp;&nbsp;&nbsp; div(wnd)<br>
>>>&nbsp;GDATTIM&nbsp;&nbsp; Grid date/time&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> &n
>>>bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>  
>>>020302/0000F000<br>
>>>&nbsp;GLEVEL&nbsp;&nbsp;&nbsp; Grid level&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
> ;&
>>>nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
> ;
>>>&nbsp;&nbsp;&nbsp;&nbsp; 1000<br>
>>>&nbsp;GVCORD&nbsp;&nbsp;&nbsp; Grid vertical coordinate&nbsp;&nbsp;&nbsp;&nb
> sp
>>>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pres<br>
>>>&nbsp;GRDNAM&nbsp;&nbsp;&nbsp; Grid parameter name&nbsp;&nbsp;&nbsp;&nbsp;&n
> bs
>>>p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; divwnd<br>
>>>&nbsp;GPACK&nbsp;&nbsp;&nbsp;&nbsp; Packing type/number of bits&nbsp;&nbsp;&
> nb
>>>sp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
>>>&nbsp;Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM
> ,<
>>>br>
>>>&nbsp;GPACK.<br>
>>>&nbsp;GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt;
>>>GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt;
>>>GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt;<br>
>>><br>
>>>&nbsp;&nbsp;&nbsp; TIME1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
> p;
>>>&nbsp;&nbsp;&nbsp; TIME2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LEV
> L
>>>1 LEVL2&nbsp;&nbsp; VCORD PARM<br>
>>>030301/0000F000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
> nb
>>>sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 850&nb
> s
>>>p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRES VORT&nbsp;&nbsp;&nbs
> p
>>>;&nbsp;&nbsp;&nbsp;&nbsp; <br>
>>>Enter a new grid parameter name, &lt;cr&gt; to accept or type EXIT:
>>>Warning: range too big&nbsp;&nbsp; 1.69069247E+20&nbsp; 1.26782856E+20 -4.22
> 86
>>>3904E+19<br>
>>>&nbsp;214748367 16<br>
>>>&nbsp;Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM
> ,<
>>>br>
>>>&nbsp;GPACK.<br>
>>>&nbsp;GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt;<br>
>>><br>
>>>&nbsp;&nbsp;&nbsp; TIME1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
> p;
>>>&nbsp;&nbsp;&nbsp; TIME2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LEV
> L
>>>1 LEVL2&nbsp;&nbsp; VCORD PARM<br>
>>>030301/0000F000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
> nb
>>>sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 500&nb
> s
>>>p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRES VORT&nbsp;&nbsp;&nbs
> p
>>>;&nbsp;&nbsp;&nbsp;&nbsp; <br>
>>>Enter a new grid parameter name, &lt;cr&gt; to accept or type EXIT:
>>>Warning: range too big&nbsp;&nbsp; 1.69069247E+20&nbsp; 1.26782856E+20 -4.22
> 86
>>>3904E+19<br>
>>>&nbsp;214748367 16<br>
>>>&nbsp;Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM
> ,<
>>>br>
>>>&nbsp;GPACK.<br>
>>>&nbsp;GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt;<br>
>>><br>
>>>&nbsp;&nbsp;&nbsp; TIME1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
> p;
>>>&nbsp;&nbsp;&nbsp; TIME2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LEV
> L
>>>1 LEVL2&nbsp;&nbsp; VCORD PARM<br>
>>>030301/0000F000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
> nb
>>>sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 500&nb
> s
>>>p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRES TADV&nbsp;&nbsp;&nbs
> p
>>>;&nbsp;&nbsp;&nbsp;&nbsp; <br>
>>>Enter a new grid parameter name, &lt;cr&gt; to accept or type EXIT:
>>>Warning: range too big&nbsp;&nbsp; INF&nbsp; INF -3.05245639E+30 214748367 1
> 6<
>>>br>
>>>&nbsp;Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM
> ,<
>>>br>
>>>&nbsp;GPACK.<br>
>>>&nbsp;GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt
> ;<
>>>br>
>>><br>
>>>&nbsp;&nbsp;&nbsp; TIME1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
> p;
>>>&nbsp;&nbsp;&nbsp; TIME2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LEV
> L
>>>1 LEVL2&nbsp;&nbsp; VCORD PARM<br>
>>>030301/0000F000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
> nb
>>>sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1000&nbsp;&n
> b
>>>sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRES DIVWND&nbsp;&nbsp;&nbsp;&
> n
>>>bsp;&nbsp; <br>
>>>Enter a new grid parameter name, &lt;cr&gt; to accept or type EXIT:
>>>Warning: range too big&nbsp;&nbsp; 1.69073152E+20&nbsp; 4.22852601E+19 -1.26
> 78
>>>7888E+20<br>
>>>&nbsp;214748367 16<br>
>>>&nbsp;Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM
> ,<
>>>br>
>>>&nbsp;GPACK.<br>
>>>&nbsp;GEMPAK-GDDIAG&gt;<br>
>>><br>
>>><br>
>>>Unidata Support wrote:
>>><blockquote cite="address@hidden"
>>>type="cite">
>>> <pre wrap="">Tom,
>>>
>>>Your message didn't show your script, but you should check your
>>>use of GPACK where you will have to specify the range by the number of
>>>bits used to pack the data, or no packing. If you are using GRIB packing the
> n
>>>the default number of bits will be 16, but if that isn't enough for your dat
> a 
>>>range
>>>you can increase that up to 32 bits. See phelp GPACK. If in doubt, try
>>>NONE for the packing.
>>>
>>>Also, the current release of GEMPAK 5.8.2 has the capability to create the g
> ri
>>>d file
>>>if it doesn't exist, as well as reproject to a new grid. The old version tha
> t 
>>>you are 
>>>running does not have those features. 
>>>
>>>Steve Chiswell
>>>Unidata User Support
>>>
>>>
>>>
>>> </pre>
>>> <blockquote type="cite">
>>>   <pre wrap="">From: "Tom Green" <a class="moz-txt-link-rfc2396E" href="mai
> l
>>>to:address@hidden">&lt;address@hidden&gt;</a>
>>>Organization: UCAR/Unidata
>>>Keywords: 200506071432.j57EWxjF015731
>>>   </pre>
>>> </blockquote>
>>> <pre wrap=""><!---->
>>> </pre>
>>> <blockquote type="cite">
>>>   <pre wrap="">Institution: North Carolina State University
>>>Package Version: 5.7.2p2
>>>Operating System: Linux
>>>Hardware Information: unsure-N/A
>>>Inquiry: Hello,
>>>
>>>I\'m currently trying to create grids for temperature advection, vorticity, 
> et
>>>c. as shown in the script to be used by a Fortran program.  I believe that s
> o
>>>me, but not all, of the data files that I am using have bad data at some poi
> n
>>>ts in the grid, because when using GDDIAG on the second time listed in the s
> c
>>>ript, I get the \"Warning: Range Too High\" message when GDDIAG is creating 
> t
>>>he grids.  The temperature advection, vorticity, etc. fields do NOT exist in
>  
>>>the original file - I am asking GDDIAG to create them and put them in the ou
> t
>>>put file.
>>>
>>>If I use GDCNTR to plot these grids in the original files and use a small ga
> re
>>>a (ex. RDU), there is no problem with the plots.  Likewise, GARP is also abl
> e
>>>to display the quantites when using the original files.  In my script, I att
>>>empted to have GDDIAG only compute these quantites for a smaller geographica
> l
>>>area, but that didn\'t seem to work either.
>>>
>>>If I have bad data along the sides of the grid, is there any way for me to c
> re
>>>ate these new grids that I want?  I want GEMPAK to create these grids rather
>  
>>>than attempt to do it in Fortran because of map factor issues, but I also do
> n
>>>\'t need the values of the entire grid - the garea \"RDU-\" is sufficient fo
> r
>>>what I need.  Any help you can provide would be greatly appreciated!
>>>
>>>Tom
>>>
>>>
>>>
>>>   </pre>
>>> </blockquote>
>>> <pre wrap=""><!---->--
>>>****************************************************************************
>  &
>>>lt;
>>>Unidata User Support                                    UCAR Unidata Program
>  &
>>>lt;
>>>(303)497-8643                                                  P.O. Box 3000
>  &
>>>lt;
>>><a class="moz-txt-link-abbreviated" href="mailto:address@hidden";>s
> up
>>>address@hidden</a>                                   Boulder, CO 8030
> 7
>>> &lt;
>>>----------------------------------------------------------------------------
>  &
>>>lt;
>>>Unidata WWW Service              <a class="moz-txt-link-freetext" href="http
> :/
>>>/my.unidata.ucar.edu/content/support">http://my.unidata.ucar.edu/content/sup
> p
>>>ort</a>  &lt;
>>>----------------------------------------------------------------------------
>  &
>>>lt;
>>>NOTE: All email exchanges with Unidata User Support are recorded in the
>>>Unidata inquiry tracking system and then made publicly available
>>>through the web.  If you do not want to have your interactions made
>>>available in this way, you must let us know in each email you send to us.
>>> </pre>
>>></blockquote>
>>><br>
>>><pre class="moz-signature" cols="72">-- 
>>>Tom Green
>>>Graduate Research Assistant
>>>Department of Marine, Earth, and Atmospheric Sciences
>>>North Carolina State University
>>>Raleigh, NC
>>>Work phone: 515-1447
>>>E-mail: <a class="moz-txt-link-abbreviated" href="mailto:address@hidden.
> ed
>>>u">address@hidden</a>
>>></pre>
>>></body>
>>></html>
>>>
>>>--------------050406060602020004040002--
>>>
>>>    
>>>
>>--
>>**************************************************************************** 
>>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  
>>---------------------------------------------------------------------------- 
>>NOTE: All email exchanges with Unidata User Support are recorded in the
>>Unidata inquiry tracking system and then made publicly available
>>through the web.  If you do not want to have your interactions made
>>available in this way, you must let us know in each email you send to us.
>>  
>>
>
>-- 
>Tom Green
>Graduate Research Assistant
>Department of Marine, Earth, and Atmospheric Sciences
>North Carolina State University
>Raleigh, NC
>Work phone: 515-1447
>E-mail: address@hidden
>
>
>--------------090008030900090906060800
>Content-Type: text/html; charset=us-ascii
>Content-Transfer-Encoding: 7bit
>
><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
><html>
><head>
>  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
>  <title></title>
></head>
><body bgcolor="#ffffff" text="#000000">
>Steve,<br>
><br>
>Setting GPACK=NONE took care of the problem.&nbsp; I'm surprised that the
>default of leaving it blank didn't take care of the problem, but I'm
>glad to find that it was the solution.&nbsp; Thanks for all your help!<br>
><br>
>Tom<br>
><br>
><br>
>Unidata Support wrote:
><blockquote cite="address@hidden"
> type="cite">
>  <pre wrap="">Tom,
>
>You have not correctly specified the type of packing for GPACK. See
>the "phelp gpack" information at the GDDIAG prompt.
>
>As an example, you could try:
>GPACK=GRIB/32
>or
>GPACK=NONE
>
>Also note, as I mentioned, GRDAREA is not a valid parameter for GDDIAG in the 
> old
>5.7.2 version you sare using. Your output shows that GDDIAG does not list the 
> GRDAREA 
>parameter. In order to create a new grid area or projection, you would need to
> be using the current version of GEMPAK (5.8.2a). Entering GRDAREA in your
>script has no effect.
>
>Steve Chiswell
>Unidata User Support
>
>
>
>  </pre>
>  <blockquote type="cite">
>    <pre wrap="">From: Tom Green <a class="moz-txt-link-rfc2396E" href="mailto
> :address@hidden">&lt;address@hidden&gt;</a>
>Organization: UCAR/Unidata
>Keywords: 200506071836.j57IakZu014000
>    </pre>
>  </blockquote>
>  <pre wrap=""><!---->
>  </pre>
>  <blockquote type="cite">
>    <pre wrap="">This is a multi-part message in MIME format.
>--------------050406060602020004040002
>Content-Type: text/plain; charset=us-ascii; format=flowed
>Content-Transfer-Encoding: 7bit
>
>Steve,
>
>I'm not sure why my scripts didn't come through.  I've inserted the text 
>of both the script and the output I receive when running the script in 
>this message - I thought the web form had taken care of downloading the 
>scripts.
>
>I had originally listed no value for gpack, leaving it blank as a 
>default.  After receiving your e-mail, I changed it to GPACK = 32.  
>Attempting that gave me two segmentation faults and a GEMPAK file 
>equaling half a gigabyte.  Also, in regards to the grid that I am using, 
>I originally used gdcfil to create the blank GEMPAK file which I am 
>using.  If it's of any help to know, regardless of the name, all of my 
>files contain RUC-40 data.
>
>Thanks again for your help.
>
>Tom
>
>
>
>THE (original) SCRIPT I RAN:
>#! /bin/csh
>source /meas/home/tom/.cshrc_Linux
>
>#cp blank.gem gscript.gem
>
>foreach date ( 020302 030301 )
>#foreach hh ( 00 03 06 09 12 15 18 21 )
>foreach hh ( 00 )
>set gfile = '/nfs/watauga2/tom/ruc_final/20'$date'_small40.gem'
>set gfile2 = '/nfs/watauga2/tom/mikecode/script.gem'
>set gtime = $date'/'$hh'00F000'
>
>gddiag &lt;&lt; endinput
>grdarea = 28;-105;45;-72
>grdarea = rdu-
>gdfile  = $gfile
>gdoutf  = $gfile2
>gfunc   = avor(obs)
>gdattim = $gtime
>glevel  = 850
>gvcord  = pres
>grdnam  = vort
>gpack   =
>r
>
>glevel  = 500
>r
>
>gfu=adv(tmpk,wnd)
>grdnam=tadv
>r
>
>gfu=div(wnd)
>gle=1000
>grdnam=divwnd
>r
>
>exit
>endinput
>
>#end hour loop
>end
>
>#end date loop
>end
>
>
>THE OUTPUT FROM THE (original) SCRIPT:
>DFILE    Grid file                         
>/nfs/watauga2/tom/ruc_final/20030301_small40.gem
>GDOUTF    Output grid file                  
>/nfs/watauga2/tom/mikecode/gscript.gem
>GFUNC     Scalar grid                       div(wnd)
>GDATTIM   Grid date/time                    030301/0000F000
>GLEVEL    Grid level                        1000
>GVCORD    Grid vertical coordinate          pres
>GRDNAM    Grid parameter name               divwnd
>GPACK     Packing type/number of bits       
>Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM,
>GPACK.
>GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; 
>GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; 
>GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt;
>
>   TIME1             TIME2         LEVL1 LEVL2   VCORD PARM
>020302/0000F000                       850          PRES VORT       
>Enter a new grid parameter name, &lt;cr&gt; to accept or type EXIT: Parameters
>  
>requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM,
>GPACK.
>GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt;
>
>   TIME1             TIME2         LEVL1 LEVL2   VCORD PARM
>020302/0000F000                       500          PRES VORT       
>Enter a new grid parameter name, &lt;cr&gt; to accept or type EXIT: Parameters
>  
>requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM,
>GPACK.
>GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt;
>
>   TIME1             TIME2         LEVL1 LEVL2   VCORD PARM
>020302/0000F000                       500          PRES TADV       
>Enter a new grid parameter name, &lt;cr&gt; to accept or type EXIT: Parameters
>  
>requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM,
>GPACK.
>GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt;
>
>   TIME1             TIME2         LEVL1 LEVL2   VCORD PARM
>020302/0000F000                      1000          PRES DIVWND     
>Enter a new grid parameter name, &lt;cr&gt; to accept or type EXIT: Parameters
>  
>requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM,
>GPACK.
>GEMPAK-GDDIAG&gt; GDFILE    Grid file                         
>/nfs/watauga2/tom/ruc_final/20020302_small40.gem
>GDOUTF    Output grid file                  
>/nfs/watauga2/tom/mikecode/gscript.gem
>GFUNC     Scalar grid                       div(wnd)
>GDATTIM   Grid date/time                    020302/0000F000
>GLEVEL    Grid level                        1000
>GVCORD    Grid vertical coordinate          pres
>GRDNAM    Grid parameter name               divwnd
>GPACK     Packing type/number of bits       
>Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM,
>GPACK.
>GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; 
>GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; 
>GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt;
>
>   TIME1             TIME2         LEVL1 LEVL2   VCORD PARM
>030301/0000F000                       850          PRES VORT       
>Enter a new grid parameter name, &lt;cr&gt; to accept or type EXIT: Warning: 
>range too big   1.69069247E+20  1.26782856E+20 -4.22863904E+19
>214748367 16
>Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM,
>GPACK.
>GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt;
>
>   TIME1             TIME2         LEVL1 LEVL2   VCORD PARM
>030301/0000F000                       500          PRES VORT       
>Enter a new grid parameter name, &lt;cr&gt; to accept or type EXIT: Warning: 
>range too big   1.69069247E+20  1.26782856E+20 -4.22863904E+19
>214748367 16
>Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM,
>GPACK.
>GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt;
>
>   TIME1             TIME2         LEVL1 LEVL2   VCORD PARM
>030301/0000F000                       500          PRES TADV       
>Enter a new grid parameter name, &lt;cr&gt; to accept or type EXIT: Warning: 
>range too big   INF  INF -3.05245639E+30 214748367 16
>Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM,
>GPACK.
>GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt; GEMPAK-GDDIAG&gt;
>
>   TIME1             TIME2         LEVL1 LEVL2   VCORD PARM
>030301/0000F000                      1000          PRES DIVWND     
>Enter a new grid parameter name, &lt;cr&gt; to accept or type EXIT: Warning: 
>range too big   1.69073152E+20  4.22852601E+19 -1.26787888E+20
>214748367 16
>Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM,
>GPACK.
>GEMPAK-GDDIAG&gt;
>
>
>Unidata Support wrote:
>
>    </pre>
>    <blockquote type="cite">
>      <pre wrap="">Tom,
>
>Your message didn't show your script, but you should check your
>use of GPACK where you will have to specify the range by the number of
>bits used to pack the data, or no packing. If you are using GRIB packing then
>the default number of bits will be 16, but if that isn't enough for your data
>      </pre>
>    </blockquote>
>    <pre wrap=""> range
>    </pre>
>    <blockquote type="cite">
>      <pre wrap="">you can increase that up to 32 bits. See phelp GPACK. If in
>  doubt, try
>NONE for the packing.
>
>Also, the current release of GEMPAK 5.8.2 has the capability to create the gr
>      </pre>
>    </blockquote>
>    <pre wrap="">id file
>    </pre>
>    <blockquote type="cite">
>      <pre wrap="">if it doesn't exist, as well as reproject to a new grid. Th
> e old version that
>      </pre>
>    </blockquote>
>    <pre wrap=""> you are 
>    </pre>
>    <blockquote type="cite">
>      <pre wrap="">running does not have those features. 
>
>Steve Chiswell
>Unidata User Support
>
>
>
> 
>
>      </pre>
>      <blockquote type="cite">
>        <pre wrap="">From: "Tom Green" <a class="moz-txt-link-rfc2396E" href="
> mailto:address@hidden";>&lt;address@hidden&gt;</a>
>Organization: UCAR/Unidata
>        </pre>
>      </blockquote>
>      <pre wrap="">Keywords: 200506071432.j57EWxjF015731
>      </pre>
>      <blockquote type="cite">
>        <pre wrap="">   
>
>        </pre>
>      </blockquote>
>      <pre wrap=""> 
>
>      </pre>
>      <blockquote type="cite">
>        <pre wrap="">Institution: North Carolina State University
>Package Version: 5.7.2p2
>Operating System: Linux
>Hardware Information: unsure-N/A
>Inquiry: Hello,
>
>I\'m currently trying to create grids for temperature advection, vorticity, 
>        </pre>
>      </blockquote>
>    </blockquote>
>    <pre wrap="">et
>    </pre>
>    <blockquote type="cite">
>      <blockquote type="cite">
>        <pre wrap="">c. as shown in the script to be used by a Fortran program
> .  I believe that s
>        </pre>
>      </blockquote>
>    </blockquote>
>    <pre wrap="">o
>    </pre>
>    <blockquote type="cite">
>      <blockquote type="cite">
>        <pre wrap="">me, but not all, of the data files that I am using have b
> ad data at some poi
>        </pre>
>      </blockquote>
>    </blockquote>
>    <pre wrap="">n
>    </pre>
>    <blockquote type="cite">
>      <blockquote type="cite">
>        <pre wrap="">ts in the grid, because when using GDDIAG on the second t
> ime listed in the s
>        </pre>
>      </blockquote>
>    </blockquote>
>    <pre wrap="">c
>    </pre>
>    <blockquote type="cite">
>      <blockquote type="cite">
>        <pre wrap="">ript, I get the \"Warning: Range Too High\" message when 
> GDDIAG is creating 
>        </pre>
>      </blockquote>
>    </blockquote>
>    <pre wrap="">t
>    </pre>
>    <blockquote type="cite">
>      <blockquote type="cite">
>        <pre wrap="">he grids.  The temperature advection, vorticity, etc. fie
> lds do NOT exist in
>        </pre>
>      </blockquote>
>    </blockquote>
>    <pre wrap=""> 
>    </pre>
>    <blockquote type="cite">
>      <blockquote type="cite">
>        <pre wrap="">the original file - I am asking GDDIAG to create them and
>  put them in the ou
>        </pre>
>      </blockquote>
>    </blockquote>
>    <pre wrap="">t
>    </pre>
>    <blockquote type="cite">
>      <blockquote type="cite">
>        <pre wrap="">put file.
>
>If I use GDCNTR to plot these grids in the original files and use a small ga
>        </pre>
>      </blockquote>
>    </blockquote>
>    <pre wrap="">re
>    </pre>
>    <blockquote type="cite">
>      <blockquote type="cite">
>        <pre wrap="">a (ex. RDU), there is no problem with the plots.  Likewis
> e, GARP is also abl
>        </pre>
>      </blockquote>
>    </blockquote>
>    <pre wrap="">e
>    </pre>
>    <blockquote type="cite">
>      <blockquote type="cite">
>        <pre wrap="">to display the quantites when using the original files.  
> In my script, I at
>        </pre>
>      </blockquote>
>    </blockquote>
>    <pre wrap="">t
>    </pre>
>    <blockquote type="cite">
>      <blockquote type="cite">
>        <pre wrap="">empted to have GDDIAG only compute these quantites for a 
> smaller geographica
>        </pre>
>      </blockquote>
>    </blockquote>
>    <pre wrap="">l
>    </pre>
>    <blockquote type="cite">
>      <blockquote type="cite">
>        <pre wrap="">area, but that didn\'t seem to work either.
>
>If I have bad data along the sides of the grid, is there any way for me to c
>        </pre>
>      </blockquote>
>    </blockquote>
>    <pre wrap="">re
>    </pre>
>    <blockquote type="cite">
>      <blockquote type="cite">
>        <pre wrap="">ate these new grids that I want?  I want GEMPAK to create
>  these grids rather
>        </pre>
>      </blockquote>
>    </blockquote>
>    <pre wrap=""> 
>    </pre>
>    <blockquote type="cite">
>      <blockquote type="cite">
>        <pre wrap="">than attempt to do it in Fortran because of map factor is
> sues, but I also do
>        </pre>
>      </blockquote>
>    </blockquote>
>    <pre wrap="">n
>    </pre>
>    <blockquote type="cite">
>      <blockquote type="cite">
>        <pre wrap="">\'t need the values of the entire grid - the garea \"RDU-
> \" is sufficient fo
>        </pre>
>      </blockquote>
>    </blockquote>
>    <pre wrap="">r
>    </pre>
>    <blockquote type="cite">
>      <blockquote type="cite">
>        <pre wrap="">what I need.  Any help you can provide would be greatly a
> ppreciated!
>
>Tom
>
>
>
>   
>
>        </pre>
>      </blockquote>
>      <pre wrap="">--
>**************************************************************************** 
>      </pre>
>    </blockquote>
>    <pre wrap="">&lt;
>    </pre>
>    <blockquote type="cite">
>      <pre wrap="">Unidata User Support                                    UCA
> R Unidata Program 
>      </pre>
>    </blockquote>
>    <pre wrap="">&lt;
>    </pre>
>    <blockquote type="cite">
>      <pre wrap="">(303)497-8643                                              
>     P.O. Box 3000 
>      </pre>
>    </blockquote>
>    <pre wrap="">&lt;
>    </pre>
>    <blockquote type="cite">
>      <pre wrap=""><a class="moz-txt-link-abbreviated" href="mailto:support@un
> idata.ucar.edu">address@hidden</a>                                 
>   Boulder, CO 80307 
>      </pre>
>    </blockquote>
>    <pre wrap="">&lt;
>    </pre>
>    <blockquote type="cite">
>      <pre wrap="">-----------------------------------------------------------
> ----------------- 
>      </pre>
>    </blockquote>
>    <pre wrap="">&lt;
>    </pre>
>    <blockquote type="cite">
>      <pre wrap="">Unidata WWW Service              <a class="moz-txt-link-fre
> etext" href="http://my.unidata.ucar.edu/content/support";>http://my.unidata.uc
> ar.edu/content/support</a>  
>      </pre>
>    </blockquote>
>    <pre wrap="">&lt;
>    </pre>
>    <blockquote type="cite">
>      <pre wrap="">-----------------------------------------------------------
> ----------------- 
>      </pre>
>    </blockquote>
>    <pre wrap="">&lt;
>    </pre>
>    <blockquote type="cite">
>      <pre wrap="">NOTE: All email exchanges with Unidata User Support are rec
> orded in the
>Unidata inquiry tracking system and then made publicly available
>through the web.  If you do not want to have your interactions made
>available in this way, you must let us know in each email you send to us.
> 
>
>      </pre>
>    </blockquote>
>    <pre wrap="">-- 
>Tom Green
>Graduate Research Assistant
>Department of Marine, Earth, and Atmospheric Sciences
>North Carolina State University
>Raleigh, NC
>Work phone: 515-1447
>E-mail: <a class="moz-txt-link-abbreviated" href="mailto:address@hidden
> u">address@hidden</a>
>
>
>--------------050406060602020004040002
>Content-Type: text/html; charset=us-ascii
>Content-Transfer-Encoding: 7bit
>
>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&gt;
>&lt;html&gt;
>&lt;head&gt;
> &lt;meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"&gt;
> &lt;title&gt;&lt;/title&gt;
>&lt;/head&gt;
>&lt;body bgcolor="#ffffff" text="#000000"&gt;
>Steve,&lt;br&gt;
>&lt;br&gt;
>I'm not sure why my scripts didn't come through.&amp;nbsp; I've inserted the
>text of both the script and the output I receive when running the
>script in this message - I thought the web form had taken care of
>downloading the scripts.&lt;br&gt;
>&lt;br&gt;
>I had originally listed no value for gpack, leaving it blank as a
>default.&amp;nbsp; After receiving your e-mail, I changed it to GPACK = 32.&am
> p;nbsp;
>Attempting that gave me two segmentation faults and a GEMPAK file
>equaling half a gigabyte.&amp;nbsp; Also, in regards to the grid that I am
>using, I originally used gdcfil to create the blank GEMPAK file which I
>am using.&amp;nbsp; If it's of any help to know, regardless of the name, all o
> f
>my files contain RUC-40 data.&lt;br&gt;
>&lt;br&gt;
>Thanks again for your help.&lt;br&gt;
>&lt;br&gt;
>Tom&lt;br&gt;
>&lt;br&gt;
>&lt;br&gt;
>&lt;br&gt;
>THE (original) SCRIPT I RAN:&lt;br&gt;
>#! /bin/csh&lt;br&gt;
>source /meas/home/tom/.cshrc_Linux&lt;br&gt;
>&lt;br&gt;
>#cp blank.gem gscript.gem&lt;br&gt;
>&lt;br&gt;
>foreach date ( 020302 030301 )&lt;br&gt;
>#foreach hh ( 00 03 06 09 12 15 18 21 )&lt;br&gt;
>foreach hh ( 00 )&lt;br&gt;
>set gfile = '/nfs/watauga2/tom/ruc_final/20'$date'_small40.gem'&lt;br&gt;
>set gfile2 = '/nfs/watauga2/tom/mikecode/script.gem'&lt;br&gt;
>set gtime = $date'/'$hh'00F000'&lt;br&gt;
>&lt;br&gt;
>gddiag &amp;lt;&amp;lt; endinput&lt;br&gt;
>grdarea = 28;-105;45;-72&lt;br&gt;
>grdarea = rdu-&lt;br&gt;
>gdfile&amp;nbsp; = $gfile&lt;br&gt;
>gdoutf&amp;nbsp; = $gfile2&lt;br&gt;
>gfunc&amp;nbsp;&amp;nbsp; = avor(obs)&lt;br&gt;
>gdattim = $gtime&lt;br&gt;
>glevel&amp;nbsp; = 850&lt;br&gt;
>gvcord&amp;nbsp; = pres&lt;br&gt;
>grdnam&amp;nbsp; = vort&lt;br&gt;
>gpack&amp;nbsp;&amp;nbsp; = &lt;br&gt;
>r&lt;br&gt;
>&lt;br&gt;
>glevel&amp;nbsp; = 500&lt;br&gt;
>r&lt;br&gt;
>&lt;br&gt;
>gfu=adv(tmpk,wnd)&lt;br&gt;
>grdnam=tadv&lt;br&gt;
>r&lt;br&gt;
>&lt;br&gt;
>gfu=div(wnd)&lt;br&gt;
>gle=1000&lt;br&gt;
>grdnam=divwnd&lt;br&gt;
>r&lt;br&gt;
>&lt;br&gt;
>exit&lt;br&gt;
>endinput&lt;br&gt;
>&lt;br&gt;
>#end hour loop&lt;br&gt;
>end&lt;br&gt;
>&lt;br&gt;
>#end date loop&lt;br&gt;
>end&lt;br&gt;
>&lt;br&gt;
>&lt;br&gt;
>THE OUTPUT FROM THE (original) SCRIPT:&lt;br&gt;
>DFILE&amp;nbsp;&amp;nbsp;&amp;nbsp; Grid file&amp;nbsp;&amp;nbsp;&amp;nbsp;&am
> p;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nb
>sp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;
> nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;n
>bsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
>/nfs/watauga2/tom/ruc_final/20030301_small40.gem&lt;br&gt;
>&amp;nbsp;GDOUTF&amp;nbsp;&amp;nbsp;&amp;nbsp; Output grid file&amp;nbsp;&amp;
> nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;
>nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&am
> p;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
>/nfs/watauga2/tom/mikecode/gscript.gem&lt;br&gt;
>&amp;nbsp;GFUNC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Scalar grid&amp;nbsp;&
> amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;
>nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&am
> p;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; div(wnd)&lt;br&gt;
>&amp;nbsp;GDATTIM&amp;nbsp;&amp;nbsp; Grid date/time&amp;nbsp;&amp;nbsp;&amp;n
> bsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;n
>bsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp
> ;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
>030301/0000F000&lt;br&gt;
>&amp;nbsp;GLEVEL&amp;nbsp;&amp;nbsp;&amp;nbsp; Grid level&amp;nbsp;&amp;nbsp;&
> amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;
>nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&am
> p;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000&lt;br&gt;
>&amp;nbsp;GVCORD&amp;nbsp;&amp;nbsp;&amp;nbsp; Grid vertical coordinate&amp;nb
> sp;&amp;nbsp;&amp;nbsp;&amp;nbsp
>;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pres&lt;br&gt;
>&amp;nbsp;GRDNAM&amp;nbsp;&amp;nbsp;&amp;nbsp; Grid parameter name&amp;nbsp;&a
> mp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbs
>p;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;n
> bsp;&amp;nbsp; divwnd&lt;br&gt;
>&amp;nbsp;GPACK&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Packing type/number of
>  bits&amp;nbsp;&amp;nbsp;&amp;nb
>sp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;
>&amp;nbsp;Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDN
> AM,&lt;
>br&gt;
>&amp;nbsp;GPACK.&lt;br&gt;
>&amp;nbsp;GEMPAK-GDDIAG&amp;gt; GEMPAK-GDDIAG&amp;gt; GEMPAK-GDDIAG&amp;gt;
>GEMPAK-GDDIAG&amp;gt; GEMPAK-GDDIAG&amp;gt; GEMPAK-GDDIAG&amp;gt; GEMPAK-GDDIA
> G&amp;gt;
>GEMPAK-GDDIAG&amp;gt; GEMPAK-GDDIAG&amp;gt; GEMPAK-GDDIAG&amp;gt; GEMPAK-GDDIA
> G&amp;gt;&lt;br&gt;
>&lt;br&gt;
>&amp;nbsp;&amp;nbsp;&amp;nbsp; TIME1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&a
> mp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
>&amp;nbsp;&amp;nbsp;&amp;nbsp; TIME2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&a
> mp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEVL
>1 LEVL2&amp;nbsp;&amp;nbsp; VCORD PARM&lt;br&gt;
>020302/0000F000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&am
> p;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nb
>sp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;
> nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 850&amp;nbs
>p;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;n
> bsp; PRES VORT&amp;nbsp;&amp;nbsp;&amp;nbsp
>;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;
>Enter a new grid parameter name, &amp;lt;cr&amp;gt; to accept or type EXIT:
>Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM,&lt;br&
> gt;
>&amp;nbsp;GPACK.&lt;br&gt;
>&amp;nbsp;GEMPAK-GDDIAG&amp;gt; GEMPAK-GDDIAG&amp;gt;&lt;br&gt;
>&lt;br&gt;
>&amp;nbsp;&amp;nbsp;&amp;nbsp; TIME1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&a
> mp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
>&amp;nbsp;&amp;nbsp;&amp;nbsp; TIME2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&a
> mp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEVL
>1 LEVL2&amp;nbsp;&amp;nbsp; VCORD PARM&lt;br&gt;
>020302/0000F000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&am
> p;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nb
>sp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;
> nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 500&amp;nbs
>p;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;n
> bsp; PRES VORT&amp;nbsp;&amp;nbsp;&amp;nbsp
>;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;
>Enter a new grid parameter name, &amp;lt;cr&amp;gt; to accept or type EXIT:
>Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM,&lt;br&
> gt;
>&amp;nbsp;GPACK.&lt;br&gt;
>&amp;nbsp;GEMPAK-GDDIAG&amp;gt; GEMPAK-GDDIAG&amp;gt; GEMPAK-GDDIAG&amp;gt;&lt
> ;br&gt;
>&lt;br&gt;
>&amp;nbsp;&amp;nbsp;&amp;nbsp; TIME1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&a
> mp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
>&amp;nbsp;&amp;nbsp;&amp;nbsp; TIME2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&a
> mp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEVL
>1 LEVL2&amp;nbsp;&amp;nbsp; VCORD PARM&lt;br&gt;
>020302/0000F000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&am
> p;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nb
>sp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;
> nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 500&amp;nbs
>p;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;n
> bsp; PRES TADV&amp;nbsp;&amp;nbsp;&amp;nbsp
>;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;
>Enter a new grid parameter name, &amp;lt;cr&amp;gt; to accept or type EXIT:
>Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM,&lt;br&
> gt;
>&amp;nbsp;GPACK.&lt;br&gt;
>&amp;nbsp;GEMPAK-GDDIAG&amp;gt; GEMPAK-GDDIAG&amp;gt; GEMPAK-GDDIAG&amp;gt; GE
> MPAK-GDDIAG&amp;gt;&lt;
>br&gt;
>&lt;br&gt;
>&amp;nbsp;&amp;nbsp;&amp;nbsp; TIME1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&a
> mp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
>&amp;nbsp;&amp;nbsp;&amp;nbsp; TIME2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&a
> mp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEVL
>1 LEVL2&amp;nbsp;&amp;nbsp; VCORD PARM&lt;br&gt;
>020302/0000F000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&am
> p;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nb
>sp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;
> nbsp;&amp;nbsp;&amp;nbsp; 1000&amp;nbsp;&amp;nb
>sp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRES
>  DIVWND&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;n
>bsp;&amp;nbsp; &lt;br&gt;
>Enter a new grid parameter name, &amp;lt;cr&amp;gt; to accept or type EXIT:
>Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDNAM,&lt;br&
> gt;
>&amp;nbsp;GPACK.&lt;br&gt;
>&amp;nbsp;GEMPAK-GDDIAG&amp;gt; GDFILE&amp;nbsp;&amp;nbsp;&amp;nbsp; Grid file
> &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;n
>bsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp
> ;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;
>nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
>/nfs/watauga2/tom/ruc_final/20020302_small40.gem&lt;br&gt;
>&amp;nbsp;GDOUTF&amp;nbsp;&amp;nbsp;&amp;nbsp; Output grid file&amp;nbsp;&amp;
> nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;
>nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&am
> p;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
>/nfs/watauga2/tom/mikecode/gscript.gem&lt;br&gt;
>&amp;nbsp;GFUNC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Scalar grid&amp;nbsp;&
> amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;
>nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&am
> p;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; div(wnd)&lt;br&gt;
>&amp;nbsp;GDATTIM&amp;nbsp;&amp;nbsp; Grid date/time&amp;nbsp;&amp;nbsp;&amp;n
> bsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;n
>bsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp
> ;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
>020302/0000F000&lt;br&gt;
>&amp;nbsp;GLEVEL&amp;nbsp;&amp;nbsp;&amp;nbsp; Grid level&amp;nbsp;&amp;nbsp;&
> amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;
>nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&am
> p;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000&lt;br&gt;
>&amp;nbsp;GVCORD&amp;nbsp;&amp;nbsp;&amp;nbsp; Grid vertical coordinate&amp;nb
> sp;&amp;nbsp;&amp;nbsp;&amp;nbsp
>;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pres&lt;br&gt;
>&amp;nbsp;GRDNAM&amp;nbsp;&amp;nbsp;&amp;nbsp; Grid parameter name&amp;nbsp;&a
> mp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbs
>p;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;n
> bsp;&amp;nbsp; divwnd&lt;br&gt;
>&amp;nbsp;GPACK&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Packing type/number of
>  bits&amp;nbsp;&amp;nbsp;&amp;nb
>sp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;
>&amp;nbsp;Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDN
> AM,&lt;
>br&gt;
>&amp;nbsp;GPACK.&lt;br&gt;
>&amp;nbsp;GEMPAK-GDDIAG&amp;gt; GEMPAK-GDDIAG&amp;gt; GEMPAK-GDDIAG&amp;gt;
>GEMPAK-GDDIAG&amp;gt; GEMPAK-GDDIAG&amp;gt; GEMPAK-GDDIAG&amp;gt; GEMPAK-GDDIA
> G&amp;gt;
>GEMPAK-GDDIAG&amp;gt; GEMPAK-GDDIAG&amp;gt; GEMPAK-GDDIAG&amp;gt; GEMPAK-GDDIA
> G&amp;gt;&lt;br&gt;
>&lt;br&gt;
>&amp;nbsp;&amp;nbsp;&amp;nbsp; TIME1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&a
> mp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
>&amp;nbsp;&amp;nbsp;&amp;nbsp; TIME2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&a
> mp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEVL
>1 LEVL2&amp;nbsp;&amp;nbsp; VCORD PARM&lt;br&gt;
>030301/0000F000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&am
> p;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nb
>sp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;
> nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 850&amp;nbs
>p;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;n
> bsp; PRES VORT&amp;nbsp;&amp;nbsp;&amp;nbsp
>;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;
>Enter a new grid parameter name, &amp;lt;cr&amp;gt; to accept or type EXIT:
>Warning: range too big&amp;nbsp;&amp;nbsp; 1.69069247E+20&amp;nbsp; 1.26782856
> E+20 -4.2286
>3904E+19&lt;br&gt;
>&amp;nbsp;214748367 16&lt;br&gt;
>&amp;nbsp;Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDN
> AM,&lt;
>br&gt;
>&amp;nbsp;GPACK.&lt;br&gt;
>&amp;nbsp;GEMPAK-GDDIAG&amp;gt; GEMPAK-GDDIAG&amp;gt;&lt;br&gt;
>&lt;br&gt;
>&amp;nbsp;&amp;nbsp;&amp;nbsp; TIME1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&a
> mp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
>&amp;nbsp;&amp;nbsp;&amp;nbsp; TIME2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&a
> mp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEVL
>1 LEVL2&amp;nbsp;&amp;nbsp; VCORD PARM&lt;br&gt;
>030301/0000F000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&am
> p;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nb
>sp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;
> nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 500&amp;nbs
>p;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;n
> bsp; PRES VORT&amp;nbsp;&amp;nbsp;&amp;nbsp
>;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;
>Enter a new grid parameter name, &amp;lt;cr&amp;gt; to accept or type EXIT:
>Warning: range too big&amp;nbsp;&amp;nbsp; 1.69069247E+20&amp;nbsp; 1.26782856
> E+20 -4.2286
>3904E+19&lt;br&gt;
>&amp;nbsp;214748367 16&lt;br&gt;
>&amp;nbsp;Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDN
> AM,&lt;
>br&gt;
>&amp;nbsp;GPACK.&lt;br&gt;
>&amp;nbsp;GEMPAK-GDDIAG&amp;gt; GEMPAK-GDDIAG&amp;gt; GEMPAK-GDDIAG&amp;gt;&lt
> ;br&gt;
>&lt;br&gt;
>&amp;nbsp;&amp;nbsp;&amp;nbsp; TIME1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&a
> mp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
>&amp;nbsp;&amp;nbsp;&amp;nbsp; TIME2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&a
> mp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEVL
>1 LEVL2&amp;nbsp;&amp;nbsp; VCORD PARM&lt;br&gt;
>030301/0000F000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&am
> p;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nb
>sp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;
> nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 500&amp;nbs
>p;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;n
> bsp; PRES TADV&amp;nbsp;&amp;nbsp;&amp;nbsp
>;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;
>Enter a new grid parameter name, &amp;lt;cr&amp;gt; to accept or type EXIT:
>Warning: range too big&amp;nbsp;&amp;nbsp; INF&amp;nbsp; INF -3.05245639E+30 2
> 14748367 16&lt;
>br&gt;
>&amp;nbsp;Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDN
> AM,&lt;
>br&gt;
>&amp;nbsp;GPACK.&lt;br&gt;
>&amp;nbsp;GEMPAK-GDDIAG&amp;gt; GEMPAK-GDDIAG&amp;gt; GEMPAK-GDDIAG&amp;gt; GE
> MPAK-GDDIAG&amp;gt;&lt;
>br&gt;
>&lt;br&gt;
>&amp;nbsp;&amp;nbsp;&amp;nbsp; TIME1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&a
> mp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
>&amp;nbsp;&amp;nbsp;&amp;nbsp; TIME2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&a
> mp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEVL
>1 LEVL2&amp;nbsp;&amp;nbsp; VCORD PARM&lt;br&gt;
>030301/0000F000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&am
> p;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nb
>sp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;
> nbsp;&amp;nbsp;&amp;nbsp; 1000&amp;nbsp;&amp;nb
>sp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRES
>  DIVWND&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;n
>bsp;&amp;nbsp; &lt;br&gt;
>Enter a new grid parameter name, &amp;lt;cr&amp;gt; to accept or type EXIT:
>Warning: range too big&amp;nbsp;&amp;nbsp; 1.69073152E+20&amp;nbsp; 4.22852601
> E+19 -1.2678
>7888E+20&lt;br&gt;
>&amp;nbsp;214748367 16&lt;br&gt;
>&amp;nbsp;Parameters requested: GDFILE,GDOUTF,GFUNC,GDATTIM,GLEVEL,GVCORD,GRDN
> AM,&lt;
>br&gt;
>&amp;nbsp;GPACK.&lt;br&gt;
>&amp;nbsp;GEMPAK-GDDIAG&amp;gt;&lt;br&gt;
>&lt;br&gt;
>&lt;br&gt;
>Unidata Support wrote:
>&lt;blockquote cite=<a class="moz-txt-link-rfc2396E" href="mailto:mid200506071
> address@hidden">"mid200506071822.j57IMIZu011869@unidata.
> ucar.edu"</a>
>type="cite"&gt;
> &lt;pre wrap=""&gt;Tom,
>
>Your message didn't show your script, but you should check your
>use of GPACK where you will have to specify the range by the number of
>bits used to pack the data, or no packing. If you are using GRIB packing then
>the default number of bits will be 16, but if that isn't enough for your data 
>range
>you can increase that up to 32 bits. See phelp GPACK. If in doubt, try
>NONE for the packing.
>
>Also, the current release of GEMPAK 5.8.2 has the capability to create the gri
>d file
>if it doesn't exist, as well as reproject to a new grid. The old version that 
>you are 
>running does not have those features. 
>
>Steve Chiswell
>Unidata User Support
>
>
>
> &lt;/pre&gt;
> &lt;blockquote type="cite"&gt;
>   &lt;pre wrap=""&gt;From: "Tom Green" &lt;a class="moz-txt-link-rfc2396E" hr
> ef=<a class="moz-txt-link-rfc2396E" href="mailto:address@hidden";>"mai
> l
>to:address@hidden"</a>&gt;&amp;lt;address@hidden&amp;gt;&lt;/a
> &gt;
>Organization: UCAR/Unidata
>Keywords: 200506071432.j57EWxjF015731
>   &lt;/pre&gt;
> &lt;/blockquote&gt;
> &lt;pre wrap=""&gt;&lt;!----&gt;
> &lt;/pre&gt;
> &lt;blockquote type="cite"&gt;
>   &lt;pre wrap=""&gt;Institution: North Carolina State University
>Package Version: 5.7.2p2
>Operating System: Linux
>Hardware Information: unsure-N/A
>Inquiry: Hello,
>
>I\'m currently trying to create grids for temperature advection, vorticity, et
>c. as shown in the script to be used by a Fortran program.  I believe that so
>me, but not all, of the data files that I am using have bad data at some poin
>ts in the grid, because when using GDDIAG on the second time listed in the sc
>ript, I get the \"Warning: Range Too High\" message when GDDIAG is creating t
>he grids.  The temperature advection, vorticity, etc. fields do NOT exist in 
>the original file - I am asking GDDIAG to create them and put them in the out
>put file.
>
>If I use GDCNTR to plot these grids in the original files and use a small gare
>a (ex. RDU), there is no problem with the plots.  Likewise, GARP is also able
>to display the quantites when using the original files.  In my script, I att
>empted to have GDDIAG only compute these quantites for a smaller geographical
>area, but that didn\'t seem to work either.
>
>If I have bad data along the sides of the grid, is there any way for me to cre
>ate these new grids that I want?  I want GEMPAK to create these grids rather 
>than attempt to do it in Fortran because of map factor issues, but I also don
>\'t need the values of the entire grid - the garea \"RDU-\" is sufficient for
>what I need.  Any help you can provide would be greatly appreciated!
>
>Tom
>
>
>
>   &lt;/pre&gt;
> &lt;/blockquote&gt;
> &lt;pre wrap=""&gt;&lt;!----&gt;--
>**************************************************************************** &
> amp;
>lt;
>Unidata User Support                                    UCAR Unidata Program &
> amp;
>lt;
>(303)497-8643                                                  P.O. Box 3000 &
> amp;
>lt;
>&lt;a class="moz-txt-link-abbreviated" href=<a class="moz-txt-link-rfc2396E" h
> ref="mailto:address@hidden";>"mailto:address@hidden";</a>&g
> t;sup
><a class="moz-txt-link-abbreviated" href="mailto:address@hidden";>port@u
> nidata.ucar.edu</a>&lt;/a&gt;                                   Boulder, CO 8
> 0307
> &amp;lt;
>---------------------------------------------------------------------------- &
> amp;
>lt;
>Unidata WWW Service              &lt;a class="moz-txt-link-freetext" href=<a c
> lass="moz-txt-link-rfc2396E" href="http://my.unidata.ucar.edu/content/support
> ">"http:/
>/my.unidata.ucar.edu/content/support"</a>&gt;<a class="moz-txt-link-freetext" 
> href="http://my.unidata.ucar.edu/content/supp";>http://my.unidata.ucar.edu/con
> tent/supp</a>
>ort&lt;/a&gt;  &amp;lt;
>---------------------------------------------------------------------------- &
> amp;
>lt;
>NOTE: All email exchanges with Unidata User Support are recorded in the
>Unidata inquiry tracking system and then made publicly available
>through the web.  If you do not want to have your interactions made
>available in this way, you must let us know in each email you send to us.
> &lt;/pre&gt;
>&lt;/blockquote&gt;
>&lt;br&gt;
>&lt;pre class="moz-signature" cols="72"&gt;-- 
>Tom Green
>Graduate Research Assistant
>Department of Marine, Earth, and Atmospheric Sciences
>North Carolina State University
>Raleigh, NC
>Work phone: 515-1447
>E-mail: &lt;a class="moz-txt-link-abbreviated" href=<a class="moz-txt-link-rfc
> 2396E" href="mailto:address@hidden";>"mailto:address@hidden
>u"</a>&gt;<a class="moz-txt-link-abbreviated" href="mailto:address@hidden.
> edu">address@hidden</a>&lt;/a&gt;
>&lt;/pre&gt;
>&lt;/body&gt;
>&lt;/html&gt;
>
>--------------050406060602020004040002--
>
>    </pre>
>  </blockquote>
>  <pre wrap=""><!---->--
>**************************************************************************** &
> lt;
>Unidata User Support                                    UCAR Unidata Program &
> lt;
>(303)497-8643                                                  P.O. Box 3000 &
> lt;
><a class="moz-txt-link-abbreviated" href="mailto:address@hidden";>sup
> address@hidden</a>                                   Boulder, CO 80307
>  &lt;
>---------------------------------------------------------------------------- &
> lt;
>Unidata WWW Service              <a class="moz-txt-link-freetext" href="http:/
> /my.unidata.ucar.edu/content/support">http://my.unidata.ucar.edu/content/supp
> ort</a>  &lt;
>---------------------------------------------------------------------------- &
> lt;
>NOTE: All email exchanges with Unidata User Support are recorded in the
>Unidata inquiry tracking system and then made publicly available
>through the web.  If you do not want to have your interactions made
>available in this way, you must let us know in each email you send to us.
>  </pre>
></blockquote>
><br>
><pre class="moz-signature" cols="72">-- 
>Tom Green
>Graduate Research Assistant
>Department of Marine, Earth, and Atmospheric Sciences
>North Carolina State University
>Raleigh, NC
>Work phone: 515-1447
>E-mail: <a class="moz-txt-link-abbreviated" href="mailto:address@hidden
> u">address@hidden</a>
></pre>
></body>
></html>
>
>--------------090008030900090906060800--
>
--
NOTE: All email exchanges with Unidata User Support are recorded in the
Unidata inquiry tracking system and then made publicly available
through the web.  If you do not want to have your interactions made
available in this way, you must let us know in each email you send to us.