-
Notifications
You must be signed in to change notification settings - Fork 16
Added remapping to ClimaCorePlots #2361
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
base: main
Are you sure you want to change the base?
Conversation
Might be useful for debugging in an infiltrator session
xguide --> "panel x1" | ||
yguide --> "panel x2" | ||
seriescolor --> :balance | ||
# @Main.infiltrate |
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.
# @Main.infiltrate |
|
||
(unfolded_panels) | ||
# hcoords = Remapping.default_target_hcoords(axes(field)) |
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.
# hcoords = Remapping.default_target_hcoords(axes(field)) |
seriescolor --> :balance | ||
title --> "Lat-Lon Remapped Field ($nlat × $nlon)" | ||
|
||
return (longpts, latpts, transpose(remapped)) |
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.
Could you please include an example of the output from your suggested changes and differentiate it from the default "unfolded panel" output in the docs
for ClimaCorePlots (I realise the current doc section for Libraries > ClimaCorePlots.jl
is empty..) . Thanks @ray-chew, this way we can visually inspect the different options available here. It seems the current tests https://github.com/CliMA/ClimaCore.jl/blob/main/lib/ClimaCorePlots/test/runtests.jl rely heavily on png
generation with isfile
.
This feature might be useful for debugging in an infiltrator session.