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
Line 
1%Test Name: SquareSheetConstrainedTherStea
2md=triangle(model(),'../Exp/Square.exp',180000.);
3md=setmask(md,'','');
4md=parameterize(md,'../Par/SquareSheetConstrained.par');
5md=extrude(md,3,1.);
6md=setflowequation(md,'SSA','all');
7md.timestepping.time_step=0.;
8md.cluster=generic('name',oshostname(),'np',3);
9md=solve(md,'Thermal');
10
11%Fields and tolerances to track changes
12field_names ={'Temperature','BasalforcingsGroundediceMeltingRate'};
13field_tolerances={1e-13,1e-8};
14field_values={...
15 (md.results.ThermalSolution.Temperature),...
16 (md.results.ThermalSolution.BasalforcingsGroundediceMeltingRate),...
17 };
Note: See TracBrowser for help on using the repository browser.