<div dir="ltr">Thanks, Jennifer, that did the trick! I also did need to add the yrev options as well to flip the grid. As to the levs entry under the vars section Jeff, it seemed to work either way with 1 or 0. I left it at 0 like you mentioned since technically it doesn't have a vertical dimension.<br><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><b>-------</b></div>William (L.B.) LaForce IV<br>Meteorologist</div></div></div></div></div>
<br><div class="gmail_quote">On Thu, Jan 25, 2018 at 8:36 AM, Jennifer M Adams <span dir="ltr"><<a href="mailto:jadams21@gmu.edu" target="_blank">jadams21@gmu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, L.B. —<br>
Thanks for providing all the information needed to diagnose the problems!<br>
<br>
In the ncdump output there is this:<br>
<span class="">>       lat = 850 ;<br>
>       lon = 1500 ;<br>
</span>>       float Data(lat, lon) ;<br>
<br>
But in your descriptor file, you’ve got the dimension names switched in your XDEF and YDEF statements<br>
<span class="">> XDEF lat 1500 LINEAR -125.98 0.04<br>
> YDEF lon 850 LINEAR 21.02 0.04<br>
<br>
</span>It should be:<br>
XDEF lon 1500 linear -125.98 0.04<br>
YDEF lat 850 linear 12.02 0.04<br>
<br>
This should solve the ‘exceeds dimension bound’ error.<br>
<br>
I also noticed that the lat values in the ncdump output went from North—>South, but the GrADS convention is South—>North, so you may need an ‘OPTIONS yrev’ in your descriptor file as well. It should be obvious from looking at the data display whether the grid is upside down or not.<br>
<br>
The other message, "global attribute type 12 not supported”, is because those attributes are labeled as type “NC_STRING” and GrADS is only testing for the following:<br>
            case (NC_BYTE):<br>
            case (NC_CHAR):<br>
            case (NC_SHORT):<br>
            case (NC_LONG):<br>
            case (NC_FLOAT):<br>
            case (NC_DOUBLE):<br>
<br>
I will add a case for NC_STRING, but in the meanwhile, you can ignore those messages, since the parsing of global attributes is more for your informational use and does not affect the I/O.<br>
—Jennifer<br>
<br>
--<br>
Jennifer Miletta Adams<br>
Center for Ocean-Land-Atmosphere Studies (COLA)<br>
George Mason University<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
______________________________<wbr>_________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" rel="noreferrer" target="_blank">http://gradsusr.org/mailman/<wbr>listinfo/gradsusr</a><br>
</div></div></blockquote></div><br></div></div>