Changeset 1152
- Timestamp:
- 06/26/09 16:52:37 (16 years ago)
- Location:
- issm/trunk/test/Verification/IceShelfIceFrontM2d_1
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/IceShelfIceFrontM2d_1/runme.m
r1022 r1152 64 64 md=parameterize(md,'Square.par'); 65 65 md=setelementstype(md,'macayeal','all'); 66 if md.numberofgrids==3 8866 if md.numberofgrids==340 67 67 load Velocities; md.vx=0.5*vx; md.vy=0.5*vy; 68 68 end -
issm/trunk/test/Verification/IceShelfIceFrontM2d_1/updatearchive.m
r1022 r1152 39 39 40 40 %go through the solutions requested 41 testname='IceShe etNoIceFrontM2d_16';41 testname='IceShelfIceFrontM2d_1'; 42 42 for i=1:length(packages), 43 43 package=packages{i}; … … 58 58 md=parameterize(md,'Square.par'); 59 59 md=setelementstype(md,'macayeal','all'); 60 if md.numberofgrids==3 8860 if md.numberofgrids==340 61 61 load Velocities; md.vx=0.5*vx; md.vy=0.5*vy; 62 62 end
Note:
See TracChangeset
for help on using the changeset viewer.