<br><br><br><div dir="ltr"><div dir="ltr"><div dir="ltr">Dear Ncl community <div><br></div><div>I have written a short script to read the file </div><div><a href="https://we.tl/t-T5PZMRFStX">https://we.tl/t-T5PZMRFStX</a></div><div> and write it to an array. I am having trouble at  line 14 where I get the following error. </div><div><br></div><div><div><br></div><div><div>filename = "Basecase.txt"</div><div>nvar=24</div><div>data = readAsciiTable(filename, nvar, "double", -1)</div><div>temp=reshape(data,(/24,27090/)<wbr>)</div><div><br></div><div>Array = new((/24,129,210/),float)</div><div><br></div><div>do it = 0, nvar-1,24</div><div>temp1=temp(it,:)</div><div><br></div><div>temp2=reshape(temp1,(/129,210/<wbr>))</div><div><br></div><div>Array(:,:,it)=temp2</div><div>end do</div></div><div><br></div><div><b>Error<br></b></div><div>fatal:Assignment type mismatch, right hand side can't be coerced to type of left hand side<br></div><div>fatal:["Execute.c":8578]:<wbr>Execute: Error occurred at or near line 13 in file test2.ncl</div></div></div></div></div>
<br>