Changeset 19612
- Timestamp:
- 09/30/15 23:46:25 (10 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/examples/Greenland/runme.m
r19166 r19612 1 1 clear all; 2 steps=[1 ];2 steps=[1 2 3 4 5]; 3 3 4 4 %Location of SeaRISE dataset … … 117 117 118 118 %Planview plots 119 plotmodel(md,'data',md.results.TransientSolution(end).Vel,'caxis',[1e-1 6000],... 120 'log', 10, 'title', 'Velocity (m/y)','gridded',1, ... 121 'data', md.results.TransientSolution(1).SurfaceforcingsMassBalance, ... 122 'title', 'Surface mass balance (m/y)', 'gridded',1,... 123 'data',md.results.TransientSolution(end).Thickness,... 124 'title','Thickness (m)', 'gridded',1, ... 125 'data',md.results.TransientSolution(end).Surface, ... 126 'title', 'Surface (m)', 'gridded',1); 119 plotmodel(md,'data',md.results.TransientSolution(end).Vel,'caxis',[1e-1 6000],'log', 10, 'title', 'Velocity (m/y)','gridded',11); 127 120 128 121 %Line Plots -
issm/trunk-jpl/jenkins/linux64_caladan
r19492 r19612 85 85 86 86 #number of cpus used in the nightly runs. 87 NUMCPUS_RUN= 187 NUMCPUS_RUN=2 88 88 89 89 #Nightly run options. The matlab routine runme.m will be called
Note:
See TracChangeset
for help on using the changeset viewer.