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

Feature/rossby wave demo #105

Merged
merged 7 commits into from
Jan 25, 2025
Merged

Feature/rossby wave demo #105

merged 7 commits into from
Jan 25, 2025

Conversation

fluidnumerics-joe
Copy link
Member

This PR adds the coriolis force to the linear shallow water equations. To accompany this, I've added an example for simulating planetary Rossby waves.

Documentation for the linear shallow water equations has been updated to include descriptions of the coriolis force implementation with details on how to set the coriolis parameters and geostrophic velocities.

A correctness bug on AMD GPUs (related to unitialized values being amplified by large grid spacing) was found and fixed, as described here

Copy link

codecov bot commented Jan 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

This exercises the constant coriolis procedure previously missed

Also, fixed the missing cpu-side source method definition
@fluidnumerics-joe fluidnumerics-joe merged commit a995422 into main Jan 25, 2025
12 checks passed
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.

1 participant