Last change
on this file since 5026 was 5026, checked in by Mathieu Morlighem, 15 years ago |
Added Square CM B tests
|
File size:
575 bytes
|
Rev | Line | |
---|
[5026] | 1 | md=mesh(model,'../Exp/Square.exp',200000);
|
---|
[4998] | 2 | md=geography(md,'all','');
|
---|
| 3 | md=parameterize(md,'../Par/SquareShelf.par');
|
---|
[5026] | 4 | md=extrude(md,3,1);
|
---|
| 5 | md=setelementstype(md,'pattyn','all');
|
---|
| 6 |
|
---|
| 7 | %control parameters
|
---|
| 8 | md.control_analysis=1;
|
---|
| 9 | md.control_type='rheology_B';
|
---|
| 10 | md.cm_min=10^6;
|
---|
| 11 | md.cm_max=2*10^9;
|
---|
| 12 | md.nsteps=2;
|
---|
| 13 | md.fit=0*ones(md.nsteps,1);
|
---|
| 14 | md.weights=ones(md.numberofgrids,1);
|
---|
| 15 | md.optscal=10^7*ones(md.nsteps,1);
|
---|
| 16 | md.maxiter=2*ones(md.nsteps,1);
|
---|
| 17 | md.cm_jump=0.3*ones(md.nsteps,1);
|
---|
| 18 | md.vx_obs=md.vx; md.vy_obs=md.vy;
|
---|
| 19 |
|
---|
[4998] | 20 | md.cluster=oshostname();
|
---|
| 21 | md=solve(md,'analysis_type',DiagnosticSolutionEnum);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.