Changeset 1162
- Timestamp:
- 06/29/09 09:21:34 (16 years ago)
- Location:
- issm/trunk/test/Verification/IceShelfIceFrontP3d_5
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/IceShelfIceFrontP3d_5/runme.m
r1054 r1162 65 65 md=extrude(md,8,4); 66 66 md=setelementstype(md,'pattyn','all'); 67 if md.numberofgrids== 83267 if md.numberofgrids==728 68 68 load Velocities; md.vx=0.8*vx; md.vy=0.8*vy; md.vz=0.8*vz; md.temperature=temperature-1; md.pressure=pressure; 69 69 end -
issm/trunk/test/Verification/IceShelfIceFrontP3d_5/updatearchive.m
r1054 r1162 59 59 md=extrude(md,8,4); 60 60 md=setelementstype(md,'pattyn','all'); 61 if md.numberofgrids== 83261 if md.numberofgrids==728 62 62 load Velocities; md.vx=0.8*vx; md.vy=0.8*vy; md.vz=0.8*vz; md.temperature=temperature-1; md.pressure=pressure; 63 63 end
Note:
See TracChangeset
for help on using the changeset viewer.