Changeset 11740


Ignore:
Timestamp:
03/20/12 07:19:06 (13 years ago)
Author:
Mathieu Morlighem
Message:

Added lat/lon extrusion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/model/extrude.m

    r11573 r11740  
    125125%Ok, now deal with the other fields from the 2d mesh:
    126126
     127%lat lon
     128md.mesh.lat=project3d(md,'vector',md.mesh.lat,'type','node');
     129md.mesh.lon=project3d(md,'vector',md.mesh.lon,'type','node');
     130
    127131%drag coefficient is limited to nodes that are on the bedrock.
    128132md.friction.coefficient=project3d(md,'vector',md.friction.coefficient,'type','node','layer',1);
Note: See TracChangeset for help on using the changeset viewer.