>From Jayakrishman script is it possible to do the same for an area (lon and lat varying) and write the output on a desired format for example let say 6e10.2 or ...;<br><br>Cs<br><br><div class="gmail_quote">2011/8/8 Jayakrishnan PR <span dir="ltr">&lt;<a href="mailto:prjayakrishnan@gmail.com">prjayakrishnan@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Helloo...<br>            Here is a script which will convert the NCEP data into ascii.<br><br>
<b><br>&#39;reinit&#39;<br>&#39;sdfopen <a href="http://uwnd.2007.nc" target="_blank">uwnd.2007.nc</a>&#39;<br>tt=1<br>while (tt&lt;=31)<br>&#39;set lat 10&#39;<br>

&#39;set lon 67&#39;<br>&#39;set t &#39;tt<br>&#39;d uwnd&#39;<br>te=subwrd(result,4)<br>w=write(&#39;result.txt&#39;,te)<br>tt=tt+1<br>endwhile<br></b><br><br><br><br>Kindly try with that. It will give output in ascii format for the specified location in the gs file. Best of luck<br>


<br><br><br><br><br><br>-- <br>Sincerely<br>***********************************************<br>Jayakrishnan.P.R<br>CSIR-Senior Research Fellow<br>Department of Atmospheric Sciences<br>Cochin University of Science and Technology (CUSAT), Cochin-682 016<br>


Kerala, India.<br>Mob: 09895417565<br><br>***********************************************<br>
<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>
<br></blockquote></div><br>