On Tue, Mar 18, 2008 at 8:30 AM, Manish Singh &lt;<a href="mailto:singhmanish1010@gmail.com">singhmanish1010@gmail.com</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hi , i need &nbsp;your help regarding installation of eofgrads 0.155 version on<br>
windows xp. So as i am new grads user ,so plz tell me the detail<br>
information of installation of eofgrads.<br>
<br>
So many thanks to you.<br>
</blockquote></div><br>Unless someone can provide you with pre-compiled binaries, you best bet is to install a fortran compiler. For example get the free gfortran from:<br><br>&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://gcc.gnu.org/wiki/GFortranBinaries">http://gcc.gnu.org/wiki/GFortranBinaries</a><br>
<br>and build eofgrads as per the instructions that come with the package. You may want also to consult the GrADS documentation on UDFs as well:<br><br>&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.iges.org/grads/gadoc/udf.html">http://www.iges.org/grads/gadoc/udf.html</a><br>
<br>As an alternative, it is fairly simple to compute EOFs with PyGrADS (Python interface to GrADS). For example,<br><pre> ga.open(&quot;<a href="http://slp.nc">slp.nc</a>&quot;)<br> ga(&quot;set t 1 41&quot;)<br> v, d, pc = ga.eof(&#39;slp&#39;)</pre>
Consult the OpenGrADS Wiki for more information:<br><br>&nbsp; <a href="http://opengrads.org/wiki/index.php?title=Python_Interface_to_GrADS">http://opengrads.org/wiki/index.php?title=Python_Interface_to_GrADS</a><br><br>There are self-installing packages for Windows. In particular, there is a &quot;Superpack&quot; for those with no Python whatsoever installed on their system. Take a look at <a href="http://sf.net">sf.net</a>:<br>
<br>&nbsp;<a href="http://sourceforge.net/project/showfiles.php?group_id=161773&amp;package_id=256758">http://sourceforge.net/project/showfiles.php?group_id=161773&amp;package_id=256758</a><br><br>&nbsp;Good Luck,<br><br>&nbsp;&nbsp;&nbsp;&nbsp; Arlindo<br>
<br>-- <br>Arlindo da Silva<br><a href="mailto:dasilva@alum.mit.edu">dasilva@alum.mit.edu</a>