<div dir="ltr">Thanks Rick,<div><br></div><div>I suspected the number of files was an issue, but it wasn&#39;t fixed with the usual &#39;setfileoption&#39; I&#39;m used to dealing with when opening lots of .nc files. I&#39;ve added a call to delete after each time and will see if that fixes it. I&#39;ll report back if it doesn&#39;t.</div><div><br></div><div>I don&#39;t have access to the server logs, and don&#39;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&#39;t bother anyone about it.</div><div><br></div><div>Cheers,</div><div>Jon</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 1, 2015 at 4:01 PM, Rick Brownrigg <span dir="ltr">&lt;<a href="mailto:brownrig@ucar.edu" target="_blank">brownrig@ucar.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Hi Jon,<br><br></div>with regard to the second issue, I&#39;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 &quot;f_in&quot; each time through your loop is not closing the previous file.  You might try &quot;delete(f_in)&quot; at an appropriate spot in your code once the &quot;current&quot; file is no longer needed.<br><br></div>I don&#39;t know about the 1st issue -- I don&#39;t suppose you have access to the thredds server logs?<br><br></div>Hope that helps...<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888">Rick<br><br><div><div><div><br></div></div></div></font></span></div>
</blockquote></div><br></div>