Changeset 9692
- Timestamp:
- 09/08/11 14:44:12 (14 years ago)
- Location:
- issm/trunk/test/NightlyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test241.m
r9664 r9692 3 3 md=parameterize(md,'../Par/SquareShelf.par'); 4 4 md=extrude(md,2,1); 5 md. viscosity_overshoot=0.0;5 md.diagnostic.viscosity_overshoot=0.0; 6 6 md=setflowequation(md,'stokes','../Exp/SquareHalfRight.exp','fill','macayeal'); 7 7 md=solve(md,DiagnosticSolutionEnum); -
issm/trunk/test/NightlyRun/test242.m
r9664 r9692 5 5 md=setflowequation(md,'stokes','../Exp/SquareHalfRight.exp','fill','macayeal'); 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 md. viscosity_overshoot=0;7 md.diagnostic.viscosity_overshoot=0; 8 8 md=solve(md,DiagnosticSolutionEnum); 9 9
Note:
See TracChangeset
for help on using the changeset viewer.