source: issm/trunk/test/NightlyRun/test602.m@ 16137

Last change on this file since 16137 was 16137, checked in by Mathieu Morlighem, 11 years ago

merged trunk-jpl and trunk for revision 16135

File size: 541 bytes
Line 
1md=triangle(model(),'../Exp/79North.exp',10000.);
2md=meshconvert(md);
3md=setmask(md,'../Exp/79NorthShelf.exp','');
4md=parameterize(md,'../Par/79North.par');
5md=setflowequation(md,'SSA','all');
6md.masstransport.stabilization=3;
7md.masstransport.spcthickness=md.geometry.thickness;
8md.cluster=generic('name',oshostname(),'np',3);
9md=solve(md,MasstransportSolutionEnum());
10
11%Fields and tolerances to track changes
12field_names ={'Thickness'};
13field_tolerances={1e-13};
14field_values={...
15 (md.results.MasstransportSolution.Thickness),...
16 };
Note: See TracBrowser for help on using the repository browser.