Index: ../trunk-jpl/src/m/contrib/morlighem/modeldata/interpDTU19MDT.m =================================================================== --- ../trunk-jpl/src/m/contrib/morlighem/modeldata/interpDTU19MDT.m (revision 26624) +++ ../trunk-jpl/src/m/contrib/morlighem/modeldata/interpDTU19MDT.m (revision 26625) @@ -3,6 +3,8 @@ switch oshostname(), case {'ronne'} rootname='/ronne_2/home/ModelData/Global/DTU19MDT/dtu19mdt.mat'; + case {'totten'} + rootname='/totten_1/ModelData/Global/DTU19MDT/dtu19mdt.mat'; otherwise error('machine not supported yet'); end Index: ../trunk-jpl/src/m/contrib/morlighem/modeldata/interpREMA.m =================================================================== --- ../trunk-jpl/src/m/contrib/morlighem/modeldata/interpREMA.m (revision 26624) +++ ../trunk-jpl/src/m/contrib/morlighem/modeldata/interpREMA.m (revision 26625) @@ -3,6 +3,8 @@ switch oshostname(), case {'ronne'} remapath='/home/ModelData/Antarctica/REMA/REMA_200m_dem_filled.tif'; + case {'totten'} + remapath='/totten_1/ModelData/Antarctica/REMA/REMA_200m_dem_filled.tif'; otherwise error('machine not supported yet'); end