<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...<br></div>Rick<br><br><div><div><div><br></div></div></div></div>