source: issm/trunk/test/NightlyRun/test117.m@ 11995

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

merged trunk-jpl and trunk for revision 11994M

File size: 630 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.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.