Changeset 510


Ignore:
Timestamp:
05/19/09 17:26:57 (16 years ago)
Author:
Eric.Larour
Message:

Extrude velocity observed and accumulation through thickness

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/extrude.m

    r440 r510  
    102102
    103103%observations
    104 md.vx_obs=project3d(md,md.vx_obs,'node',md.numlayers);
    105 md.vy_obs=project3d(md,md.vy_obs,'node',md.numlayers);
    106 md.vel_obs=project3d(md,md.vel_obs,'node',md.numlayers);
    107 md.accumulation=project3d(md,md.accumulation,'node',md.numlayers);
     104md.vx_obs=project3d(md,md.vx_obs,'node');
     105md.vy_obs=project3d(md,md.vy_obs,'node');
     106md.vel_obs=project3d(md,md.vel_obs,'node');
     107md.accumulation=project3d(md,md.accumulation,'node');
    108108md.firn_layer=project3d(md,md.firn_layer,'node',md.numlayers);
    109109
Note: See TracChangeset for help on using the changeset viewer.