Changeset 1159
- Timestamp:
- 06/29/09 08:22:45 (16 years ago)
- Location:
- issm/trunk/test/Verification/IceShelfIceFrontMPS3d_4
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/IceShelfIceFrontMPS3d_4/runme.m
r1049 r1159 66 66 md=extrude(md,8,4); 67 67 md=setelementstype(md,'pattyn','Pattyn.exp','fill','macayeal','stokes','Stokes.exp'); 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/IceShelfIceFrontMPS3d_4/updatearchive.m
r1049 r1159 60 60 md=extrude(md,8,4); 61 61 md=setelementstype(md,'pattyn','Pattyn.exp','fill','macayeal','stokes','Stokes.exp'); 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.