Changeset 13136
- Timestamp:
- 08/22/12 15:45:01 (13 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test270.m
r13119 r13136 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); 4 md.materials=matdamageice(); 5 md.materials.rheology_B=paterson(md.initialization.temperature); 6 md.materials.rheology_n=3*ones(md.mesh.numberofelements,1); 4 7 md.materials.rheology_Z=0.5*ones(md.mesh.numberofvertices,1); 5 8 md=setflowequation(md,'macayeal','all'); -
issm/trunk-jpl/test/NightlyRun/test272.m
r13119 r13136 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); 4 md.materials=matdamageice(); 5 md.materials.rheology_B=paterson(md.initialization.temperature); 6 md.materials.rheology_n=3*ones(md.mesh.numberofelements,1); 4 7 md.materials.rheology_Z=0.5*ones(md.mesh.numberofvertices,1); 5 8 md=setflowequation(md,'macayeal','all'); -
issm/trunk-jpl/test/NightlyRun/test274.m
r13119 r13136 3 3 md=setmask(md,'all',''); 4 4 md=parameterize(md,'../Par/SquareShelf.par'); 5 md.materials=matdamageice(); 6 md.materials.rheology_B=paterson(md.initialization.temperature); 7 md.materials.rheology_n=3*ones(md.mesh.numberofelements,1); 5 8 md.materials.rheology_Z=0.5*ones(md.mesh.numberofvertices,1); 6 9 md=setflowequation(md,'macayeal','all');
Note:
See TracChangeset
for help on using the changeset viewer.