<div dir="ltr"><div><div>I'm trying to write a netCDF file that I can then open in Grads using sdfopen. I'm missing some stuff, though, but I'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 = "degrees_north" ;<br> lat:axis = "y" ;<br> float lon(dimy, dimx) ;<br> lon:units = "degrees_east" ;<br> lon:axis = "y" ;<br>}<br><br></div>Is there a problem with the names of the dimensions? Should I not have 'dimz' 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>