Changeset 18141


Ignore:
Timestamp:
06/12/14 10:39:20 (11 years ago)
Author:
seroussi
Message:

CHG: minor better documentation for basalstress function and plot

Location:
issm/trunk-jpl/src/m
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/mech/basalstress.m

    r17590 r18141  
    11function [bx by b]=basalstress(md)
    22%BASALSTRESS - compute basal stress from basal drag and geometric information.
     3%
     4%      Computes basal stress from geometric information and ice velocity in md.initialization.
    35%
    46%   Usage:
  • issm/trunk-jpl/src/m/plot/plotdoc.m

    r15771 r18141  
    1212disp('                Available values for ''data'' are: ');
    1313disp('                  - 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)');
     14disp('                  - ''basal_drag'': plot the basal drag on the bed (in kPa) based on the velocity in md.initialization');
    1515disp('                  - ''basal_dragx'' or ''basal_dragy'' : plot a component of the basal drag on the bed (in kPa)');
    1616disp('                  - ''boundaries'': this will draw all the segment boundaries to the model, including rifts.');
Note: See TracChangeset for help on using the changeset viewer.