Changeset 14115


Ignore:
Timestamp:
12/09/12 16:26:46 (12 years ago)
Author:
habbalf
Message:

CHG: clear variables from memory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/workshop/2012/Talks/09_PIG_Application/runme.m

    r14045 r14115  
    3939        vy_obs=InterpFromGridToMesh(x,y,flipud(vy'),md.mesh.x,md.mesh.y,0);
    4040        vel_obs=sqrt(vx_obs.^2+vy_obs.^2);
     41        clear vx vy;
    4142
    4243        % Adapt the mesh to minimize error in velocity interpolation
     
    6566        %interpolate onto our mesh vertices
    6667        gridoniceshelf=double(~InterpFromGridToMesh(x1,y1,thkmask',md.mesh.x,md.mesh.y,0));
     68        clear thkmask;
    6769
    6870        %transfer to our mesh elements
Note: See TracChangeset for help on using the changeset viewer.