Changeset 12329 for issm/trunk/src/m/utils/Miscellaneous
- Timestamp:
- 06/01/12 17:25:46 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/Miscellaneous/issmdoc.m
r11527 r12329 2 2 3 3 %First get ISSM tier: 4 ISSM_ TIER=issmtier;4 ISSM_DIR=issmdir; 5 5 6 6 disp(sprintf('\n%s',' A comprehensive documentation is available on http://issm.jpl.nasa.gov')); 7 7 disp(sprintf('\n%s',' Example: how to create a square ice shelf')); 8 disp(sprintf('%s',' go to ',ISSM_ TIER,'/examples/SquareIceshelf'));8 disp(sprintf('%s',' go to ',ISSM_DIR,'/examples/SquareIceshelf')); 9 9 disp(sprintf('%s',' md=model; %creates a new empty model structure')); 10 10 disp(sprintf('%s',' md=triangle(md,''DomainOutline.exp'',50000); %creates a mesh of the domain outline with a resolution of 50000m'));
Note:
See TracChangeset
for help on using the changeset viewer.