<div dir="ltr"><div><div>I&#39;m trying to write a netCDF file that I can then open in Grads using sdfopen. I&#39;m missing some stuff, though, but I&#39;m not sure what. Here is the ncdump of the file I have created:<br><br>netcdf sm_raw_dump {<br>dimensions:<br>        dimx = 1568 ;<br>        dimy = 1120 ;<br>        dimz = 50 ;<br>variables:<br>        float sm(dimy, dimx) ;<br>        float lat(dimy, dimx) ;<br>                lat:units = &quot;degrees_north&quot; ;<br>                lat:axis = &quot;y&quot; ;<br>        float lon(dimy, dimx) ;<br>                lon:units = &quot;degrees_east&quot; ;<br>                lon:axis = &quot;y&quot; ;<br>}<br><br></div>Is there a problem with the names of the dimensions? Should I not have &#39;dimz&#39; in there since none of the arrays use that dimension? Can I not use sdfopen if I have 2-D coordinate variables (lat and lon in this case)? The field I want to display using Grads is sm<br><br></div>Jeff Duda<br clear="all"><div><div><div><br>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Jeff Duda<br>Post-doctoral research fellow<br>University of Oklahoma School of Meteorology<br></div></div></div></div></div>
</div></div></div></div>