Changeset 18273


Ignore:
Timestamp:
07/21/14 15:07:16 (11 years ago)
Author:
schlegel
Message:

CHG: add plot

Location:
issm/trunk-jpl/examples/Inversion
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/examples/Inversion/CheatSheet.m

    r18272 r18273  
    2424
    2525        md = solve(md,StressbalanceSolutionEnum);
     26
     27        plotmodel(md,'data',md.materials.rheology_B,'caxis',[ 1.3 1.9]*10^8,'figure',1);
     28        plotmodel(md,'data',md.results.StressbalanceSolution.Vel,'figure',2);
    2629
    2730        save model1 md
  • issm/trunk-jpl/examples/Inversion/runme.m

    r18272 r18273  
    88        md = setflowequation(md,'SSA','all');
    99        md.cluster = generic('np',2);
     10
    1011        md = solve(md,StressbalanceSolutionEnum);
    1112
    1213        plotmodel(md,'data',md.materials.rheology_B,'caxis',[ 1.3 1.9]*10^8,'figure',1);
    1314        plotmodel(md,'data',md.results.StressbalanceSolution.Vel,'figure',2); 
     15
    1416        save model1 md
    1517end
Note: See TracChangeset for help on using the changeset viewer.