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

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

CHG: added 25834-26739

File size: 1.1 KB
RevLine 
[26740]1Index: ../trunk-jpl/src/m/contrib/morlighem/modeldata/interpDTU19MDT.m
2===================================================================
3--- ../trunk-jpl/src/m/contrib/morlighem/modeldata/interpDTU19MDT.m (revision 26624)
4+++ ../trunk-jpl/src/m/contrib/morlighem/modeldata/interpDTU19MDT.m (revision 26625)
5@@ -3,6 +3,8 @@
6 switch oshostname(),
7 case {'ronne'}
8 rootname='/ronne_2/home/ModelData/Global/DTU19MDT/dtu19mdt.mat';
9+ case {'totten'}
10+ rootname='/totten_1/ModelData/Global/DTU19MDT/dtu19mdt.mat';
11 otherwise
12 error('machine not supported yet');
13 end
14Index: ../trunk-jpl/src/m/contrib/morlighem/modeldata/interpREMA.m
15===================================================================
16--- ../trunk-jpl/src/m/contrib/morlighem/modeldata/interpREMA.m (revision 26624)
17+++ ../trunk-jpl/src/m/contrib/morlighem/modeldata/interpREMA.m (revision 26625)
18@@ -3,6 +3,8 @@
19 switch oshostname(),
20 case {'ronne'}
21 remapath='/home/ModelData/Antarctica/REMA/REMA_200m_dem_filled.tif';
22+ case {'totten'}
23+ remapath='/totten_1/ModelData/Antarctica/REMA/REMA_200m_dem_filled.tif';
24 otherwise
25 error('machine not supported yet');
26 end
Note: See TracBrowser for help on using the repository browser.