source: issm/branches/trunk-jpl-damage/test/NightlyRun/test325.m@ 12004

Last change on this file since 12004 was 12004, checked in by cborstad, 13 years ago

merged trunk-jpl into trunk-jpl-damage through revision 11990

File size: 627 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.transient.isdiagnostic=0;
8md.transient.isprognostic=0;
9md.transient.isthermal=1;
10md.transient.isgroundingline=0;
11md=solve(md,TransientSolutionEnum);
12
13%Fields and tolerances to track changes
14field_names ={'Temperature','BasalforcingsMeltingRate'};
15field_tolerances={1e-13,1e-13};
16field_values={...
17 (md.results.TransientSolution(1).Temperature),...
18 (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
19 };
Note: See TracBrowser for help on using the repository browser.