Changeset 13680
- Timestamp:
- 10/15/12 15:17:17 (12 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test508.m
r13671 r13680 2 2 md=setmask(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp'); 3 3 md=parameterize(md,'../Par/Pig.par'); 4 md=extrude(md,4,1.1 .);4 md=extrude(md,4,1.1); 5 5 md=setflowequation(md,'macayeal','all'); 6 6 md.cluster=generic('name',oshostname(),'np',3); -
issm/trunk-jpl/test/NightlyRun/test508.py
r13672 r13680 11 11 md=setmask(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp') 12 12 md=parameterize(md,'../Par/Pig.py') 13 md.extrude(4,1.1 .)13 md.extrude(4,1.1) 14 14 md=setflowequation(md,'macayeal','all') 15 15 md.cluster=generic('name',oshostname(),'np',3) -
issm/trunk-jpl/test/NightlyRun/test605.m
r13671 r13680 2 2 md=setmask(md,'../Exp/79NorthShelf.exp',''); 3 3 md=parameterize(md,'../Par/79North.par'); 4 md=extrude(md,5,1.5 .);4 md=extrude(md,5,1.5); 5 5 md=setflowequation(md,'pattyn','all'); 6 6 md.cluster=generic('name',oshostname(),'np',3); -
issm/trunk-jpl/test/NightlyRun/test605.py
r13672 r13680 12 12 md=setmask(md,'../Exp/79NorthShelf.exp','') 13 13 md=parameterize(md,'../Par/79North.py') 14 md.extrude(5,1.5 .)14 md.extrude(5,1.5) 15 15 md=setflowequation(md,'pattyn','all') 16 16 md.cluster=generic('name',oshostname(),'np',3)
Note:
See TracChangeset
for help on using the changeset viewer.