Hi,
I'm using the development build of ISSM on Linux, and reading some BedMachine data in with the function interpBedmachineGreenland
. This in turn calls on InterpFromGrid
, however user@$ISSM_DIR/src/m$ grep -r "InterpFromGrid(" .
does not seem to return a function path, though it does return quite a few uses of InterpFromGrid
.
I can find InterpFromGrid
mentioned in the user guide on page 27, but all other instances in the user guide refer to InterpFromGridToMesh. I tried simply copying InterpFromGridToMesh.m to InterpFromGrid.m in the modules directory but I get an error so I guess they're not directly compatible.
In that case I wonder if InterpFromGrid
was dropped from the most recent ISSM version and if it's possible to obtain a copy of it for backwards compatibility?
Best :]
Rob