Changeset 18141
- Timestamp:
- 06/12/14 10:39:20 (11 years ago)
- Location:
- issm/trunk-jpl/src/m
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/mech/basalstress.m
r17590 r18141 1 1 function [bx by b]=basalstress(md) 2 2 %BASALSTRESS - compute basal stress from basal drag and geometric information. 3 % 4 % Computes basal stress from geometric information and ice velocity in md.initialization. 3 5 % 4 6 % Usage: -
issm/trunk-jpl/src/m/plot/plotdoc.m
r15771 r18141 12 12 disp(' Available values for ''data'' are: '); 13 13 disp(' - any field of the model structure. ex: plot(md,''data'',''vel''), or plot(md,''data'',md.initialization.vel)'); 14 disp(' - ''basal_drag'': plot the basal drag on the bed (in kPa) ');14 disp(' - ''basal_drag'': plot the basal drag on the bed (in kPa) based on the velocity in md.initialization'); 15 15 disp(' - ''basal_dragx'' or ''basal_dragy'' : plot a component of the basal drag on the bed (in kPa)'); 16 16 disp(' - ''boundaries'': this will draw all the segment boundaries to the model, including rifts.');
Note:
See TracChangeset
for help on using the changeset viewer.