Ignore:
Timestamp:
08/25/16 17:58:10 (9 years ago)
Author:
agscott1
Message:

BUG: Updated par files to use contents of the returned cell array from archread

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/Par/Pig.par

    r21167 r21168  
    99surface   = archread('../Data/Pig.arch','surface');
    1010thickness = archread('../Data/Pig.arch','thickness');
     11
     12x                        = x{1};
     13y                        = y{1};
     14vx_obs   = vx_obs{1};
     15vy_obs   = vy_obs{1};
     16index            = index{1};
     17surface  = surface{1};
     18thickness = thickness{1};
     19
    1120md.inversion.vx_obs   =InterpFromMeshToMesh2d(index,x,y,vx_obs,md.mesh.x,md.mesh.y);
    1221md.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.