source: issm/trunk/test/NightlyRun/test312.m

Last change on this file was 21341, checked in by Mathieu Morlighem, 8 years ago

merged trunk-jpl and trunk for revision 21337

File size: 613 bytes
RevLine 
[19105]1%Test Name: SquareSheetConstrainedTherStea
[13975]2md=triangle(model(),'../Exp/Square.exp',180000.);
[9641]3md=setmask(md,'','');
[4975]4md=parameterize(md,'../Par/SquareSheetConstrained.par');
[13975]5md=extrude(md,3,1.);
[16137]6md=setflowequation(md,'SSA','all');
[13975]7md.timestepping.time_step=0.;
[8589]8md.cluster=generic('name',oshostname(),'np',3);
[21341]9md=solve(md,'Thermal');
[5098]10
11%Fields and tolerances to track changes
[18301]12field_names ={'Temperature','BasalforcingsGroundediceMeltingRate'};
[13975]13field_tolerances={1e-13,1e-8};
[5098]14field_values={...
[10976]15 (md.results.ThermalSolution.Temperature),...
[18301]16 (md.results.ThermalSolution.BasalforcingsGroundediceMeltingRate),...
[5098]17 };
Note: See TracBrowser for help on using the repository browser.