Changeset 8192


Ignore:
Timestamp:
05/06/11 16:02:46 (14 years ago)
Author:
seroussi
Message:

minor plots in nightly run validation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/NightlyRun/test1110.m

    r8155 r8192  
    5959       
    6060        %Now plot vx and delta surface
    61         plotmodel(md,'data',PatchToVec(md.results.Transient3DSolution(end).Vx),'layer',md.numlayers,'sectionvalue','../Exp/ISMIP100000.exp')
     61        plotmodel(md,'data',PatchToVec(md.results.Transient3DSolution(end).Vx),'layer',md.numlayers,'sectionvalue','../Exp/ISMIP100000.exp','title','','xlabel','','ylabel','Velocity (m/yr)','linewidth',3,'grid','on','unit','km')
    6262        if printingflag,
    6363                set(gcf,'Color','w')
     
    7777        end
    7878
    79         plotmodel(md,'data',PatchToVec(md.results.Transient3DSolution(end).Surface)-md.surface,'layer',md.numlayers,'sectionvalue','../Exp/ISMIP100000.exp')
     79        plotmodel(md,'data',PatchToVec(md.results.Transient3DSolution(end).Surface)-md.surface,'layer',md.numlayers,'sectionvalue','../Exp/ISMIP100000.exp','title','','xlabel','','ylabel','Surface (m)','linewidth',3,'grid','on','unit','km')
    8080        if printingflag,
    8181                set(gcf,'Color','w')
Note: See TracChangeset for help on using the changeset viewer.