Changeset 21168 for issm/trunk-jpl/test/Par/Pig.par
- Timestamp:
- 08/25/16 17:58:10 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/Par/Pig.par
r21167 r21168 9 9 surface = archread('../Data/Pig.arch','surface'); 10 10 thickness = archread('../Data/Pig.arch','thickness'); 11 12 x = x{1}; 13 y = y{1}; 14 vx_obs = vx_obs{1}; 15 vy_obs = vy_obs{1}; 16 index = index{1}; 17 surface = surface{1}; 18 thickness = thickness{1}; 19 11 20 md.inversion.vx_obs =InterpFromMeshToMesh2d(index,x,y,vx_obs,md.mesh.x,md.mesh.y); 12 21 md.inversion.vy_obs =InterpFromMeshToMesh2d(index,x,y,vy_obs,md.mesh.x,md.mesh.y);
Note:
See TracChangeset
for help on using the changeset viewer.