Last change
on this file was 21341, checked in by Mathieu Morlighem, 8 years ago |
merged trunk-jpl and trunk for revision 21337
|
File size:
613 bytes
|
Rev | Line | |
---|
[19105] | 1 | %Test Name: SquareSheetConstrainedTherStea
|
---|
[13975] | 2 | md=triangle(model(),'../Exp/Square.exp',180000.);
|
---|
[9641] | 3 | md=setmask(md,'','');
|
---|
[4975] | 4 | md=parameterize(md,'../Par/SquareSheetConstrained.par');
|
---|
[13975] | 5 | md=extrude(md,3,1.);
|
---|
[16137] | 6 | md=setflowequation(md,'SSA','all');
|
---|
[13975] | 7 | md.timestepping.time_step=0.;
|
---|
[8589] | 8 | md.cluster=generic('name',oshostname(),'np',3);
|
---|
[21341] | 9 | md=solve(md,'Thermal');
|
---|
[5098] | 10 |
|
---|
| 11 | %Fields and tolerances to track changes
|
---|
[18301] | 12 | field_names ={'Temperature','BasalforcingsGroundediceMeltingRate'};
|
---|
[13975] | 13 | field_tolerances={1e-13,1e-8};
|
---|
[5098] | 14 | field_values={...
|
---|
[10976] | 15 | (md.results.ThermalSolution.Temperature),...
|
---|
[18301] | 16 | (md.results.ThermalSolution.BasalforcingsGroundediceMeltingRate),...
|
---|
[5098] | 17 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.