<div dir="ltr">Hi <div><br></div><div>I am getting a Segmentation fault (core dumped) when trying to read a variable from one file opened as:</div><div><br></div><div>wrfout = addfile(file_in,"w")<br></div><div><div>lat2d = (/wrfout->lat/)</div><div>Segmentation fault (core dumped)</div></div><div><br></div><div>I thought that it could due to a problem in the file, but I looked at the file and it seems fine. If I use:</div><div><div>wrfout = addfile(file_in,"r")<br></div><div>lat2d = (/wrfout->lat/)</div></div><div>it works.</div><div>The file I'm using is 52M..no too large...so I'm quite lost about what the problem can be... and the version of ncl Version 6.3.0.</div><div><br></div><div>Any idea?</div><div><br></div><div>Thanks!</div><div><br></div><div>Best</div><div>Noelia</div></div>