Changeset 18274


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

CHG: add plots

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

Legend:

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

    r18273 r18274  
    1 step=1;
     1step=3;
    22if step==1
    33        %Generate observation
     
    2525        md = solve(md,StressbalanceSolutionEnum);
    2626
    27         plotmodel(md,'data',md.materials.rheology_B,'caxis',[ 1.3 1.9]*10^8,'figure',1);
     27        plotmodel(md,'data',md.friction.coefficient,'caxis',[ 1.3 1.9]*10^8,'figure',1);
    2828        plotmodel(md,'data',md.results.StressbalanceSolution.Vel,'figure',2);
    2929
     
    4343
    4444        md = solve(md,StressbalanceSolutionEnum);
     45
     46        plotmodel(md,'data',md.friction.coefficient,'caxis',[ 1.3 1.9]*10^8,'figure',1);
     47        plotmodel(md,'data',md.results.StressbalanceSolution.Vel,'figure',2);
    4548
    4649        save model2 md
  • issm/trunk-jpl/examples/Inversion/runme.m

    r18273 r18274  
    3030
    3131        plotmodel(md,'data',md.materials.rheology_B,'caxis',[ 1.3 1.9]*10^8,'figure',1);
    32         plotmodel(md,'data',md.results.StressbalanceSolution.Vel,'figure',2, 'gridded#all',1); 
     32        plotmodel(md,'data',md.results.StressbalanceSolution.Vel,'figure',2); 
    3333
    3434        save model2 md
     
    5353
    5454        plotmodel(md,'data',md.results.StressbalanceSolution.MaterialsRheologyBbar,'caxis',[ 1.3 1.9]*10^8,'figure',1);
    55         plotmodel(md,'data',md.results.StressbalanceSolution.Vel,'figure',2,'gridded#all',1); 
     55        plotmodel(md,'data',md.results.StressbalanceSolution.Vel,'figure',2); 
    5656end
    5757if step==4
Note: See TracChangeset for help on using the changeset viewer.