[ncl-talk] Floating point exception (core dumped)

Rick Brownrigg brownrig at ucar.edu
Thu Apr 18 10:49:24 MDT 2019


Hi,

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

   numFiles = dimsizes(listOfFiles)     ; where "listOfFiles" is the
parameter you are passing into addfiles()
   do i=0,numFiles-1
       print("Testing file #" + i)
       f := addfile(listOfFiles(i))
    end do

Rick

On Mon, Apr 15, 2019 at 8:47 AM Gaeun Kim <gaeun.kim0921 at gmail.com> wrote:

> Hello
>
> I tried to read several files all at once as this example (
> https://www.ncl.ucar.edu/Applications/Scripts/addfiles_1.ncl)
> but I only get an error message which saying: *Floating point exception
> (core dumped)*
>
> The files I wanted to read in looks like this: 71 files (1948-2019), 1
> variable with 10 levels, 73x144, daily.
>
> Could anyone kindly help?
>
>
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190418/2d146d92/attachment.html>


More information about the ncl-talk mailing list