Changeset 19121
- Timestamp:
- 02/19/15 08:38:57 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/contrib/hack/sia.m
r15564 r19121 1 1 function [velx,vely,vel]=sia(md) 2 % BALVEL- computation of Shallow Ice velocities2 %SIA - computation of Shallow Ice velocities 3 3 % 4 4 % This routine uses the model of SIA to compute the velocities … … 18 18 summer=[1;1;1]; 19 19 hel=md.geometry.thickness(md.mesh.elements)*summer/3; 20 Bel=md. B(md.mesh.elements)*summer/3;20 Bel=md.materials.rheology_B(md.mesh.elements)*summer/3; 21 21 22 22 Ael=Bel.^(-3);
Note:
See TracChangeset
for help on using the changeset viewer.