Changeset 426 for issm/trunk


Ignore:
Timestamp:
05/14/09 12:06:50 (16 years ago)
Author:
Mathieu Morlighem
Message:

cont_vel must be added to the model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/solutions/macayeal/control.m

    r408 r426  
    244244    %Load results onto md:
    245245    md.cont_J=J;
    246     md.cont_parameter=B;
     246         md.cont_parameter=B;
     247         md.cont_vx=u;
     248    md.cont_vy=sqrt(u.^2+v.^2);
    247249
    248250elseif strcmp(md.control_type,'drag'),
Note: See TracChangeset for help on using the changeset viewer.