Changeset 1162


Ignore:
Timestamp:
06/29/09 09:21:34 (16 years ago)
Author:
seroussi
Message:

updated test5

Location:
issm/trunk/test/Verification/IceShelfIceFrontP3d_5
Files:
18 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/Verification/IceShelfIceFrontP3d_5/runme.m

    r1054 r1162  
    6565                md=extrude(md,8,4);
    6666                md=setelementstype(md,'pattyn','all');
    67                 if md.numberofgrids==832
     67                if md.numberofgrids==728
    6868                        load Velocities; md.vx=0.8*vx; md.vy=0.8*vy; md.vz=0.8*vz; md.temperature=temperature-1; md.pressure=pressure;
    6969                end
  • issm/trunk/test/Verification/IceShelfIceFrontP3d_5/updatearchive.m

    r1054 r1162  
    5959                md=extrude(md,8,4);
    6060                md=setelementstype(md,'pattyn','all');
    61                 if md.numberofgrids==832
     61                if md.numberofgrids==728
    6262                        load Velocities; md.vx=0.8*vx; md.vy=0.8*vy; md.vz=0.8*vz; md.temperature=temperature-1; md.pressure=pressure;
    6363                end
Note: See TracChangeset for help on using the changeset viewer.