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