Changeset 1851


Ignore:
Timestamp:
08/24/09 18:07:54 (16 years ago)
Author:
Eric.Larour
Message:

Branching back from control static to trunk

Location:
issm/trunk/src/m/classes/@model
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/@model/model.m

    r1805 r1851  
    184184        md.epsvel=0;
    185185        md.meanvel=0;
     186        md.thermalstatic=0;
    186187
    187188        %Output parameters
  • issm/trunk/src/m/classes/@model/setdefaultparameters.m

    r1722 r1851  
    189189md.fit=0*ones(md.nsteps,1);
    190190
     191%thermalstatic solution in control methods?
     192md.thermalstatic=0;
     193
    191194%minimum velocity to avoid the misfit to be singular
    192195md.epsvel=eps;
     
    198201%the direction and the updated parameter after each control
    199202%method iteration (only for cielo serial)
    200 md.plot=1;
     203md.plot=0;
    201204
    202205%Parallelisation parameters
Note: See TracChangeset for help on using the changeset viewer.