target_grid_cube for iris-esmf-regrid #4750
Replies: 3 comments 4 replies
-
Hi Jim, Have you tried loading the cube into iris and calling |
Beta Was this translation helpful? Give feedback.
-
By the looks of things, I think the problem here is that the |
Beta Was this translation helpful? Give feedback.
-
That's good to hear! When will the next version be out? Do you know of any short term work arounds? Saving the regridder also throughs an error: File /opt/anaconda3/envs/pangeo/lib/python3.8/site-packages/iris/experimental/ugrid/mesh.py:2283, in _Mesh1DCoordinateManager.filter(self, **kwargs) CoordinateNotFoundError: 'Expected to find exactly 1 coordinate, but found none.' Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What is the best way to create a target_grid_cube file for iris-esmf-regrid? I had a geotiff that I converted to netcdf, but it thru and error because it did not have bounds. I added bounds using ncap2:
ncap2 -s ' defdim("bnds",2); lon_bnds=make_bounds(lon,$bnds); lat_bnds=make_bounds(lat,$bnds);' maxwvel.raw.63.nc maxwvel.test.63.nc
but it thru and error on that file as well.
Thanks
Jim
Beta Was this translation helpful? Give feedback.
All reactions