<div dir="ltr"><div>Hi,</div><div><br></div><div>There's really not enough information to go on here.  I guess I might try to see if it was a particular file causing the problem -- somthing like</div><div><br></div><div>   numFiles = dimsizes(listOfFiles)     ; where "listOfFiles" is the parameter you are passing into addfiles()<br></div><div>   do i=0,numFiles-1</div><div>       print("Testing file #" + i)<br></div><div>       f := addfile(listOfFiles(i))</div><div>    end do</div><div><br></div><div>Rick<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Apr 15, 2019 at 8:47 AM Gaeun Kim <<a href="mailto:gaeun.kim0921@gmail.com">gaeun.kim0921@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr">Hello<div><br></div><div>I tried to read several files all at once as this example (<a href="https://www.ncl.ucar.edu/Applications/Scripts/addfiles_1.ncl" target="_blank">https://www.ncl.ucar.edu/Applications/Scripts/addfiles_1.ncl</a>)<br>but I only get an error message which saying: <b>Floating point exception (core dumped)</b></div><div><br></div><div>The files I wanted to read in looks like this: 71 files (1948-2019), 1 variable with 10 levels, 73x144, daily.</div><div><br></div><div>Could anyone kindly help?</div><div><br></div><div><br></div><div><br></div></div></div>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
</blockquote></div>