Changeset 26162
- Timestamp:
- 03/30/21 17:39:58 (4 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/examples/Inversion/runme.m
r25986 r26162 49 49 md.verbose=verbose(0); 50 50 md=solve(md,'Stressbalance'); 51 plotmodel(md,'axis#all','tight','data',md.results.StressbalanceSolution.MaterialsRheologyBbar,'caxis',[ 51 plotmodel(md,'axis#all','tight','data',md.results.StressbalanceSolution.MaterialsRheologyBbar,'caxis',[1.3 1.9]*10^8,'title','inferred B',... 52 52 'data',md.results.StressbalanceSolution.Vel,'title','modeled velocities') 53 53 end -
issm/trunk-jpl/jenkins/examples_tests.sh
r26032 r26162 11 11 # NOTE: 12 12 # - Indentation of replacement string literals (e.g. 'STEP_EIGHT') is set to 13 # nest cleanly in this file, but will result in unclean nesting runme file14 # 13 # nest cleanly in this file, but will result in unclean nesting in the runme 14 # files (which should not be an issue) 15 15 # - Single-line string replacements in runme.m can effectively be performed 16 16 # using sed. When performing multi-line replacements, perl is a better
Note:
See TracChangeset
for help on using the changeset viewer.