Changeset 1161
- Timestamp:
- 06/29/09 09:10:02 (16 years ago)
- Location:
- issm/trunk/test/Verification/IceShelfIceFrontS3d_6
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/IceShelfIceFrontS3d_6/runme.m
r1022 r1161 66 66 md=extrude(md,8,4); 67 67 md=setelementstype(md,'pattyn','all','stokes','all'); 68 if md.numberofgrids== 83268 if md.numberofgrids==728 69 69 load Velocities; md.vx=0.8*vx; md.vy=0.8*vy; md.vz=0.8*vz; md.temperature=temperature-1; md.pressure=pressure; 70 70 end -
issm/trunk/test/Verification/IceShelfIceFrontS3d_6/updatearchive.m
r1022 r1161 60 60 md=extrude(md,8,4); 61 61 md=setelementstype(md,'pattyn','all','stokes','all'); 62 if md.numberofgrids== 83262 if md.numberofgrids==728 63 63 load Velocities; md.vx=0.8*vx; md.vy=0.8*vy; md.vz=0.8*vz; md.temperature=temperature-1; md.pressure=pressure; 64 64 end
Note:
See TracChangeset
for help on using the changeset viewer.