Last change
on this file since 11014 was 11014, checked in by Mathieu Morlighem, 13 years ago |
moved setmesh to triangle in all nightly runs
|
File size:
562 bytes
|
Rev | Line | |
---|
[11014] | 1 | md=triangle(model,'../Exp/Square.exp',180000);
|
---|
[9641] | 2 | md=setmask(md,'all','');
|
---|
[4963] | 3 | md=parameterize(md,'../Par/SquareShelfConstrained.par');
|
---|
| 4 | md=extrude(md,3,1);
|
---|
[9664] | 5 | md=setflowequation(md,'macayeal','all');
|
---|
[9628] | 6 | md.timestepping.time_step=0;
|
---|
[8589] | 7 | md.cluster=generic('name',oshostname(),'np',3);
|
---|
[8295] | 8 | md=solve(md,ThermalSolutionEnum);
|
---|
[5098] | 9 |
|
---|
| 10 | %Fields and tolerances to track changes
|
---|
[9611] | 11 | field_names ={'Temperature','BasalforcingsMeltingRate'};
|
---|
[5098] | 12 | field_tolerances={1e-13,1e-13};
|
---|
| 13 | field_values={...
|
---|
[10976] | 14 | (md.results.ThermalSolution.Temperature),...
|
---|
| 15 | (md.results.ThermalSolution.BasalforcingsMeltingRate),...
|
---|
[5098] | 16 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.