<div>Hi all,</div>
<div>I am trying to write u and v wind component from NARR data into a file. The text file that is written is having no value but "interpolation" . Could anyone help me how to solve this issue.</div>
<div>By the way here is the grads script that i used</div>
<div>____________________</div>
<div><br>function main()<br>'open narr-a_221_20010101_0000_000.ctl'<br> cntt=1<br> say "cntt ="cntt<br> cntx=290<br> while(cntx<=350) <br> cnty=60<br> while(cnty<=100)<br> count=1<br> count1=count+7<br>
while(count<=count1)<br>'set t 'count<br>'set x 'cntx<br>'set y 'cnty<br>'set z 1'<br>'d ugrd30m.'cntt<br> dum1=sublin(result,1)<br> x13=subwrd(dum1,4)<br>'d vgrd30m.'cntt<br>
dum1=sublin(result,1)<br> x23=subwrd(dum1,4)<br> variables2=x13' 'x23 <br> write(temp_30m.dat,variables2)<br> count=count+1<br> endwhile<br> cnty=cnty+1<br> endwhile<br> cntx=cntx+1<br> endwhile<br>---------------------------------------</div>
<div> </div>
<div>Thanks,</div>
<div>Krishna</div>