<div dir="ltr"><div id="yui_3_7_2_1_1377583426148_11236">Hello Gradsusers,</div><div id="yui_3_7_2_1_1377583426148_11238">I
 hope someone can find time to explain t me a few things on panel plots.
 In the <a href="http://panles_demo.gs">panles_demo.gs</a> (snippet below),I donot understand the following:<br></div><div id="yui_3_7_2_1_1377583426148_11240" style="color:rgb(0,0,0);font-size:16px;font-family:tahoma,new york,times,serif;background-color:transparent;font-style:normal">
function main(args):</div><div id="yui_3_7_2_1_1377583426148_11242" style="color:rgb(0,0,0);font-size:16px;font-family:tahoma,new york,times,serif;background-color:transparent;font-style:normal">1. for four plots on a page I loop through p=1 to p=4, why do we display t ( i want to display what I have in my file;</div>
<div id="yui_3_7_2_1_1377583426148_11244" style="color:rgb(0,0,0);font-size:16px;font-family:tahoma,new york,times,serif;background-color:transparent;font-style:normal">2. what is the global variable defined by _vpg.p?</div>
<div id="yui_3_7_2_1_1377583426148_11246" style="color:rgb(0,0,0);font-size:16px;font-family:tahoma,new york,times,serif;background-color:transparent;font-style:normal">3. How do I put a title corresponding to the graphic validity time, on each plot?</div>
<div id="yui_3_7_2_1_1377583426148_10896" style="color:rgb(0,0,0);font-size:16px;font-family:tahoma,new york,times,serif;background-color:transparent;font-style:normal">Help will be appreciated.<br></div><div id="yui_3_7_2_1_1377583426148_10896" style="color:rgb(0,0,0);font-size:16px;font-family:tahoma,new york,times,serif;background-color:transparent;font-style:normal">
Zilore Mumba<br></div><div id="yui_3_7_2_1_1377583426148_10894" style="color:rgb(0,0,0);font-size:16px;font-family:tahoma,new york,times,serif;background-color:transparent;font-style:normal"><br></div>  rc = gsfallow(&quot;on&quot;)<br>
  if (args=&#39;&#39;)<br>    say &#39;Two arguments are required: the # of rows and # of columns&#39;<br>    return<br>  else<br>    nrows = subwrd(args,1)<br>    ncols = subwrd(args,2)<br> 
 endif<br><br>  &#39;use wrfout_d01_2013-07-27_00.ctl&#39;<br>  &#39;reset&#39;<br>  panels(args)<br>  p = 1<br>  ptot = nrows * ncols<br>  &#39;set mproj scaled&#39;<br><br>* Loop through each panel and draw a plot<br>  while (p &lt;= ptot)<br>
    _vpg.p<br>    &#39;set t &#39;p<br>    &#39;set grads off&#39;<br>    &#39;d t&#39;<br>    p = p + 1<br>  endwhile</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Aug 26, 2013 at 9:57 PM,  <span dir="ltr">&lt;<a href="mailto:gradsusr-request@gradsusr.org" target="_blank">gradsusr-request@gradsusr.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send gradsusr mailing list submissions to<br>
        <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:gradsusr-request@gradsusr.org">gradsusr-request@gradsusr.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:gradsusr-owner@gradsusr.org">gradsusr-owner@gradsusr.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of gradsusr digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Saving result on a text file (Eduardo Floriano)<br>
   2. Re: Grads/DODS - Access Denied (Erik D. Kabela)<br>
   3. Re: Grads/DODS - Access Denied (Wesley Ebisuzaki - NOAA Federal)<br>
   4. Re: Grads/DODS - Access Denied [SEC=UNCLASSIFIED] (Ken Kato)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 26 Aug 2013 13:35:44 -0300<br>
From: Eduardo Floriano &lt;<a href="mailto:eduardofloriano@outlook.com">eduardofloriano@outlook.com</a>&gt;<br>
Subject: [gradsusr] Saving result on a text file<br>
To: &quot;<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&quot; &lt;<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
Message-ID: &lt;BLU171-W8431AC2A0F30DDFA991D3BAE490@phx.gbl&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hello all,<br>
<br>
Im trying to use Grads to save some information on a text file for future reference...<br>
I have some files .bin, and a .ctl to read them all,<br>
When i open this ctl on grads, i can set the time from the first day to the last (set t 1 last), and the grads plots the result on the screen, and displays on the prompt the following string(for example): &quot;Contouring: 0 to 45 interval 5&quot;<br>

i&#39;d like to save only those string &quot;Countouring:...&quot; on a text file, i tried to save using the fwrite, but he saves the plot in binary format, and what i need is only the text result in the prompt.<br>
i have a lot of binary files and i need check them all to see if they are all within the range, so i pretend to make a script to save all the text result on a text file to read later.<br>
<br>
Sorry for my bad english, and thanks for your time.<br>
<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20130826/7c0e2d09/attachment-0001.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20130826/7c0e2d09/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Mon, 26 Aug 2013 12:59:15 -0400<br>
From: &quot;Erik D. Kabela&quot; &lt;<a href="mailto:ekabela@gmail.com">ekabela@gmail.com</a>&gt;<br>
Subject: Re: [gradsusr] Grads/DODS - Access Denied<br>
To: GrADS Users Forum &lt;<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
Message-ID:<br>
        &lt;CAJc29FxyDU=qG8JwsWrvSrja0JmNOrwBiFXt=3=<a href="mailto:2QQF3NXgJ2A@mail.gmail.com">2QQF3NXgJ2A@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hi Wesley:  I am noticing another error and it has occurred for both the<br>
GFS and RAP data (or at least the latest attempts to grab the data).  The<br>
error (specifically for the GFS) is:<br>
<br>
Error: nc_open failed to open file<br>
<a href="http://nomads.ncep.noaa.gov/dods/gfs_hd/gfs_hd20130826/gfs_hd_12z" target="_blank">http://nomads.ncep.noaa.gov/dods/gfs_hd/gfs_hd20130826/gfs_hd_12z</a><br>
NetCDF: Malformed or inaccessible DAP DDS<br>
gadsdf: Couldn&#39;t ingest SDF metadata<br>
<br>
Again, the same sort of error occurred for the RAP data.  NAM appears to be<br>
running normally.<br>
<br>
Any help you can provide would be great!<br>
Thanks!<br>
Erik<br>
<br>
<br>
On Mon, Aug 26, 2013 at 11:07 AM, Wesley Ebisuzaki - NOAA Federal &lt;<br>
<a href="mailto:wesley.ebisuzaki@noaa.gov">wesley.ebisuzaki@noaa.gov</a>&gt; wrote:<br>
<br>
&gt; Erik,<br>
&gt;<br>
&gt; If your problem is with <a href="http://nomads.ncep.noaa.gov" target="_blank">http://nomads.ncep.noaa.gov</a>, then the servers<br>
&gt; home page says,<br>
&gt;<br>
&gt; &quot;Due to unfortunate server failures on 7/5/2013 NCEP had to place<br>
&gt; customers onto a new NOMADS server that has yet to be optimized. We realize<br>
&gt; that users have been impacted by this in numerous ways. As we spend the<br>
&gt; next few weeks tuning the server it will be very helpful if you notify us<br>
&gt; of any issues that are not within your normal tolerance. Please include the<br>
&gt; syntax and errors you are seeing to *<a href="mailto:ncep.pmb.dataflow@noaa.gov">ncep.pmb.dataflow@noaa.gov</a>&quot;<br>
&gt; *<br>
&gt; It&#39;s easier for dataflow to fix the problem when they know about it.<br>
&gt;<br>
&gt; Wesley<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Mon, Aug 26, 2013 at 10:07 AM, Erik D. Kabela &lt;<a href="mailto:ekabela@gmail.com">ekabela@gmail.com</a>&gt;wrote:<br>
&gt;<br>
&gt;&gt; Hello All:  For about the past 3-4 days my GrADS scripts have been<br>
&gt;&gt; failing to grab data from the DODS server at NCEP.  The message I receive<br>
&gt;&gt; (for example) is:<br>
&gt;&gt;<br>
&gt;&gt; 403 Forbidden<br>
&gt;&gt; You don&#39;t have permission to access /dods/rap/rap20130826/rap_12z<br>
&gt;&gt; sdfdeflev: nc_get_vara_double failed to read coordinate axis values<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m using GrADS v2.0.a9.  I get a similar error when trying to access GFS<br>
&gt;&gt; data.<br>
&gt;&gt;<br>
&gt;&gt; Any help would be appreciated!<br>
&gt;&gt;<br>
&gt;&gt; Thanks!<br>
&gt;&gt; Erik Kabela<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; 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>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20130826/6a0e93c5/attachment-0001.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20130826/6a0e93c5/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Mon, 26 Aug 2013 14:27:41 -0400<br>
From: Wesley Ebisuzaki - NOAA Federal &lt;<a href="mailto:wesley.ebisuzaki@noaa.gov">wesley.ebisuzaki@noaa.gov</a>&gt;<br>
Subject: Re: [gradsusr] Grads/DODS - Access Denied<br>
To: GrADS Users Forum &lt;<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:CAMHOGenS40sBDqVt8b_WGQXGbxeUP8isw7x-AnKvHXRgznpi2w@mail.gmail.com">CAMHOGenS40sBDqVt8b_WGQXGbxeUP8isw7x-AnKvHXRgznpi2w@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Erik,<br>
<br>
   I am not involved with the <a href="http://nomads.ncep.noaa.gov" target="_blank">nomads.ncep.noaa.gov</a> server except as a<br>
user.  Clarissa said that people<br>
who accessed  GDS too frequently got an access denied.  My guess is that IP<br>
addresses that accessed<br>
the GDS server too many times in one minute (my guess) were denied service<br>
for a short period time (5 minutes?).<br>
Your NAM download script may be fine but GFS and RAP scripts are accessing<br>
the data too many times.  My suggestions<br>
are to combine downloads and add some sleep commands into your script.<br>
<br>
You might consider using grib-filter.<br>
<br>
Wesley<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
On Mon, Aug 26, 2013 at 12:59 PM, Erik D. Kabela &lt;<a href="mailto:ekabela@gmail.com">ekabela@gmail.com</a>&gt; wrote:<br>
<br>
&gt; Hi Wesley:  I am noticing another error and it has occurred for both the<br>
&gt; GFS and RAP data (or at least the latest attempts to grab the data).  The<br>
&gt; error (specifically for the GFS) is:<br>
&gt;<br>
&gt; Error: nc_open failed to open file<br>
&gt; <a href="http://nomads.ncep.noaa.gov/dods/gfs_hd/gfs_hd20130826/gfs_hd_12z" target="_blank">http://nomads.ncep.noaa.gov/dods/gfs_hd/gfs_hd20130826/gfs_hd_12z</a><br>
&gt; NetCDF: Malformed or inaccessible DAP DDS<br>
&gt; gadsdf: Couldn&#39;t ingest SDF metadata<br>
&gt;<br>
&gt; Again, the same sort of error occurred for the RAP data.  NAM appears to<br>
&gt; be running normally.<br>
&gt;<br>
&gt; Any help you can provide would be great!<br>
&gt; Thanks!<br>
&gt; Erik<br>
&gt;<br>
&gt;<br>
&gt; On Mon, Aug 26, 2013 at 11:07 AM, Wesley Ebisuzaki - NOAA Federal &lt;<br>
&gt; <a href="mailto:wesley.ebisuzaki@noaa.gov">wesley.ebisuzaki@noaa.gov</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; Erik,<br>
&gt;&gt;<br>
&gt;&gt; If your problem is with <a href="http://nomads.ncep.noaa.gov" target="_blank">http://nomads.ncep.noaa.gov</a>, then the servers<br>
&gt;&gt; home page says,<br>
&gt;&gt;<br>
&gt;&gt; &quot;Due to unfortunate server failures on 7/5/2013 NCEP had to place<br>
&gt;&gt; customers onto a new NOMADS server that has yet to be optimized. We realize<br>
&gt;&gt; that users have been impacted by this in numerous ways. As we spend the<br>
&gt;&gt; next few weeks tuning the server it will be very helpful if you notify us<br>
&gt;&gt; of any issues that are not within your normal tolerance. Please include the<br>
&gt;&gt; syntax and errors you are seeing to *<a href="mailto:ncep.pmb.dataflow@noaa.gov">ncep.pmb.dataflow@noaa.gov</a>&quot;<br>
&gt;&gt; *<br>
&gt;&gt; It&#39;s easier for dataflow to fix the problem when they know about it.<br>
&gt;&gt;<br>
&gt;&gt; Wesley<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Mon, Aug 26, 2013 at 10:07 AM, Erik D. Kabela &lt;<a href="mailto:ekabela@gmail.com">ekabela@gmail.com</a>&gt;wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; Hello All:  For about the past 3-4 days my GrADS scripts have been<br>
&gt;&gt;&gt; failing to grab data from the DODS server at NCEP.  The message I receive<br>
&gt;&gt;&gt; (for example) is:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 403 Forbidden<br>
&gt;&gt;&gt; You don&#39;t have permission to access /dods/rap/rap20130826/rap_12z<br>
&gt;&gt;&gt; sdfdeflev: nc_get_vara_double failed to read coordinate axis values<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I&#39;m using GrADS v2.0.a9.  I get a similar error when trying to access<br>
&gt;&gt;&gt; GFS data.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Any help would be appreciated!<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thanks!<br>
&gt;&gt;&gt; Erik Kabela<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><br>
&gt;&gt;&gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
&gt;&gt;&gt;<br>
&gt;&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; 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>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20130826/8d290311/attachment-0001.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20130826/8d290311/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Tue, 27 Aug 2013 05:57:00 +1000<br>
From: Ken Kato &lt;<a href="mailto:K.Kato@bom.gov.au">K.Kato@bom.gov.au</a>&gt;<br>
Subject: Re: [gradsusr] Grads/DODS - Access Denied [SEC=UNCLASSIFIED]<br>
To: GrADS Users Forum &lt;<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:E6CC5A2604A98F49A3F0901433A07A1F01C26796C139@BOM-VMBX-HO.bom.gov.au">E6CC5A2604A98F49A3F0901433A07A1F01C26796C139@BOM-VMBX-HO.bom.gov.au</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hi Wesley and all,<br>
<br>
Just FYI, I too have been experiencing the same problem with the same error message as Erik since last Friday (and intermittently since all the NOMADS issues began a few months ago). I only access the GFS and global ensemble data about once a day at the most and the problem still occurs, even using different computers with different IP addresses. It also doesn&#39;t affect all variables, just certain ones such as RHPRS. I&#39;ve already posted this info to the <a href="mailto:ncep.pmb.dataflow@noaa.gov">ncep.pmb.dataflow@noaa.gov</a>&lt;mailto:<a href="mailto:ncep.pmb.dataflow@noaa.gov">ncep.pmb.dataflow@noaa.gov</a>&gt;  list.<br>

<br>
Ken.<br>
<br>
________________________________<br>
From: <a href="mailto:gradsusr-bounces@gradsusr.org">gradsusr-bounces@gradsusr.org</a> [<a href="mailto:gradsusr-bounces@gradsusr.org">gradsusr-bounces@gradsusr.org</a>] On Behalf Of Wesley Ebisuzaki - NOAA Federal [<a href="mailto:wesley.ebisuzaki@noaa.gov">wesley.ebisuzaki@noaa.gov</a>]<br>

Sent: Tuesday, 27 August 2013 4:27 AM<br>
To: GrADS Users Forum<br>
Subject: Re: [gradsusr] Grads/DODS - Access Denied<br>
<br>
Erik,<br>
<br>
   I am not involved with the <a href="http://nomads.ncep.noaa.gov" target="_blank">nomads.ncep.noaa.gov</a>&lt;<a href="http://nomads.ncep.noaa.gov" target="_blank">http://nomads.ncep.noaa.gov</a>&gt; server except as a user.  Clarissa said that people<br>

who accessed  GDS too frequently got an access denied.  My guess is that IP addresses that accessed<br>
the GDS server too many times in one minute (my guess) were denied service for a short period time (5 minutes?).<br>
Your NAM download script may be fine but GFS and RAP scripts are accessing the data too many times.  My suggestions<br>
are to combine downloads and add some sleep commands into your script.<br>
<br>
You might consider using grib-filter.<br>
<br>
Wesley<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
On Mon, Aug 26, 2013 at 12:59 PM, Erik D. Kabela &lt;<a href="mailto:ekabela@gmail.com">ekabela@gmail.com</a>&lt;mailto:<a href="mailto:ekabela@gmail.com">ekabela@gmail.com</a>&gt;&gt; wrote:<br>
Hi Wesley:  I am noticing another error and it has occurred for both the GFS and RAP data (or at least the latest attempts to grab the data).  The error (specifically for the GFS) is:<br>
<br>
Error: nc_open failed to open file <a href="http://nomads.ncep.noaa.gov/dods/gfs_hd/gfs_hd20130826/gfs_hd_12z" target="_blank">http://nomads.ncep.noaa.gov/dods/gfs_hd/gfs_hd20130826/gfs_hd_12z</a><br>
NetCDF: Malformed or inaccessible DAP DDS<br>
gadsdf: Couldn&#39;t ingest SDF metadata<br>
<br>
Again, the same sort of error occurred for the RAP data.  NAM appears to be running normally.<br>
<br>
Any help you can provide would be great!<br>
Thanks!<br>
Erik<br>
<br>
<br>
On Mon, Aug 26, 2013 at 11:07 AM, Wesley Ebisuzaki - NOAA Federal &lt;<a href="mailto:wesley.ebisuzaki@noaa.gov">wesley.ebisuzaki@noaa.gov</a>&lt;mailto:<a href="mailto:wesley.ebisuzaki@noaa.gov">wesley.ebisuzaki@noaa.gov</a>&gt;&gt; wrote:<br>

Erik,<br>
<br>
If your problem is with <a href="http://nomads.ncep.noaa.gov" target="_blank">http://nomads.ncep.noaa.gov</a>, then the servers home page says,<br>
<br>
&quot;Due to unfortunate server failures on 7/5/2013 NCEP had to place customers onto a new NOMADS server that has yet to be optimized. We realize that users have been impacted by this in numerous ways. As we spend the next few weeks tuning the server it will be very helpful if you notify us of any issues that are not within your normal tolerance. Please include the syntax and errors you are seeing to <a href="mailto:ncep.pmb.dataflow@noaa.gov">ncep.pmb.dataflow@noaa.gov</a>&lt;mailto:<a href="mailto:ncep.pmb.dataflow@noaa.gov">ncep.pmb.dataflow@noaa.gov</a>&gt;&quot;<br>

<br>
It&#39;s easier for dataflow to fix the problem when they know about it.<br>
<br>
Wesley<br>
<br>
<br>
<br>
<br>
On Mon, Aug 26, 2013 at 10:07 AM, Erik D. Kabela &lt;<a href="mailto:ekabela@gmail.com">ekabela@gmail.com</a>&lt;mailto:<a href="mailto:ekabela@gmail.com">ekabela@gmail.com</a>&gt;&gt; wrote:<br>
Hello All:  For about the past 3-4 days my GrADS scripts have been failing to grab data from the DODS server at NCEP.  The message I receive (for example) is:<br>
<br>
403 Forbidden<br>
You don&#39;t have permission to access /dods/rap/rap20130826/rap_12z<br>
sdfdeflev: nc_get_vara_double failed to read coordinate axis values<br>
<br>
I&#39;m using GrADS v2.0.a9.  I get a similar error when trying to access GFS data.<br>
<br>
Any help would be appreciated!<br>
<br>
Thanks!<br>
Erik Kabela<br>
<br>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&lt;mailto:<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br>
<br>
<br>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&lt;mailto:<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br>
<br>
<br>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&lt;mailto:<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20130827/1fc13dd6/attachment.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20130827/1fc13dd6/attachment.html</a><br>
<br>
------------------------------<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>
<br>
<br>
End of gradsusr Digest, Vol 42, Issue 30<br>
****************************************<br>
</blockquote></div><br></div>