[ncl-talk] OPeNDAP issues

Jon Meyer jonathan.meyer at aggiemail.usu.edu
Mon Jun 1 16:18:31 MDT 2015


Thanks Rick,

I suspected the number of files was an issue, but it wasn't fixed with the
usual 'setfileoption' I'm used to dealing with when opening lots of .nc
files. I've added a call to delete after each time and will see if that
fixes it. I'll report back if it doesn't.

I don't have access to the server logs, and don't anticipate our HPC center
will be very helpful in obtaining some deeper checks into this. Since the
simple second check seems to solve the issue, I won't bother anyone about
it.

Cheers,
Jon

On Mon, Jun 1, 2015 at 4:01 PM, Rick Brownrigg <brownrig at ucar.edu> wrote:

> Hi Jon,
>
> with regard to the second issue, I'm wondering if its a matter of too many
> open files.  Linux/Unix typically has a limit of around 1024 max open files
> per process.  I wonder if the reassignment of "f_in" each time through your
> loop is not closing the previous file.  You might try "delete(f_in)" at an
> appropriate spot in your code once the "current" file is no longer needed.
>
> I don't know about the 1st issue -- I don't suppose you have access to the
> thredds server logs?
>
> Hope that helps...
> Rick
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20150601/50aa4a27/attachment.html 


More information about the ncl-talk mailing list