It looks like you are on the right track.  The only thing I think you still need to do is include all of the variables in the netCDF file in the VARS list.  If you have an incomplete list, Grads might not read the data file correctly and the variables you think you are displaying may not actually be those variables.  Thus, you should add entries for all of the variables in the netCDF file.  It will be tenuous, but once you have it, you won&#39;t need to make another control file.<br>
<br>Jeff<br><br><div class="gmail_quote">On Wed, Feb 29, 2012 at 11:25 AM, Zilore Mumba <span dir="ltr">&lt;<a href="mailto:zmumba@gmail.com">zmumba@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Jeff,<br>
Thanks for your suggestion for preparing a control file. I browsed the<br>
site given by Jennifer and started preparing an xdfopen control file<br>
below<br>
But I will need your help to fill in the vars. how do I get these and<br>
do I have to put in the whole of them?<br>
What I get from &quot;ncdump -v Times  wrfout_d01_2012-01-27_00:00:00&quot; is<br>
alos below (a small part not to congest the mail)<br>
<br>
DSET ^wrfout_d01_2011-11-19_00:00:00<br>
TITLE WRF output Rwanda<br>
OPTIONS YREV<br>
UNDEF 1.0E15<br>
XDEF dimension1 110 LINEAR 23.0 0.0625<br>
YDEF dimension2 100 LINEAR -5.0 0.0625<br>
TDEF dimension3 6 LINEAR 0Z27JAN2012 6HR<br>
ZDEF dimension3 10 LEVELS 1000 850 700 500 400 300 250 200<br>
VARS 3<br>
GEOPOTENTIAL_HEIGHT=&gt;hgt 18 99 geopotential height<br>
SPECIFICHUMIDITY=&gt;shum 18 99 specific humidity<br>
TEMPERATURE=&gt;temp 18 99 temperature<br>
ENDVARS<br>
<br>
        float TSK(Time, south_north, west_east) ;<br>
                TSK:FieldType = 104 ;<br>
                TSK:MemoryOrder = &quot;XY &quot; ;<br>
                TSK:description = &quot;SURFACE SKIN TEMPERATURE&quot; ;<br>
                TSK:units = &quot;K&quot; ;<br>
                TSK:stagger = &quot;&quot; ;<br>
                TSK:coordinates = &quot;XLONG XLAT&quot; ;<br>
        float P_TOP(Time) ;<br>
                P_TOP:FieldType = 104 ;<br>
                P_TOP:MemoryOrder = &quot;0  &quot; ;<br>
                P_TOP:description = &quot;PRESSURE TOP OF THE MODEL&quot; ;<br>
                P_TOP:units = &quot;Pa&quot; ;<br>
                P_TOP:stagger = &quot;&quot; ;<br>
        float T00(Time) ;<br>
                T00:FieldType = 104 ;<br>
                T00:MemoryOrder = &quot;0  &quot; ;<br>
                T00:description = &quot;BASE STATE TEMPERATURE&quot; ;<br>
                T00:units = &quot;K&quot; ;<br>
                T00:stagger = &quot;&quot; ;<br>
        float P00(Time) ;<br>
                P00:FieldType = 104 ;<br>
                P00:MemoryOrder = &quot;0  &quot; ;<br>
                P00:description = &quot;BASE STATE PRESURE&quot; ;<br>
