Changeset 1153
- Timestamp:
- 06/26/09 16:54:03 (16 years ago)
- Location:
- issm/trunk/test/Verification/IceShelfIceFrontM3d_2
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/IceShelfIceFrontM3d_2/runme.m
r1053 r1153 65 65 md=extrude(md,8,4); 66 66 md=setelementstype(md,'macayeal','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/IceShelfIceFrontM3d_2/updatearchive.m
r1053 r1153 59 59 md=extrude(md,8,4); 60 60 md=setelementstype(md,'macayeal','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.