Changeset 11030
- Timestamp:
- 12/11/11 10:04:04 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/doc/issmdoc.m
r11026 r11030 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'));11 disp(sprintf('%s',' md= geography(md,''all'',''''); %defines the glacier system as an ice shelf (no island)'));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=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'));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)'));13 disp(sprintf('%s',' md=setflowequation(md,''macayeal'',''all''); %defines all elements as MacAyeal''s')); 14 disp(sprintf('%s',' md=solve(md,DiagnosticSolutionEnum); %generate the velocity field of the ice shelf')); 15 disp(sprintf('%s',' plotmodel(md,''data'',md.results.DiagnosticSolucion.Vel); %displays the velocity (type plotdoc for plotmodel help)'));
Note:
See TracChangeset
for help on using the changeset viewer.