-
Notifications
You must be signed in to change notification settings - Fork 10
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
Cannot regrid generic grids #26
Comments
@dnadeau4 @chaosphere2112 the ocean grids are a particularly good test target for this.. See CDAT/cdat#1707, CDAT/cdat#819 and CDAT/cdat#402 - these may be dupes if the grid issues are correctly resolved |
@durack1 Yup, I'm trying to plot MPAS data right now 😄 |
@chaosphere2112 let me know if you want a bunch of the CMIP5 ocean grid data, adding these to the test suite will ensure that the software is up-to-date with at least the latest (circa ~2012) grid info |
The sample I provided should hopefully be enough for @dnadeau4 to make it so the generic grids can even get to the regridding stage; more data would be good for more rigorous testing once we've gotten to that point. |
@chaosphere2112 @dnadeau4 no problem, when you get to that stage tap me again (here) and I'll generate the other test data |
raises:
This is because the TransientGenericGrid object has no function to convert to a TransientCurveGrid. I tried switching
toCurveGrid()
totoGenericGrid()
, but that leads to a lot of weird errors.The text was updated successfully, but these errors were encountered: