Does UXarray support regridding unstructured grids to rectilinear grids? #768
Unanswered
tomvothecoder
asked this question in
Q&A
Replies: 4 comments 6 replies
|
We currently only support unstructured to unstructured regridding, however support for structured and rectilinear grids is something we plan to support. Will create an issue out of this so our intern @aaronzedwick can start working on this when he returns |
1 reply
|
Hey @tomvothecoder, On chrysalis, how do I run the workarounds you mention?: |
2 replies
|
Is everyone sure they want to do regridding in python? Some past experience showed me that a compiled tool like TempestRemap will be much much faster then anything in python. |
1 reply
|
Can our interface to YAC do this? @rajeeja ? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi again! For my upcoming E3SM demo with UXarray and xCDAT, we want to regrid E3SM data to a rectilinear grid in order to use xCDAT's spatial averager. Is there a way to do this with UXarray? There was a discussion about regridding to lat-lon here.
What we found
We found uxarray.UxDataset.nearest_neighbor_remap, but we aren't sure if it supports rectilinear grids.
Our Current Workarounds
All reactions