Changeset 25269
- Timestamp:
- 07/11/20 21:23:34 (5 years ago)
- Location:
- issm/trunk-jpl/src/m/contrib/morlighem/modeldata
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/contrib/morlighem/modeldata/interpMouginotAnt2019.m
r23875 r25269 24 24 id2y=min(numel(ydata),posy(end)+offset); 25 25 26 disp([' -- Mouginot 201 7: loading velocities']);26 disp([' -- Mouginot 2019: loading velocities']); 27 27 vxdata = double(ncread(nc,'VX',[id1x id1y],[id2x-id1x+1 id2y-id1y+1],[1 1]))'; 28 28 vydata = double(ncread(nc,'VY',[id1x id1y],[id2x-id1x+1 id2y-id1y+1],[1 1]))'; … … 30 30 ydata=ydata(id1y:id2y); 31 31 32 disp([' -- Mouginot 201 7: interpolating ']);32 disp([' -- Mouginot 2019: interpolating ']); 33 33 vxout = InterpFromGrid(xdata,ydata,vxdata,double(X),double(Y)); 34 34 vyout = InterpFromGrid(xdata,ydata,vydata,double(X),double(Y));
Note:
See TracChangeset
for help on using the changeset viewer.