Thanks<br>
<br>
On Tue, Feb 28, 2012 at 9:38 PM,  &lt;<a href="mailto:gradsusr-request@gradsusr.org">gradsusr-request@gradsusr.org</a>&gt; wrote:<br>
&gt; Send gradsusr mailing list submissions to<br>
&gt;        <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
&gt;<br>
&gt; To subscribe or unsubscribe via the World Wide Web, visit<br>
&gt;        <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
&gt; or, via email, send a message with subject or body &#39;help&#39; to<br>
&gt;        <a href="mailto:gradsusr-request@gradsusr.org">gradsusr-request@gradsusr.org</a><br>
&gt;<br>
&gt; You can reach the person managing the list at<br>
&gt;        <a href="mailto:gradsusr-owner@gradsusr.org">gradsusr-owner@gradsusr.org</a><br>
&gt;<br>
&gt; When replying, please edit your Subject line so it is more specific<br>
&gt; than &quot;Re: Contents of gradsusr digest...&quot;<br>
&gt;<br>
&gt;<br>
&gt; Today&#39;s Topics:<br>
&gt;<br>
&gt;   1. Re: netcdf to grib (Jeff Duda)<br>
&gt;   2. Re: Error when using VINT function (Jeff Duda) (Jennifer Adams)<br>
&gt;   3. Re: Grads 2.0.1 Compilation Problem (Spencer Ogden)<br>
&gt;<br>
&gt;<br>
&gt; ----------------------------------------------------------------------<br>
&gt;<br>
&gt; Message: 1<br>
&gt; Date: Tue, 28 Feb 2012 13:30:02 -0600<br>
&gt; From: Jeff Duda &lt;<a href="mailto:jeffduda319@gmail.com">jeffduda319@gmail.com</a>&gt;<br>
&gt; Subject: Re: [gradsusr] netcdf to grib<br>
&gt; To: GrADS Users Forum &lt;<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
&gt; Message-ID:<br>
&gt;        &lt;CAAig09CoVJdD6wLnRhbLHRnczOJiWJrQSXpzm5i95LMDy7wi=<a href="mailto:A@mail.gmail.com">A@mail.gmail.com</a>&gt;<br>
&gt; Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
&gt;<br>
&gt; I&#39;m quite accustomed to viewing WRF output in Grads.  I used ARWpost as<br>
&gt; well.  It worked for my system, so I didn&#39;t have to worry about opening<br>
&gt; most netCDF files directly.  However, I have had to open them recently.  I<br>
&gt; had the same problem, so I wrote a full-on control file for the netCDF<br>
&gt; file.  The page Jennifer linked contains links to instructions for writing<br>
&gt; a descriptor file for your WRF output so you can view it in Grads.  If you<br>
&gt; have any problems with that, I can help you.<br>
&gt;<br>
&gt; As far as the reason the error comes with sdfopen, that remains a mystery<br>
&gt; to me since lat/lon data are included in standard WRF output.<br>
&gt;<br>
&gt; Jeff Duda<br>
&gt;<br>
&gt; On Tue, Feb 28, 2012 at 1:24 PM, Jennifer Adams &lt;<a href="mailto:jma@cola.iges.org">jma@cola.iges.org</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; Have a look at the documentation page<br>
&gt;&gt; <a href="http://iges.org/grads/gadoc/SDFdescriptorfile.html" target="_blank">http://iges.org/grads/gadoc/SDFdescriptorfile.html</a><br>
&gt;&gt; --Jennifer<br>
&gt;&gt;<br>
&gt;&gt; On Feb 27, 2012, at 12:55 AM, Zilore Mumba wrote:<br>
&gt;&gt;<br>
&gt;&gt; Excuses for posting what may be a very simple issue or an issue<br>
&gt;&gt; already tackled. I have searched and have not found the answer. I have<br>
&gt;&gt; WRf output in NetCdf format. WRF have a software ARWpost to convert<br>
&gt;&gt; the files for working in grads. This software is too heavy for my<br>
&gt;&gt; system.<br>
&gt;&gt; With sdfopen I get the error below.<br>
&gt;&gt; Is there a solution to this?<br>
&gt;&gt; Thanks for assistance<br>
&gt;&gt; Zilore<br>
&gt;&gt; ga-&gt; sdfopen wrfout_d01_2011-11-19_00:00:00<br>
&gt;&gt; Scanning self-describing file:  wrfout_d01_2011-11-19_00:00:00<br>
&gt;&gt; gadsdf: SDF file has no discernable X coordinate.<br>
&gt;&gt; ga-&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; gradsusr mailing list<br>
&gt;&gt; <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
&gt;&gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Jennifer M. Adams<br>
&gt;&gt; IGES/COLA<br>
&gt;&gt; 4041 Powder Mill Road, Suite 302<br>
&gt;&gt; Calverton, MD 20705<br>
&gt;&gt; <a href="mailto:jma@cola.iges.org">jma@cola.iges.org</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; gradsusr mailing list<br>
&gt;&gt; <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
&gt;&gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Jeff Duda<br>
&gt; Graduate research assistant<br>
&gt; University of Oklahoma School of Meteorology<br>
&gt; Center for Analysis and Prediction of Storms<br>
&gt; -------------- next part --------------<br>
&gt; An HTML attachment was scrubbed...<br>
&gt; URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20120228/ee215a25/attachment-0001.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20120228/ee215a25/attachment-0001.html</a><br>

