<div dir="ltr">Hi all,<div>I&#39;ve been having some trouble loading a large set of files into my script as a single variable.  I&#39;m trying to load a set of high resolution satellite data totaling around 24GB in size.  Is it even possible to load files this large?  Here is sample code of what I&#39;ve tried so far.</div><div><br></div><div>allfiles=systemfunc(&quot;ls *.nc&quot;)</div><div>setfileoption(&quot;nc,&quot;Format&quot;,&quot;LargeFile&quot;)  (also, have tried &quot;NetCDF4&quot; here)</div><div>f=addfiles(allfiles,&quot;r&quot;)</div><div>ListSetType(f,&quot;cat&quot;)</div><div>time=(f[:]-&gt;time)</div><div>tauxx=(f[:]-&gt;surface_downward_eastward_stress)</div><div><br></div><div><br></div><div>For which I get the error</div><div><br></div><div>fatal:NclMalloc Failed:[errno=12]</div><div>Segmentation fault</div><div><br></div><div>Does this simply mean that these files are too large to load as one variable?  The NCL documentation claims there is no file size limit.  I would really appreciate some help.  Thanks!<br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Nick Lybarger<div>George Mason University<br><div>(615) 973 - 8913</div><div><a href="mailto:nlybarge@gmu.edu" target="_blank">nlybarge@gmu.edu</a></div><div><a href="mailto:nicklybarger@gmail.com" target="_blank">nicklybarger@gmail.com</a></div></div></div></div>
</div></div>