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

Last change on this file since 13395 was 13395, checked in by Mathieu Morlighem, 12 years ago

merged trunk-jpl and trunk for revision 13393

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