Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug related to tracking pressure at gauges #600

Merged
merged 1 commit into from
Apr 21, 2024

Conversation

mandli
Copy link
Member

@mandli mandli commented Apr 19, 2024

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.

@rjleveque rjleveque merged commit ec7682d into clawpack:master Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants