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

Support plotting with uxarray? #312

Open
wwieder opened this issue Jun 20, 2024 · 0 comments
Open

Support plotting with uxarray? #312

wwieder opened this issue Jun 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@wwieder
Copy link

wwieder commented Jun 20, 2024

New feature type

New infrastructure or infrastructure enhancement

What is this new feature?

Is there interest or energy to support uxarray features in the ADF?

I was super excited to drop some land specific variables into the ADF and have the package work! When using the raw output from an f09 grid, @justin-richling illustrated the package works for a handful of land variables. When I switched to coupled model output on the ne30 grid, where plotting and calculation of global means for tables didn't work. This could be handled with code that handles:

  • Regridding presents some technical challenges on the land side, since we can't just use bilinear interpolation. This isn't a huge issues, but in some ways I'd prefer to just use the native history output for diagnostics instead of having to regrid everything before proceeding with diagnostics. Alternatively, we could use, which
  • uxarray offers possibilities to make maps and calculate global sums easily. One challenge could be having to support slightly different workflows for structured vs. unstructured history output. I'm not sure how to design this from a software perspective that's simple to support / maintain?

see example below that reads in climatology file from ADF and makes a plot on the native resolution.
image

Not sure if this is a broader CUPiD issue @TeaganKing and @mnlevy1981

Assistance required?

Yes, I am requesting a new feature but won't have time to develop it

Extra info

Will need to add the variables area and landfrac to single variable timeseries for land model output. These are needed to calculate global (and hopefully regional) sums/means.

@wwieder wwieder added the enhancement New feature or request label Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant