Changeset 1160
- Timestamp:
- 06/29/09 08:22:53 (16 years ago)
- Location:
- issm/trunk/test/Verification/IceSheetIceFrontS3d_11
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/IceSheetIceFrontS3d_11/Square.par
r1001 r1160 6 6 md.ndt=md.dt*3; 7 7 md.artificial_diffusivity=1; 8 md.eps_abs=5000; 8 md.eps_abs=NaN; 9 md.eps_rel=0.1; 9 10 10 11 hmin=300; … … 26 27 27 28 md.observed_temperature=(273-20)*ones(md.numberofgrids,1); 29 md.min_thermal_constraints=3; 28 30 29 31 md.B=paterson(md.observed_temperature); -
issm/trunk/test/Verification/IceSheetIceFrontS3d_11/runme.m
r1022 r1160 66 66 md=extrude(md,8,4); 67 67 md=setelementstype(md,'macayeal','all','stokes','all'); 68 if md.numberofgrids== 83269 load Velocities; md.vx=0.8*vx; md.vy=0.8*vy; md.vz=0.8*vz; md.temperature=temperature -1; md.pressure=pressure;68 if md.numberofgrids==728 69 load Velocities; md.vx=0.8*vx; md.vy=0.8*vy; md.vz=0.8*vz; md.temperature=temperature; md.pressure=pressure; 70 70 end 71 71 -
issm/trunk/test/Verification/IceSheetIceFrontS3d_11/updatearchive.m
r1022 r1160 60 60 md=extrude(md,8,4); 61 61 md=setelementstype(md,'macayeal','all','stokes','all'); 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.