Changeset 12489
- Timestamp:
- 06/21/12 09:08:42 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/utils/Miscellaneous/issmdoc.m
r12155 r12489 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')); 11 disp(sprintf('%s',' md= geography(md,''all'',''''); %defines the glacier system as an ice shelf (no island)'));11 disp(sprintf('%s',' md=setmask(md,''all'',''''); %defines the glacier system as an ice shelf (no island)')); 12 12 disp(sprintf('%s',' md=parameterize(md,''Square.par''); %fills all the other fields of the model')); 13 disp(sprintf('%s',' md=set elementstype(md,''macayeal'',''all''); %defines all elements as MacAyeal''s'));13 disp(sprintf('%s',' md=setflowequation(md,''macayeal'',''all''); %defines all elements as MacAyeal''s')); 14 14 disp(sprintf('%s',' md=solve(md,DiagnosticSolutionEnum); %generate the velocity field')); 15 15 disp(sprintf('%s',' plotmodel(md,''data'',md.results.DiagnosticSolution.Vel); %displays the velocity (type plotdoc for plotmodel help)'));
Note:
See TracChangeset
for help on using the changeset viewer.