Changeset 18273
- Timestamp:
- 07/21/14 15:07:16 (11 years ago)
- Location:
- issm/trunk-jpl/examples/Inversion
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/examples/Inversion/CheatSheet.m
r18272 r18273 24 24 25 25 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); 26 29 27 30 save model1 md -
issm/trunk-jpl/examples/Inversion/runme.m
r18272 r18273 8 8 md = setflowequation(md,'SSA','all'); 9 9 md.cluster = generic('np',2); 10 10 11 md = solve(md,StressbalanceSolutionEnum); 11 12 12 13 plotmodel(md,'data',md.materials.rheology_B,'caxis',[ 1.3 1.9]*10^8,'figure',1); 13 14 plotmodel(md,'data',md.results.StressbalanceSolution.Vel,'figure',2); 15 14 16 save model1 md 15 17 end
Note:
See TracChangeset
for help on using the changeset viewer.