Changeset 18274
- Timestamp:
- 07/21/14 15:11:23 (11 years ago)
- 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;1 step=3; 2 2 if step==1 3 3 %Generate observation … … 25 25 md = solve(md,StressbalanceSolutionEnum); 26 26 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); 28 28 plotmodel(md,'data',md.results.StressbalanceSolution.Vel,'figure',2); 29 29 … … 43 43 44 44 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); 45 48 46 49 save model2 md -
issm/trunk-jpl/examples/Inversion/runme.m
r18273 r18274 30 30 31 31 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); 33 33 34 34 save model2 md … … 53 53 54 54 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); 56 56 end 57 57 if step==4
Note:
See TracChangeset
for help on using the changeset viewer.