<div dir="ltr"><div>Please contact the data set expert listed at the RDA website.<br><br>--<br></div><div><br>FYI: the gage.hrly.prcp.yyyymmdd data are in ASCII by stations, not grib.<br><br>--<br><br></div><div>Try<br><br></div>%&gt; less gage.hrly.prcp.<wbr>20020101<div><br>---<br><br>Or you can use ST2gg2002010100.Grb.Z file in ST2_4km file, or ST4.2002010100.01h.Z grib file in ST4 tar file.<br><br>---<br></div><div>FYI only:  <a href="http://www.ncl.ucar.edu/Applications/HiResPrc.shtml">http://www.ncl.ucar.edu/Applications/HiResPrc.shtml</a><br><br></div><div>See the ST4 examples at the bottom<br><br></div><div>D<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 25, 2016 at 4:54 PM, Xin Zhou <span dir="ltr">&lt;<a href="mailto:xin.zhou.1@stonybrook.edu" target="_blank">xin.zhou.1@stonybrook.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thank you very much!<div><br></div><div>It seems &quot;addfile&quot; cannot access the data. I&#39;m not sure whether the documented format is correct, or the files that I downloaded are corrupted. Because I only meet this problem using the dataset from UCAR&#39;s research data archieve (<a href="http://rda.ucar.edu/datasets/ds507.5/" target="_blank">http://rda.ucar.edu/datasets/<wbr>ds507.5/</a>).<div><br></div><div>Best,</div><div>Xin</div></div><div><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 25, 2016 at 6:48 PM, David Brown <span dir="ltr">&lt;<a href="mailto:dbrown@ucar.edu" target="_blank">dbrown@ucar.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Xin,<br>
I was about to take a look at a sample of these files but it appears<br>
that that the RDA is having server issues and data are inaccessible<br>
right now. I will give it another try when it comes back on line.<br>
 -dave<br>
<div class="m_-3257238672337079616HOEnZb"><div class="m_-3257238672337079616h5"><br>
On Tue, Oct 25, 2016 at 4:04 PM, Xin Zhou &lt;<a href="mailto:xin.zhou.1@stonybrook.edu" target="_blank">xin.zhou.1@stonybrook.edu</a>&gt; wrote:<br>
&gt; Hi Kacie,<br>
&gt;<br>
&gt; Thank you! I tried adding adding different file extensions (.grib, .grib1<br>
&gt; etc.), but none of them worked. For some unknown reason, the file still<br>
&gt; cannot be opened by addfile.<br>
&gt;<br>
&gt; Best,<br>
&gt; Xin<br>
&gt;<br>
&gt; On Tue, Oct 25, 2016 at 5:26 PM, Kacie Shourd &lt;<a href="mailto:Kacie.Shourd@dri.edu" target="_blank">Kacie.Shourd@dri.edu</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi, Xin!<br>
&gt;&gt;<br>
&gt;&gt; Try adding the file extension, like this:<br>
&gt;&gt;<br>
&gt;&gt; f = addfile(&quot;./gage.hrly.prcp.2002<wbr>0101.grib1&quot;,&quot;r&quot;)<br>
&gt;&gt;<br>
&gt;&gt; Best,<br>
&gt;&gt; Kacie<br>
&gt;&gt;<br>
&gt;&gt; ---<br>
&gt;&gt; Kacie N. Shourd<br>
&gt;&gt; 드림<br>
&gt;&gt;<br>
&gt;&gt; Graduate Research Assistant<br>
&gt;&gt; Desert Research Institute<br>
&gt;&gt; <a href="mailto:Kacie.Shourd@dri.edu" target="_blank">Kacie.Shourd@dri.edu</a><br>
&gt;&gt; Work: <a href="tel:%28775%29%20674-7049" value="+17756747049" target="_blank">(775) 674-7049</a><br>
&gt;&gt; ______________________________<wbr>__<br>
&gt;&gt; From: <a href="mailto:ncl-talk-bounces@ucar.edu" target="_blank">ncl-talk-bounces@ucar.edu</a> [<a href="mailto:ncl-talk-bounces@ucar.edu" target="_blank">ncl-talk-bounces@ucar.edu</a>] on behalf of<br>
&gt;&gt; Xin Zhou [<a href="mailto:xin.zhou.1@stonybrook.edu" target="_blank">xin.zhou.1@stonybrook.edu</a>]<br>
&gt;&gt; Sent: Tuesday, October 25, 2016 2:03 PM<br>
&gt;&gt; To: <a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a><br>
&gt;&gt; Subject: [ncl-talk] Error reading grib file<br>
&gt;&gt;<br>
&gt;&gt; Dear All,<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m looking at the 4km resolution hourly precipitation from NCEP/CPC<br>
&gt;&gt; (<a href="http://rda.ucar.edu/datasets/ds507.5/" rel="noreferrer" target="_blank">http://rda.ucar.edu/datasets/<wbr>ds507.5/</a>). The documented data format is<br>
&gt;&gt; GRIB1, but when using &quot;addfile&quot; no variables were printed.<br>
&gt;&gt;<br>
&gt;&gt; ncl 0&gt; f = addfile(&quot;./gage.hrly.prcp.2002<wbr>0101&quot;,&quot;r&quot;)<br>
&gt;&gt; ncl 1&gt; print(f)<br>
&gt;&gt;<br>
&gt;&gt; Variable: f<br>
&gt;&gt; Type: file<br>
&gt;&gt; (0) File Missing Value : -1<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Does anyone have a clue how to access the data?<br>
&gt;&gt; Thank you all!<br>
&gt;&gt;<br>
&gt;&gt; Best,<br>
&gt;&gt; Xin<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; PUBLIC RECORDS NOTICE: In accordance with NRS Chapter 239, this email and<br>
&gt;&gt; responses, unless otherwise made confidential by law, may be subject to the<br>
&gt;&gt; Nevada Public Records laws and may be disclosed to the public upon request.<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div><div class="m_-3257238672337079616HOEnZb"><div class="m_-3257238672337079616h5">&gt; ______________________________<wbr>_________________<br>
&gt; ncl-talk mailing list<br>
&gt; <a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a><br>
&gt; List instructions, subscriber options, unsubscribe:<br>
&gt; <a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailma<wbr>n/listinfo/ncl-talk</a><br>
&gt;<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div><div class="m_-3257238672337079616gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div><span style="color:rgb(31,73,125);font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;font-size:11pt"><font color="#000000" size="3"></font></span></div></div></div></div>
</div></div></div></div>
<br>______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>