<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Thanks Dennis and Gus for your help,
<div class=""><br class="">
</div>
<div class="">addfile(s) ended up not being the issue. I found a bug further down in my code from trying convert my f variable (the output of addfile) to character data type (i.e., tochar(f)). I fixed this and everything works as it should now. Interestingly,
 I am no longer getting the "file format not supported or file is corrupted" message. </div>
<div class=""><br class="">
</div>
<div class="">
<div class="">
<div dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">
---<br class="">
Andrea Jenney<br class="">
PhD Candidate | Randall & Barnes Groups<br class="">
Colorado State University | Dept. of Atmospheric Science </div>
</div>
</div>
<div><br class="">
<blockquote type="cite" class="">
<div class="">On Aug 27, 2019, at 1:55 PM, Gus Correa via ncl-talk <<a href="mailto:ncl-talk@ucar.edu" class="">ncl-talk@ucar.edu</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div dir="ltr" class="">
<div class="">Hi Jenney</div>
<div class=""><br class="">
</div>
<div class="">1) Maybe a missing trailing "/" in the "dir" variable? <br class="">
</div>
<div class="">This would make the file names wrong, and could explain the error message
<br class="">
</div>
<div class="">Error: "warning:_NclOpenFile: Can not open file <filename> file format not supported or file is corrupted"</div>
<div class=""><br class="">
</div>
<div class="">2) Have you tried to add <br class="">
</div>
<div class="">print(files) <br class="">
</div>
<div class="">after <br class="">
</div>
<div class="">files=systemfunc(...) <br class="">
</div>
<div class="">to check what is in the "files" variable, just to see if it is really what you want?</div>
<div class="">Once you know the "files" variable is correct, you can comment out that "print".<br class="">
</div>
<div class=""><br class="">
</div>
<div class="">I hope this helps,</div>
<div class="">Gus Correa</div>
<div class=""><br class="">
</div>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Tue, Aug 27, 2019 at 2:43 PM Jenney,Andrea via ncl-talk <<a href="mailto:ncl-talk@ucar.edu" class="">ncl-talk@ucar.edu</a>> wrote:<br class="">
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div style="overflow-wrap: break-word;" class="">All,
<div class=""><br class="">
</div>
<div class="">I’m getting a segmentation fault error when using addfile and addfiles to read in netcdf files. Each single file is a monthly mean (only one time step) of many variables that are resolved in space. I’ve uploaded an example file to the link, (file
 is called "<a href="http://spcesm_cam5_control.cam.h0.1910-05.nc/" target="_blank" class="">spcesm_cam5_control.cam.h0.1910-05.nc</a>"): <a href="http://saddleback.atmos.colostate.edu/rr/docexch.php" target="_blank" class="">http://saddleback.atmos.colostate.edu/rr/docexch.php</a>.
 Running ncl_filedump and ncl_convert2nc on the files works fine and everything looks great. The non-ncl ncview and ncdump also show that things look normal to me. My files are smaller than 400 MB each, all variables are 3D or smaller, and the largest dimension
 is length 144. </div>
<div class=""><br class="">
</div>
<div class="">Relevant code:</div>
<div class="">(when using addfiles)</div>
<div class=""><br class="">
</div>
<div class=""><font face="Menlo" class="">fnameIn = dir + "spcesm_cam5_*.h0.*.nc"</font></div>
<div class=""><font face="Menlo" class="">files = systemfunc("ls "+fnameIn)<br class="">
f     = addfiles(files, "r") ; </font><- Error: "warning:_NclOpenFile: Can not open file <filename> file format not supported or file is corrupted"</div>
<font face="Menlo" class=""><br class="">
</font>
<div class=""><br class="">
</div>
<div class="">(when using addfile)</div>
<div class=""><span style="font-family:Menlo" class="">fnameIn = dir + "spcesm_cam5_*.h0.*.nc"</span></div>
<div class=""><font face="Menlo" class="">files = systemfunc("ls "+fnameIn)</font></div>
<div class=""><font face="Menlo" class="">nf    = dimsizes(files)</font></div>
<div class=""><font face="Menlo" class="">do ifile = 0,nf-1</font></div>
<div class=""><font face="Menlo" class=""><span class="gmail-m_-5462253519111698960Apple-tab-span" style="white-space:pre-wrap"></span>f = addfile(files(ifile), "r") ; </font><- Error: "Segmentation fault"</div>
<div class=""><font face="Menlo" class=""><span class="gmail-m_-5462253519111698960Apple-tab-span" style="white-space:pre-wrap"></span>…</font></div>
<div class=""><font face="Menlo" class="">end do</font></div>
<div class=""><br class="">
<div class="">Thanks in advance for your help</div>
</div>
<div class="">
<div dir="auto" style="overflow-wrap: break-word;" class="">
<div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; text-decoration: none;" class="">
---<br class="">
Andrea Jenney<br class="">
PhD Candidate | Randall & Barnes Groups<br class="">
Colorado State University | Dept. of Atmospheric Science </div>
</div>
</div>
<br class="">
</div>
_______________________________________________<br class="">
ncl-talk mailing list<br class="">
<a href="mailto:ncl-talk@ucar.edu" target="_blank" class="">ncl-talk@ucar.edu</a><br class="">
List instructions, subscriber options, unsubscribe:<br class="">
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank" class="">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a></blockquote>
</div>
</div>
_______________________________________________<br class="">
ncl-talk mailing list<br class="">
<a href="mailto:ncl-talk@ucar.edu" class="">ncl-talk@ucar.edu</a><br class="">
List instructions, subscriber options, unsubscribe:<br class="">
http://mailman.ucar.edu/mailman/listinfo/ncl-talk</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>