source:
issm/oecreview/Archive/25834-26739/ISSM-26624-26625.diff@
28275
Last change on this file since 28275 was 26740, checked in by , 3 years ago | |
---|---|
File size: 1.1 KB |
-
../trunk-jpl/src/m/contrib/morlighem/modeldata/interpDTU19MDT.m
3 3 switch oshostname(), 4 4 case {'ronne'} 5 5 rootname='/ronne_2/home/ModelData/Global/DTU19MDT/dtu19mdt.mat'; 6 case {'totten'} 7 rootname='/totten_1/ModelData/Global/DTU19MDT/dtu19mdt.mat'; 6 8 otherwise 7 9 error('machine not supported yet'); 8 10 end -
../trunk-jpl/src/m/contrib/morlighem/modeldata/interpREMA.m
3 3 switch oshostname(), 4 4 case {'ronne'} 5 5 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'; 6 8 otherwise 7 9 error('machine not supported yet'); 8 10 end
Note:
See TracBrowser
for help on using the repository browser.