Does UXarray support regridding unstructured grids to rectilinear grids? #768
Replies: 3 comments 4 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 |
Beta Was this translation helpful? Give feedback.
-
Hey @tomvothecoder, On chrysalis, how do I run the workarounds you mention?:
|
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
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
Beta Was this translation helpful? Give feedback.
All reactions