Hi Everyone,<div><br></div><div>So, I found a bug in the shallow waters module_global_diagnostics.F. It&#39;s only apparent for limited area grids. Basically, I was getting cellsOnEdge, and just using both of them, but on a boundaryEdge one of the two cellsOnEdge is 0, making it not a valid cell, so the code would segfault. I changed it to check that both of the two cells were not 0 before doing the computation, and it appears to work.</div>

<div><br></div><div>I have attached the file, to see if anyone cared to look at it. I&#39;ll probably commit it tomorrow if I don&#39;t hear anything back. Thanks!</div><div><br></div><div>Doug</div>