Changeset 174
- Timestamp:
- 05/01/09 14:51:32 (16 years ago)
- Location:
- issm/trunk/test
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Validation/ControlMethods/runme.m
r161 r174 1 1 step=[2]; 2 2 division=2; 3 density=80000; 3 4 4 5 %step1: initial velocity -> observed velocity … … 8 9 %create model 9 10 md=model; 10 md=mesh(md,'DomainOutline.exp', 100000);11 md=mesh(md,'DomainOutline.exp',density); 11 12 md=geography(md,'all',''); 12 13 md=parameterize(md,'Square.par'); … … 44 45 %create model 45 46 md=model; 46 md=mesh(md,'DomainOutline.exp', 100000);47 md=mesh(md,'DomainOutline.exp',density); 47 48 md=geography(md,'all',''); 48 49 md=parameterize(md,'Square.par'); … … 54 55 55 56 %control method 56 md.nsteps= 10;57 md.nsteps=3; 57 58 md.control_type='B'; 59 md.mincontrolconstraint=0; 60 md.maxcontrolconstraint=1.2*10^9; 58 61 md.plot=1; 59 md.debug= 1;60 md.optscal=10^ 7*ones(md.nsteps,1);62 md.debug=0; 63 md.optscal=10^6*ones(md.nsteps,1); 61 64 md.fit=0*ones(md.nsteps,1); 62 md.maxiter=30*ones(md.nsteps,1); 65 md.maxiter=2*ones(md.nsteps,1); 66 md.eps_rel=0.1; 67 md.eps_abs=NaN; 63 68 64 69 %md.cluster='wilkes';
Note:
See TracChangeset
for help on using the changeset viewer.