-
Notifications
You must be signed in to change notification settings - Fork 14
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
Enhance spherical tracer transport test viz #233
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great to me by visual inspection. My only suggestion would be to add it to the developer's guide if there's an appropriate place.
Maybe add something to the developer's guide here: polaris/docs/developers_guide/framework/visualization.md Lines 133 to 155 in a010381
And then ideally update the config options in the 4 sphere_transport test cases, e.g.: polaris/docs/users_guide/ocean/tasks/rotation_2d.md Lines 226 to 236 in a010381
|
@xylar Thanks for reviewing! Docs have now been updated. |
Add options for over/under colors for the colormap used in spherical mpas visualization. These were added to be able to more conveniently visualize over and undershoots in the tracer advection scheme tested in the
sphere_transport
tests.Testing
comment in the PR documents testing used to verify the changes