&gt;<br>
&gt; ------------------------------<br>
&gt;<br>
&gt; Message: 2<br>
&gt; Date: Tue, 28 Feb 2012 14:35:36 -0500<br>
&gt; From: Jennifer Adams &lt;<a href="mailto:jma@cola.iges.org">jma@cola.iges.org</a>&gt;<br>
&gt; Subject: Re: [gradsusr] Error when using VINT function (Jeff Duda)<br>
&gt; To: GrADS Users Forum &lt;<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
&gt; Message-ID: &lt;<a href="mailto:66ACEF4B-5C94-49D6-855D-7123A9EDFC4C@cola.iges.org">66ACEF4B-5C94-49D6-855D-7123A9EDFC4C@cola.iges.org</a>&gt;<br>
&gt; Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
&gt;<br>
&gt; Mike,<br>
&gt; You need to provide more information. When reporting bugs or problems, please include the following information in your post:<br>
&gt; The version of GrADS you are running (it is a good idea to include all the output from &#39;q config&#39;)<br>
&gt; Any specifics about the platform you are running GrADS on (e.g. Linux, Mac OSX, Windows, etc.)<br>
&gt; A brief description of the problem<br>
&gt; The simplest possible set of commands or script that illustrates the problem<br>
&gt; The error messages from GrADS<br>
&gt; In order to reproduce your seg fault, it will likely be necessary for you to also provide information about the data you are using, including a data descriptor file and a source for the data files.<br>
&gt; --Jennifer<br>
&gt;<br>
&gt;<br>
&gt; On Feb 27, 2012, at 2:49 AM, Michael Bala wrote:<br>
&gt;<br>
&gt;&gt; Thanks for the response Jeff!<br>
&gt;&gt;<br>
&gt;&gt; Just changed psfc to hPa/mb (since upper bound was in hPa). But now I get a segmentation fault.<br>
&gt;&gt;<br>
&gt;&gt; I set time to some random hour (set t 6) and the upper bound value to 500. I also did &quot;ulimit -s unlimited&quot; before running GrADS.<br>
&gt;&gt;<br>
&gt;&gt; Again, thanks for the help.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Mike<br>
&gt;&gt;<br>
&gt;&gt; Date: Thu, 23 Feb 2012 08:23:19 -0600<br>
&gt;&gt; From: Jeff Duda &lt;<a href="mailto:jeffduda319@gmail.com">jeffduda319@gmail.com</a>&gt;<br>
&gt;&gt; Subject: Re: [gradsusr] Error when using VINT function<br>
&gt;&gt; To: GrADS Users Forum &lt;<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
&gt;&gt; Message-ID:<br>
&gt;&gt;        &lt;CAAig09CHij23w+1iS42FpsGu=_<a href="mailto:qOQ_sBCXQrdDm1%2BJx-V8wfDg@mail.gmail.com">qOQ_sBCXQrdDm1+Jx-V8wfDg@mail.gmail.com</a>&gt;<br>
&gt;&gt; Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
&gt;&gt;<br>
&gt;&gt; It&#39;s either a memory error (try narrowing your time/spatial dimension<br>
&gt;&gt; environment), or one of your variables was typed in wrong.  Also, make sure<br>
&gt;&gt; psfc is in the same units as your upper pressure bound (mb).<br>
&gt;&gt;<br>
&gt;&gt; Jeff Duda<br>
&gt;&gt;<br>
&gt;&gt; On Thu, Feb 23, 2012 at 6:26 AM, Michael Bala &lt;<a href="mailto:ekimalab@gmail.com">ekimalab@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; gradsusr mailing list<br>
&gt;&gt; <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
&gt;&gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
&gt;<br>
&gt; --<br>
&gt; Jennifer M. Adams<br>
&gt; IGES/COLA<br>
&gt; 4041 Powder Mill Road, Suite 302<br>
&gt; Calverton, MD 20705<br>
&gt; <a href="mailto:jma@cola.iges.org">jma@cola.iges.org</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; -------------- next part --------------<br>
&gt; An HTML attachment was scrubbed...<br>
&gt; URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20120228/412798ce/attachment-0001.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20120228/412798ce/attachment-0001.html</a><br>

