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
RevLine 
[11014]1md=triangle(model,'../Exp/Square.exp',180000);
[9641]2md=setmask(md,'all','');
[4963]3md=parameterize(md,'../Par/SquareShelfConstrained.par');
4md=extrude(md,3,1);
[9664]5md=setflowequation(md,'macayeal','all');
[9628]6md.timestepping.time_step=0;
[8589]7md.cluster=generic('name',oshostname(),'np',3);
[8295]8md=solve(md,ThermalSolutionEnum);
[5098]9
10%Fields and tolerances to track changes
[9611]11field_names ={'Temperature','BasalforcingsMeltingRate'};
[5098]12field_tolerances={1e-13,1e-13};
13field_values={...
[10976]14 (md.results.ThermalSolution.Temperature),...
15 (md.results.ThermalSolution.BasalforcingsMeltingRate),...
[5098]16 };
Note: See TracBrowser for help on using the repository browser.