<div dir="ltr"><div>Hello,</div><div>        I am in need of converting NCEP wind data to gridded format extracted over a latitude longitude domain. I wrote a script for this thing like the following.</div><div><br></div><div><div>&#39;reinit&#39;</div><div>&#39;sdfopen G:/Sample_MT/samp/<a href="http://uwnd.2006.nc">uwnd.2006.nc</a>&#39;</div><div>&#39;set x 1 144&#39;</div><div>&#39;set y 1 73&#39;</div><div>prompt &#39;key in filename&#39;</div><div>pull fname</div><div>&#39;set fwrite &#39;fname</div><div>tt=1</div><div>while (tt&lt;=365)</div><div>&#39;set t &#39;tt</div><div>zz=1</div><div>while (zz&lt;=17)</div><div>&#39;set z &#39;zz</div><div>&#39;set gxout fwrite&#39;</div><div>&#39;d uwnd&#39;</div><div>zz=zz+1</div><div>endwhile</div><div>tt=tt+1</div><div>endwhile</div><div><br></div></div><div><br></div><div>But eventhough the script is working, it extracts the data for a single level only. Do grads operate if we give dimensions greater than 2?. I mean, latitude is varying, longitude is varying, Time is varying, Level is varying for output..?</div><div><br></div><div><br></div><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">Sincerely<br>***********************************************<br>Jayakrishnan.P.R<br><div>Project Scientist-C<br>National Centre for Medium Range Weather Forecasting<br>Earth System Science Organisation<br>Ministry of Earth Sciences<br>A-50, Sector 62, NOIDA -201 309, INDIA<br>Mob: 09496026547</div><div>Alternate Email: <a href="mailto:jkrishna@ncmrwf.gov.in" target="_blank">jkrishna@ncmrwf.gov.in</a><br><br>***********************************************</div></div></div></div></div></div></div></div>
</div>