source: issm/trunk-jpl-damage/test/NightlyRun/test325.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: 505 bytes
Line 
1md=triangle(model,'../Exp/Square.exp',180000);
2md=setmask(md,'','');
3md=parameterize(md,'../Par/SquareSheetConstrained.par');
4md=extrude(md,3,1);
5md=setflowequation(md,'macayeal','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.