<div dir="ltr">Hi all,<div>I've been having some trouble loading a large set of files into my script as a single variable. I'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've tried so far.</div><div><br></div><div>allfiles=systemfunc("ls *.nc")</div><div>setfileoption("nc,"Format","LargeFile") (also, have tried "NetCDF4" here)</div><div>f=addfiles(allfiles,"r")</div><div>ListSetType(f,"cat")</div><div>time=(f[:]->time)</div><div>tauxx=(f[:]->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>