E3SM-Project / polaris

Testing and analysis for OMEGA, MPAS-Ocean, MALI and MPAS-Seaice
BSD 3-Clause "New" or "Revised" License
6 stars 13 forks source link

Enhance spherical tracer transport test viz #233

Closed cbegeman closed 2 weeks ago

cbegeman commented 2 weeks ago

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.

cbegeman commented 2 weeks ago

Testing

The sphere transport viz step was successfully run and shows the over/under colors for the tracer field but not for the layer thickness field as expected. tracer3_final

xylar commented 2 weeks ago

Maybe add something to the developer's guide here: https://github.com/E3SM-Project/polaris/blob/a010381b9bbe5a70bbd41586384c4734347b8002/docs/developers_guide/framework/visualization.md?plain=1#L133-L155

And then ideally update the config options in the 4 sphere_transport test cases, e.g.: https://github.com/E3SM-Project/polaris/blob/a010381b9bbe5a70bbd41586384c4734347b8002/docs/users_guide/ocean/tasks/rotation_2d.md?plain=1#L226-L236

cbegeman commented 2 weeks ago

@xylar Thanks for reviewing! Docs have now been updated.