Changeset 11029
- Timestamp:
- 12/09/11 22:42:45 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/doc/issmdoc.m
r11022 r11029 8 8 disp(sprintf('%s',' go to ',ISSM_TIER,'/examples/SquareIceshelf')); 9 9 disp(sprintf('%s',' md=model; %creates a new empty model structure')); 10 disp(sprintf('%s',' md= mesh(md,''DomainOutline.exp'',50000); %creates a mesh of the domain outline with a resolution of 50000m'));10 disp(sprintf('%s',' md=triangle(md,''DomainOutline.exp'',50000); %creates a mesh of the domain outline with a resolution of 50000m')); 11 11 disp(sprintf('%s',' md=geography(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 13 disp(sprintf('%s',' md=setelementstype(md,''macayeal'',''all''); %defines all elements as MacAyeal''s')); 14 disp(sprintf('%s',' md=solve(md, ''analysis_type'',''diagnostic'',''package'',''ice''); %generate the velocity field of the ice shelf using the solver ICE'));15 disp(sprintf('%s',' plotmodel(md,''data'',md.results. diagnostic.vel);%displays the velocity (type plotdoc for plotmodel help)'));14 disp(sprintf('%s',' md=solve(md,DiagnosticSolutionEnum); %generate the velocity field')); 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.