Changeset 1159


Ignore:
Timestamp:
06/29/09 08:22:45 (16 years ago)
Author:
Mathieu Morlighem
Message:

updated test 4

Location:
issm/trunk/test/Verification/IceShelfIceFrontMPS3d_4
Files:
14 edited

Legend:

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

    r1049 r1159  
    6666                md=extrude(md,8,4);
    6767                md=setelementstype(md,'pattyn','Pattyn.exp','fill','macayeal','stokes','Stokes.exp');
    68                 if md.numberofgrids==832
     68                if md.numberofgrids==728
    6969                        load Velocities; md.vx=0.8*vx; md.vy=0.8*vy; md.vz=0.8*vz; md.temperature=temperature-1; md.pressure=pressure;
    7070                end
  • issm/trunk/test/Verification/IceShelfIceFrontMPS3d_4/updatearchive.m

    r1049 r1159  
    6060                md=extrude(md,8,4);
    6161                md=setelementstype(md,'pattyn','Pattyn.exp','fill','macayeal','stokes','Stokes.exp');
    62                 if md.numberofgrids==832
     62                if md.numberofgrids==728,
    6363                        load Velocities; md.vx=0.8*vx; md.vy=0.8*vy; md.vz=0.8*vz; md.temperature=temperature-1; md.pressure=pressure;
    6464                end
Note: See TracChangeset for help on using the changeset viewer.