Hi all,
I am currently not able to use the function InterpFromMeshToGrid in python version of ISSM. Every time I try using that function to interpolate from the model mesh to a grid, the kernel dies (it uses a lot of memory). I am working in the EIS cloud and I have 64 GB of ram memory. I tried to interpolate to different grids, one of them has a 100km of resolution so it shouldn't use so much memory. I have no problem converting from grid to model mesh using InterpFromGridToMesh using the exact same dataset. I wonder if there is some issue with the function, and would appreciate a help to figure this out.
That's what I'm typing:
thick_grid = InterpFromMeshToGrid(md.mesh.elements, md.mesh.x, md.mesh.y, md.geometry.thickness, xgrid, ygrid,0)
xgrid's shape is 51 and ygrid's shape is 29.
Thanks,
-Ana