| [2202] | 1 | %name
|
|---|
| [2236] | 2 | testname='test20_PigControlMethodDragM2d';
|
|---|
| [2202] | 3 |
|
|---|
| 4 | %meshing
|
|---|
| 5 | resolution=9000;
|
|---|
| 6 | domainname='DomainOutline.exp';
|
|---|
| 7 | riftname='';
|
|---|
| 8 | rifts=0;
|
|---|
| 9 |
|
|---|
| 10 | %geography
|
|---|
| 11 | iceshelfname='Iceshelves.exp';
|
|---|
| 12 | icesheetname='Islands.exp';
|
|---|
| 13 |
|
|---|
| 14 | %parameterization
|
|---|
| 15 | parametername='Pig.par';
|
|---|
| 16 |
|
|---|
| 17 | %elements type
|
|---|
| 18 | elementstype='''macayeal'',''all''';
|
|---|
| 19 |
|
|---|
| 20 | %extrusion
|
|---|
| 21 | numlayers=0;
|
|---|
| 22 | extrusionexponent=NaN;
|
|---|
| 23 |
|
|---|
| 24 | %sequences analysis sub_analysis qmu control control_fit parallel
|
|---|
| 25 | sequences={ {'diagnostic', 'none', 0 , 1, 'absolute', 0 };...
|
|---|
| 26 | {'diagnostic', 'none', 0 , 1, 'relative', 0 };...
|
|---|
| 27 | {'diagnostic', 'none', 0 , 1, 'logarithmic', 0 };...
|
|---|
| 28 | {'diagnostic', 'none', 0 , 1, 'absolute', 1 };...
|
|---|
| 29 | {'diagnostic', 'none', 0 , 1, 'relative', 1 };...
|
|---|
| 30 | {'diagnostic', 'none', 0 , 1, 'logarithmic', 1 };...
|
|---|
| 31 | };
|
|---|