source: issm/trunk-jpl/test/NightlyRun/test116.m@ 11014

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

moved setmesh to triangle in all nightly runs

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