Rev | Line | |
---|
[26740] | 1 | Index: ../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
|
---|
| 14 | Index: ../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.