Changeset 19612


Ignore:
Timestamp:
09/30/15 23:46:25 (10 years ago)
Author:
glperez
Message:

CHG: Speed test.

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/examples/Greenland/runme.m

    r19166 r19612  
    11clear all;
    2 steps=[1];
     2steps=[1 2 3 4 5];
    33
    44%Location of SeaRISE dataset
     
    117117
    118118        %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);
    127120
    128121        %Line Plots
  • issm/trunk-jpl/jenkins/linux64_caladan

    r19492 r19612  
    8585
    8686#number of cpus used in the nightly runs.
    87 NUMCPUS_RUN=1
     87NUMCPUS_RUN=2
    8888
    8989#Nightly run options. The matlab routine runme.m will be called
Note: See TracChangeset for help on using the changeset viewer.