Changeset 9367
- Timestamp:
- 08/22/11 08:29:18 (14 years ago)
- Location:
- issm/trunk/src/m/model
- Files:
-
- 5 deleted
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/sia.m
r9364 r9367 1 function [velx,vely,vel]= balvel(md)2 %BALVEL - computation of balancedvelocities1 function [velx,vely,vel]=sia(md) 2 %BALVEL - computation of Shallow Ice velocities 3 3 % 4 4 % This routine uses the model of Hutter to compute the velocities … … 6 6 % 7 7 % Usage: 8 % [velx,vely,vel]= balvel(md)8 % [velx,vely,vel]=sia(md) 9 9 10 10 if md.dim~=2,
Note:
See TracChangeset
for help on using the changeset viewer.