<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Noelia,<br>
<br>
Can you attach the netcdf file? Your units are kinda strange
("defree_east" for both Longitude and Latitude). Not sure if it is
the problem, but you may want to change these to "degrees_north" and
"degrees_east". You could always make a data descriptor file, then
use xdfopen.<br>
<br>
Jim<br>
<br>
<div class="moz-cite-prefix">On 1/26/14 10:27 AM, Noelia otero
wrote:<br>
</div>
<blockquote
cite="mid:CAG7o=LtDYEUqvSs2Rj-+vEvog1xT2kR7smRRmoLNtgNhhGxjnA@mail.gmail.com"
type="cite">
<div dir="ltr"><br>
<div>Hi,</div>
<div><br>
</div>
<div>I have a problem to open a netcdf file in grads, and I read
some post about that, but I don't still have the solution. </div>
<div>I have created my file in R, and the output from ncdump -h:</div>
<div><br>
</div>
<div>
<div>netcdf cwt_este {</div>
<div>dimensions:</div>
<div> longitude = 25 ;</div>
<div> latitude = 17 ;</div>
<div>variables:</div>
<div> double longitude(longitude) ;</div>
<div> longitude:units = "defree_east" ;</div>
<div> double latitude(latitude) ;</div>
<div> latitude:units = "defree_east" ;</div>
<div> double msl(latitude, longitude) ;</div>
<div> msl:units = "Pa" ;</div>
<div> msl:missing_value = -999. ;</div>
<div>}</div>
</div>
<div><br>
</div>
<div>When I try to open it in grads, the error I have:</div>
<div>
<div>ga-> sdfopen <a moz-do-not-send="true"
href="http://cwt_este.nc">cwt_este.nc</a></div>
<div>Scanning self-describing file: <a moz-do-not-send="true"
href="http://cwt_este.nc">cwt_este.nc</a></div>
<div>gadsdf: SDF file has no discernable X coordinate.</div>
</div>
<div><br>
</div>
<div>anyone has an idea about that? I don't know how I could fix
it.</div>
<div><br>
</div>
<div>Thanks in advance,</div>
<div><br>
</div>
<div>Cheers,</div>
<div><br>
</div>
<div>Noelia</div>
<div><br>
</div>
<div><br>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
gradsusr mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>
<a class="moz-txt-link-freetext" href="http://gradsusr.org/mailman/listinfo/gradsusr">http://gradsusr.org/mailman/listinfo/gradsusr</a>
</pre>
</blockquote>
<br>
</body>
</html>