Changeset 11740
- Timestamp:
- 03/20/12 07:19:06 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/model/extrude.m
r11573 r11740 125 125 %Ok, now deal with the other fields from the 2d mesh: 126 126 127 %lat lon 128 md.mesh.lat=project3d(md,'vector',md.mesh.lat,'type','node'); 129 md.mesh.lon=project3d(md,'vector',md.mesh.lon,'type','node'); 130 127 131 %drag coefficient is limited to nodes that are on the bedrock. 128 132 md.friction.coefficient=project3d(md,'vector',md.friction.coefficient,'type','node','layer',1);
Note:
See TracChangeset
for help on using the changeset viewer.