source: issm/trunk-jpl-damage/test/NightlyRun/test413.m@ 11425

Last change on this file since 11425 was 11014, checked in by Mathieu Morlighem, 13 years ago

moved setmesh to triangle in all nightly runs

File size: 519 bytes
Line 
1md=triangle(model,'../Exp/Square.exp',150000);
2md=setmask(md,'../Exp/SquareShelf.exp','');
3md=parameterize(md,'../Par/SquareSheetShelf.par');
4md=extrude(md,4,1);
5md=setflowequation(md,'pattyn','all');
6md.cluster=none;
7md=solve(md,ThermalSolutionEnum);
8
9%Fields and tolerances to track changes
10field_names ={'Temperature','BasalforcingsMeltingRate'};
11field_tolerances={1e-13,1e-13};
12field_values={...
13 (md.results.ThermalSolution(1).Temperature),...
14 (md.results.ThermalSolution(1).BasalforcingsMeltingRate),...
15 };
Note: See TracBrowser for help on using the repository browser.