Changeset 11029


Ignore:
Timestamp:
12/09/11 22:42:45 (13 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/doc/issmdoc.m

    r11022 r11029  
    88disp(sprintf('%s','        go to ',ISSM_TIER,'/examples/SquareIceshelf'));
    99disp(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'));
     10disp(sprintf('%s','        md=triangle(md,''DomainOutline.exp'',50000);   %creates a mesh of the domain outline with a resolution of 50000m'));
    1111disp(sprintf('%s','        md=geography(md,''all'','''');               %defines the glacier system as an ice shelf (no island)'));
    1212disp(sprintf('%s','        md=parameterize(md,''Square.par'');        %fills all the other fields of the model'));
    1313disp(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)'));
     14disp(sprintf('%s','        md=solve(md,DiagnosticSolutionEnum);   %generate the velocity field'));
     15disp(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.