Changeset 15581
- Timestamp:
- 07/24/13 10:51:45 (12 years ago)
- Location:
- issm/trunk-jpl/test
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test511.m
r15565 r15581 1 md=triangle(model(),'../Exp/Pig.exp',1 0000.);1 md=triangle(model(),'../Exp/Pig.exp',11000.); 2 2 md=setmask(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp'); 3 3 md=parameterize(md,'../Par/Pig.par'); -
issm/trunk-jpl/test/NightlyRun/test511.py
r15565 r15581 9 9 from MatlabFuncs import * 10 10 11 md=triangle(model(),'../Exp/Pig.exp',1 0000.)11 md=triangle(model(),'../Exp/Pig.exp',11000.) 12 12 md=setmask(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp') 13 13 md=parameterize(md,'../Par/Pig.py')
Note:
See TracChangeset
for help on using the changeset viewer.