source: issm/branches/trunk-jpl-damage/test/NightlyRun/test607.m@ 12878

Last change on this file since 12878 was 12878, checked in by cborstad, 13 years ago

merged trunk-jpl into trunk-jpl-damage through revision 12877

File size: 507 bytes
RevLine 
[11014]1md=triangle(model,'../Exp/79North.exp',10000);
[9641]2md=setmask(md,'../Exp/79NorthShelf.exp','');
[4989]3md=parameterize(md,'../Par/79North.par');
4md=extrude(md,2,1);
[9664]5md=setflowequation(md,'macayeal','all');
[8589]6md.cluster=generic('name',oshostname(),'np',3);
[8295]7md=solve(md,BedSlopeSolutionEnum);
[5098]8
9%Fields and tolerances to track changes
10field_names ={'BedSlopeX','BedSlopeY'};
11field_tolerances={1e-13,1e-13};
12field_values={...
[10976]13 (md.results.BedSlopeSolution.BedSlopeX),...
14 (md.results.BedSlopeSolution.BedSlopeY),...
[5098]15 };
Note: See TracBrowser for help on using the repository browser.