Changeset 14115
- Timestamp:
- 12/09/12 16:26:46 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/workshop/2012/Talks/09_PIG_Application/runme.m
r14045 r14115 39 39 vy_obs=InterpFromGridToMesh(x,y,flipud(vy'),md.mesh.x,md.mesh.y,0); 40 40 vel_obs=sqrt(vx_obs.^2+vy_obs.^2); 41 clear vx vy; 41 42 42 43 % Adapt the mesh to minimize error in velocity interpolation … … 65 66 %interpolate onto our mesh vertices 66 67 gridoniceshelf=double(~InterpFromGridToMesh(x1,y1,thkmask',md.mesh.x,md.mesh.y,0)); 68 clear thkmask; 67 69 68 70 %transfer to our mesh elements
Note:
See TracChangeset
for help on using the changeset viewer.