<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>'reinit'</div><div>'sdfopen G:/Sample_MT/samp/<a href="http://uwnd.2006.nc">uwnd.2006.nc</a>'</div><div>'set x 1 144'</div><div>'set y 1 73'</div><div>prompt 'key in filename'</div><div>pull fname</div><div>'set fwrite 'fname</div><div>tt=1</div><div>while (tt<=365)</div><div>'set t 'tt</div><div>zz=1</div><div>while (zz<=17)</div><div>'set z 'zz</div><div>'set gxout fwrite'</div><div>'d uwnd'</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>