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 | |
---|
1 | md=triangle(model,'../Exp/Square.exp',180000);
|
---|
2 | md=setmask(md,'all','');
|
---|
3 | md=parameterize(md,'../Par/SquareShelfConstrained.par');
|
---|
4 | md=extrude(md,3,1);
|
---|
5 | md=setflowequation(md,'macayeal','all');
|
---|
6 | md.cluster=none;
|
---|
7 | md.transient.isdiagnostic=0;
|
---|
8 | md.transient.isprognostic=0;
|
---|
9 | md.transient.isthermal=1;
|
---|
10 | md.transient.isgroundingline=0;
|
---|
11 | md=solve(md,TransientSolutionEnum);
|
---|
12 |
|
---|
13 | %Fields and tolerances to track changes
|
---|
14 | field_names ={'Temperature','BasalforcingsMeltingRate'};
|
---|
15 | field_tolerances={1e-13,1e-13};
|
---|
16 | field_values={...
|
---|
17 | (md.results.TransientSolution(1).Temperature),...
|
---|
18 | (md.results.TransientSolution(1).BasalforcingsMeltingRate),...
|
---|
19 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.