Changeset 1156
- Timestamp:
- 06/26/09 17:41:30 (16 years ago)
- Location:
- issm/trunk/test/Verification/IceShelfIceFrontMP3d_3
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/runme.m
r1048 r1156 66 66 md=extrude(md,8,4); 67 67 md=setelementstype(md,'pattyn','Pattyn.exp','fill','macayeal'); 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/IceShelfIceFrontMP3d_3/updatearchive.m
r1048 r1156 47 47 48 48 %check solution requested 49 if ( ~(strcmpi(package,'ice') & (strcmpi(solution,'transient') | strcmpi(solution,'diagnostic')))...49 if ((~strcmpi(package,'ice') & (strcmpi(solution,'transient') | strcmpi(solution,'diagnostic')))... 50 50 | strcmpi(package,'macayeal')); 51 51 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); … … 60 60 md=extrude(md,8,4); 61 61 md=setelementstype(md,'pattyn','Pattyn.exp','fill','macayeal'); 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.