Changeset 11030


Ignore:
Timestamp:
12/11/11 10:04:04 (13 years ago)
Author:
cborstad
Message:

updated plot commands using new fields

File:
1 edited

Legend:

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

    r11026 r11030  
    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'));
    11 disp(sprintf('%s','        md=geography(md,''all'','''');               %defines the glacier system as an ice shelf (no island)'));
     10disp(sprintf('%s','        md=triangle(md,''DomainOutline.exp'',50000);   %creates a mesh of the domain outline with a resolution of 50000m'));
     11disp(sprintf('%s','        md=setmask(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'));
    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)'));
     13disp(sprintf('%s','        md=setflowequation(md,''macayeal'',''all''); %defines all elements as MacAyeal''s'));
     14disp(sprintf('%s','        md=solve(md,DiagnosticSolutionEnum);   %generate the velocity field of the ice shelf'));
     15disp(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.