clawpack / geoclaw

Version of Clawpack for geophysical waves and flows
http://www.clawpack.org/geoclaw
BSD 3-Clause "New" or "Revised" License
75 stars 86 forks source link

Fix bug related to tracking pressure at gauges #600

Closed mandli closed 1 month ago

mandli commented 1 month ago

This fixes a bug caused by code that was meant to divide the pressure at a gauge by the ambient pressure. Unfortunately this really never worked and somewhat randomly was dividing other gauge values by the ambient pressure. This fix removes the division and leaves it up to post-processing to do this if one wants that and therefore fixes the bug.