- Timestamp:
- 06/01/22 05:01:48 (3 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 26745-26955,26957-27031
- Property svn:mergeinfo changed
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/m/contrib/morlighem/modeldata/interpJakobsson2020.m
r25836 r27035 4 4 case {'ronne'} 5 5 ncpath ='/home/ModelData/Greenland/IBCAO/IBCAO_v4_200m.nc'; 6 case {'totten'} 7 ncpath ='/totten_1/ModelData/Greenland/IBCAO/IBCAO_v4_200m.nc'; 6 8 otherwise 7 9 error('machine not supported yet'); … … 39 41 40 42 if nargout==2, 41 ncpath ='/ home/ModelData/Greenland/IBCAO/IBCAO_v4_200m_TID.nc';43 ncpath ='/totten_1/ModelData/Greenland/IBCAO/IBCAO_v4_200m_TID.nc'; 42 44 disp(' -- Jakobsson2020: loading source'); 43 45 data = double(ncread(ncpath,'z',[id1x id1y],[id2x-id1x+1 id2y-id1y+1],[1 1]))';
Note:
See TracChangeset
for help on using the changeset viewer.