<div dir="ltr"><div><div>Hi NCL users,<br></div>I would like to extract a specific column from the text file. Could someone help me? <br><br></div><div>Thank you<br></div><div>Adv<br></div><div><br></div>my code look like this... begin<br>;***************************************************<br>;s=new((/1,12/),float,&quot;No_FillValue&quot;)<br>z1 = asciiread(&quot;ao1961-2005.asc&quot;,-1,&quot;float&quot;)<br>print(z1)<br>xreshape = reshape(z1,(/1,5/))<br>end<br><br><br></div>