Last change
on this file since 11027 was 11027, checked in by Eric.Larour, 13 years ago |
merged trunk-jpl and trunk for revision 11026
|
File size:
428 bytes
|
Rev | Line | |
---|
[11027] | 1 | md=triangle(model,'../Exp/79North.exp',10000);
|
---|
[9641] | 2 | md=setmask(md,'../Exp/79NorthShelf.exp','');
|
---|
[4989] | 3 | md=parameterize(md,'../Par/79North.par');
|
---|
[9664] | 4 | md=setflowequation(md,'macayeal','all');
|
---|
[8589] | 5 | md.cluster=generic('name',oshostname(),'np',3);
|
---|
[8295] | 6 | md=solve(md,PrognosticSolutionEnum);
|
---|
[5098] | 7 |
|
---|
| 8 | %Fields and tolerances to track changes
|
---|
| 9 | field_names ={'Thickness'};
|
---|
| 10 | field_tolerances={1e-13};
|
---|
| 11 | field_values={...
|
---|
[10981] | 12 | (md.results.PrognosticSolution.Thickness),...
|
---|
[5098] | 13 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.