Changeset 174


Ignore:
Timestamp:
05/01/09 14:51:32 (16 years ago)
Author:
Mathieu Morlighem
Message:

removed test

Location:
issm/trunk/test
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/Validation/ControlMethods/runme.m

    r161 r174  
    11step=[2];
    22division=2;
     3density=80000;
    34
    45%step1: initial velocity -> observed velocity
     
    89        %create model
    910        md=model;
    10         md=mesh(md,'DomainOutline.exp',100000);
     11        md=mesh(md,'DomainOutline.exp',density);
    1112        md=geography(md,'all','');
    1213        md=parameterize(md,'Square.par');
     
    4445        %create model
    4546        md=model;
    46         md=mesh(md,'DomainOutline.exp',100000);
     47        md=mesh(md,'DomainOutline.exp',density);
    4748        md=geography(md,'all','');
    4849        md=parameterize(md,'Square.par');
     
    5455
    5556        %control method
    56         md.nsteps=10;
     57        md.nsteps=3;
    5758        md.control_type='B';
     59        md.mincontrolconstraint=0;
     60        md.maxcontrolconstraint=1.2*10^9;
    5861        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);
    6164        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;
    6368
    6469        %md.cluster='wilkes';
Note: See TracChangeset for help on using the changeset viewer.