On Fri, Nov 19, 2010 at 2:26 PM, Marcio Moraes <span dir="ltr">&lt;<a href="mailto:Marcio.Moraes@tvrl.lth.se">Marcio.Moraes@tvrl.lth.se</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
hello,<br>
<br>
Anybody knows some m-files that can read grads file?<br>
I have been tried Grads Matlab interface from Christophe Sturm, but doesn&#39;t work.<br>
<br></blockquote><div><br></div><div>You may want to try the grads-matlab interface, see this:</div><div><br></div><div><a href="http://opengrads.org/wiki/index.php?title=JyGrADS:_Java_and_Matlab_interface_to_GrADS_through_Jython">http://opengrads.org/wiki/index.php?title=JyGrADS:_Java_and_Matlab_interface_to_GrADS_through_Jython</a></div>
<div><br></div><div>The jygrads_superpack.jar is temporarily available from </div><div><br></div><div>         <a href="http://opengrads.org/devel/jygrads/">http://opengrads.org/devel/jygrads/</a></div><div><br></div><div>
To give you an quick idea of the interface:</div><div><br></div><div><span class="Apple-style-span" style="font-family: Times; font-size: medium; "><pre style="word-wrap: break-word; white-space: pre-wrap; ">  ga = grads(&#39;grads -lb&#39;,0);
  fh = ga.open(&#39;data/model&#39;);</pre><pre style="word-wrap: break-word; white-space: pre-wrap; ">  [ts,g] = ga.expr(&#39;ts&#39;);</pre></span></div><div><span class="Apple-style-span" style="font-family: Times; font-size: medium; "><pre style="word-wrap: break-word; white-space: pre-wrap; ">
  pcolor(g.lon,g.lat,ts);
  shading(&#39;interp&#39;);
  title(&#39;Surface Temperature&#39;);
  xlabel(&#39;Longitude&#39;); 
  ylabel(&#39;Latitude&#39;); </pre></span></div><div>The idea is eliminate any need for file conversion: anything grads can read becomes available to matlab. The only requirement is that you have grads v2 installed and on your path, either the COLA or opengrads releases should do it. This interface should be considered alpha-beta quality as I have not use it as extensively as the python or perl interfaces.</div>
<div><br></div><div>   Arlindo</div><div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Thanks,<br>
<br>
Marcio.<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>
</blockquote></div><br><br clear="all"><br>-- <br>Arlindo da Silva<br><a href="mailto:dasilva@alum.mit.edu">dasilva@alum.mit.edu</a><br>