Hello, I'm using a .par file and would like to use BedMachineAntarctica-v3. I am using this command:
md.geometry.surface = interpBedmachineAntarctica(md.mesh.x,md.mesh.y,'surface','linear','/home/kenneth.mosley/issm-files/ISSM/examples/Data/BedMachineAntarctica-v3.nc');
However, I get this error:
[Error using interpBedmachineAntarctica
Undefined function 'InterpFromGrid' for input arguments of type 'double'.
Error in Pig.par>./Pig.par (line 28)
Error in runme (line 186)
md = parameterize(md,'./Pig.par');
Error in run (line 91)
evalin('caller', strcat(script, ';'));]
Is there a reason why this isn't working? I believe it is in the correct format.