TagsAdd Tags amtantarcticabedmachinebedmapbedmap2demglaciologygreenlandiceice sheetssurface elevation Cancel Acknowledgements Inspired by:Antarctic Mapping Tools,Arctic Mapping Tools Inspired:Ice Shelf Melt Rates Importing and Exporting Data Using MATLAB ...
% Load surface data:[sfz,LAT,LON] = bedmachine_data('surface',xlim,ylim,'antarctica',...'datum','ellipsoid','geo');% Mask out surface data outside the basin:sfz(~inbasin(LAT,LON,'imbie refined','moscow')) = nan;% Plot and label ...
BedMachine data forGreenlandorAntarctica(Morlighem et al., 2017 & 2019). Contents bedmachine_dataloads the gridded data. bedmachine_interpinterpolates surface elevation, thickness, bed, etc at any locations. bedmachineplots BedMachine data as imagesc or contour. ...