&gt;<br>
&gt; ------------------------------<br>
&gt;<br>
&gt; Message: 3<br>
&gt; Date: Tue, 28 Feb 2012 14:38:56 -0500<br>
&gt; From: Spencer Ogden &lt;<a href="mailto:spencer@spencerogden.com">spencer@spencerogden.com</a>&gt;<br>
&gt; Subject: Re: [gradsusr] Grads 2.0.1 Compilation Problem<br>
&gt; To: GrADS Users Forum &lt;<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
&gt; Message-ID: &lt;<a href="mailto:4F4D2D50.2030407@spencerogden.com">4F4D2D50.2030407@spencerogden.com</a>&gt;<br>
&gt; Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
&gt;<br>
&gt; Hi Jennifer,<br>
&gt;<br>
&gt; Thanks for your response. I have checked versions 3.6.3, 4.1.1 and 3.5.1<br>
&gt; (which is the oldest available) of netcdf, and I haven&#39;t found this<br>
&gt; definition. Do you know what version of netcdf GraDS requires?<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; Spencer<br>
&gt;<br>
&gt; On 2/28/2012 2:08 PM, Jennifer Adams wrote:<br>
&gt;&gt; Hi, Spencer --<br>
&gt;&gt; You are correct, you must not have the right version of netcdf.h in<br>
&gt;&gt; your supplibs (or wherever your netcdf4 build is located). This is<br>
&gt;&gt; where NC_CHUNKED is defined:<br>
&gt;&gt;<br>
&gt;&gt; &gt; grep NC_CHUNKED ~/supplibs/include/netcdf/netcdf.h<br>
&gt;&gt; #define NC_CHUNKED    0<br>
&gt;&gt;<br>
&gt;&gt; --Jennifer<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Feb 24, 2012, at 12:51 PM, Spencer Ogden wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; I&#39;m trying to get into grads for the analysis of ocean wind patterns.<br>
&gt;&gt;&gt; I&#39;ve worked through a few compilation problems, but have hit a road<br>
&gt;&gt;&gt; block and I wasn&#39;t able to turn up any similar problems on Google.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I&#39;m running on Gentoo and I have manually installed libpng 1.2.34 and<br>
&gt;&gt;&gt; g2clib 1.2.3. This has allowed configure to enable grib2 and netcdf. I&#39;m<br>
&gt;&gt;&gt; running in to a problem with the compile though. When compiling gaio.c,<br>
&gt;&gt;&gt; NC_CHUNKED throws an error as an undeclared symbol. Seems like this<br>
&gt;&gt;&gt; could be a case of having the wrong version of a header, but I haven&#39;t<br>
&gt;&gt;&gt; been able to track down where I should start looking.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thanks for any advice,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Spencer<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Here&#39;s the last bit of ./configure:<br>
&gt;&gt;&gt; +=========================================================================+<br>
&gt;&gt;&gt;    GrADS 2.0.1 : Built Fri Feb 24 11:52:02 EST 2012 for i686-pc-linux-gnu<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; +=========================================================================+<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;   +-------------------------------+<br>
&gt;&gt;&gt;   |                               |<br>
&gt;&gt;&gt;   |  GrADS will be built with:    |<br>
&gt;&gt;&gt;   |                               |<br>
&gt;&gt;&gt;   |  - GUI disabled               |<br>
&gt;&gt;&gt;   |  + readline enabled           |<br>
&gt;&gt;&gt;   |  + geotiff enabled            |<br>
&gt;&gt;&gt;   |  - shapefile disabled         |<br>
&gt;&gt;&gt;   |  + printim enabled            |<br>
&gt;&gt;&gt;   |  + grib2 enabled              |<br>
&gt;&gt;&gt;   |  - hdf4 disabled              |<br>
&gt;&gt;&gt;   |  + hdf5 enabled               |<br>
&gt;&gt;&gt;   |  + netcdf-4 enabled           |<br>
&gt;&gt;&gt;   |  - OPeNDAP disabled           |<br>
&gt;&gt;&gt;   |                               |<br>
&gt;&gt;&gt;   +-------------------------------+<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; `make` ouput:<br>
&gt;&gt;&gt; gcc -DHAVE_CONFIG_H -I. -I. -I.  -I/usr/include      -I/usr/include<br>
&gt;&gt;&gt; -I/usr/include -I/usr/include/hdf    -g -O2 -rdynamic -c gaio.c<br>
&gt;&gt;&gt; gaio.c: In function &#39;garead&#39;:<br>
&gt;&gt;&gt; gaio.c:753:3: warning: format &#39;%ld&#39; expects type &#39;long int&#39;, but<br>
&gt;&gt;&gt; argument 4 has type &#39;size_t&#39;<br>
&gt;&gt;&gt; gaio.c:753:3: warning: format &#39;%ld&#39; expects type &#39;long int&#39;, but<br>
&gt;&gt;&gt; argument 4 has type &#39;size_t&#39;<br>
&gt;&gt;&gt; gaio.c: In function &#39;gancsetup&#39;:<br>
&gt;&gt;&gt; gaio.c:2446:17: error: &#39;NC_CHUNKED&#39; undeclared (first use in this<br>
&gt;&gt;&gt; function)<br>
&gt;&gt;&gt; gaio.c:2446:17: note: each undeclared identifier is reported only once<br>
&gt;&gt;&gt; for each function it appears in<br>
&gt;&gt;&gt; gaio.c:2462:3: warning: format &#39;%ld&#39; expects type &#39;long int&#39;, but<br>
&gt;&gt;&gt; argument 4 has type &#39;size_t&#39;<br>
&gt;&gt;&gt; gaio.c:2462:3: warning: format &#39;%ld&#39; expects type &#39;long int&#39;, but<br>
&gt;&gt;&gt; argument 4 has type &#39;size_t&#39;<br>
&gt;&gt;&gt; make[2]: *** [gaio.o] Error 1<br>
&gt;&gt;&gt; make[2]: Leaving directory `/home/spencer/grads-2.0.1/src&#39;<br>
&gt;&gt;&gt; make[1]: *** [all] Error 2<br>
&gt;&gt;&gt; make[1]: Leaving directory `/home/spencer/grads-2.0.1/src&#39;<br>
&gt;&gt;&gt; make: *** [all-recursive] Error 1<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; gradsusr mailing list<br>
&gt;&gt;&gt; <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a> &lt;mailto:<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
&gt;&gt;&gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Jennifer M. Adams<br>
&gt;&gt; IGES/COLA<br>
&gt;&gt; 4041 Powder Mill Road, Suite 302<br>
&gt;&gt; Calverton, MD 20705<br>
&gt;&gt; <a href="mailto:jma@cola.iges.org">jma@cola.iges.org</a> &lt;mailto:<a href="mailto:jma@cola.iges.org">jma@cola.iges.org</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; gradsusr mailing list<br>
&gt;&gt; <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
&gt;&gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
&gt; -------------- next part --------------<br>
&gt; An HTML attachment was scrubbed...<br>
&gt; URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20120228/505d3229/attachment.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20120228/505d3229/attachment.html</a><br>
&gt;<br>
&gt; ------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; gradsusr mailing list<br>
&gt; <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
&gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
&gt;<br>
&gt;<br>
&gt; End of gradsusr Digest, Vol 24, Issue 43<br>
&gt; ****************************************<br>
<br>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Jeff Duda<br>Graduate research assistant<br>University of Oklahoma School of Meteorology<br>Center for Analysis and Prediction of Storms<br><br>