source: issm/oecreview/Archive/25834-26739/ISSM-26624-26625.diff

Last change on this file was 26740, checked in by Mathieu Morlighem, 3 years ago

CHG: added 25834-26739

File size: 1.1 KB
  • ../trunk-jpl/src/m/contrib/morlighem/modeldata/interpDTU19MDT.m

     
    33switch oshostname(),
    44        case {'ronne'}
    55                rootname='/ronne_2/home/ModelData/Global/DTU19MDT/dtu19mdt.mat';
     6        case {'totten'}
     7                rootname='/totten_1/ModelData/Global/DTU19MDT/dtu19mdt.mat';
    68        otherwise
    79                error('machine not supported yet');
    810end
  • ../trunk-jpl/src/m/contrib/morlighem/modeldata/interpREMA.m

     
    33switch oshostname(),
    44        case {'ronne'}
    55                remapath='/home/ModelData/Antarctica/REMA/REMA_200m_dem_filled.tif';
     6        case {'totten'}
     7                remapath='/totten_1/ModelData/Antarctica/REMA/REMA_200m_dem_filled.tif';
    68        otherwise
    79                error('machine not supported yet');
    810end
Note: See TracBrowser for help on using the repository browser.