Last change
on this file since 13395 was 13395, checked in by Mathieu Morlighem, 12 years ago |
merged trunk-jpl and trunk for revision 13393
|
File size:
529 bytes
|
Line | |
---|
1 | md=triangle(model,'../Exp/79North.exp',10000);
|
---|
2 | md=meshconvert(md);
|
---|
3 | md=setmask(md,'../Exp/79NorthShelf.exp','');
|
---|
4 | md=parameterize(md,'../Par/79North.par');
|
---|
5 | md=setflowequation(md,'macayeal','all');
|
---|
6 | md.prognostic.stabilization=3;
|
---|
7 | md.prognostic.spcthickness=md.geometry.thickness;
|
---|
8 | md.cluster=generic('name',oshostname(),'np',3);
|
---|
9 | md=solve(md,PrognosticSolutionEnum);
|
---|
10 |
|
---|
11 | %Fields and tolerances to track changes
|
---|
12 | field_names ={'Thickness'};
|
---|
13 | field_tolerances={1e-13};
|
---|
14 | field_values={...
|
---|
15 | (md.results.PrognosticSolution.Thickness),...
|
---|
16 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.