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
Line 
1md=triangle(model,'../Exp/79North.exp',10000);
2md=setmask(md,'../Exp/79NorthShelf.exp','');
3md=parameterize(md,'../Par/79North.par');
4md=extrude(md,2,1);
5md=setflowequation(md,'macayeal','all');
6md.cluster=generic('name',oshostname(),'np',3);
7md=solve(md,BedSlopeSolutionEnum);
8
9%Fields and tolerances to track changes
10field_names ={'BedSlopeX','BedSlopeY'};
11field_tolerances={1e-13,1e-13};
12field_values={...
13 (md.results.BedSlopeSolution.BedSlopeX),...
14 (md.results.BedSlopeSolution.BedSlopeY),...
15 };
Note: See TracBrowser for help on using the repository browser.