Changeset 641
- Timestamp:
- 05/29/09 08:54:41 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/doc/issmdoc.m
r1 r641 15 15 disp(sprintf('%s',' md=parameterize(md,''Square.par''); %fills all the other fields of the model')); 16 16 disp(sprintf('%s',' md=setelementstype(md,''macayeal'',''all''); %defines all elements as MacAyeal''s')); 17 disp(sprintf('%s',' md=solve(md,'' diagnostic'',''ice'');%generate the velocity field of the ice shelf using the solver ICE'));17 disp(sprintf('%s',' md=solve(md,''analysis_type'',''diagnostic'',''package'',''ice''); %generate the velocity field of the ice shelf using the solver ICE')); 18 18 disp(sprintf('%s',' plotmodel(md,''data'',''vel''); %displays the velocity (type plotdoc for plotmodel help)'));
Note:
See TracChangeset
for help on using the changeset viewer.