Changeset 5304


Ignore:
Timestamp:
08/17/10 10:46:39 (15 years ago)
Author:
seroussi
Message:

plot for validation test 1202 and 1203

Location:
issm/trunk/test/NightlyRun
Files:
2 edited

Legend:

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

    r5098 r5304  
    1515vy=PatchToVec(md.results.DiagnosticSolution.Vy);
    1616
    17 plotmodel(md,'data',vx,'data',vy,'contourlevels',{0,20,40,-20,-40},'contourlevels',{-100,-200,-300,-400,-500,-600},'contourcolor','k')
     17plotmodel(md,'data',vx,'contourlevels',{0,20,40,60,60,100,120,140,160,180,-20,-40,-60,-80,-100,-120,-140,-160,-180},...
     18        'visible','off','contourcolor','k')
     19set(gcf,'Color','w')
     20printmodel('eismintdiag1vx','png','margin','on','marginsize',25,'frame','off','resolution',2,'hardcopy','off');
     21
     22plotmodel(md,'data',vy,'contourlevels',{-100,-200,-300,-400,-500,-600,-700,-800,-900,-1000},...
     23        'visible','off','contourcolor','k')
     24set(gcf,'Color','w')
     25printmodel('eismintdiag1vy','png','margin','on','marginsize',25,'frame','off','resolution',2,'hardcopy','off');
    1826
    1927%Fields and tolerances to track changes
  • issm/trunk/test/NightlyRun/test1203.m

    r5098 r5304  
    1919
    2020%plot results
    21 plotmodel(md,'data',vx,'data',vy,'contourlevels',{0,20,40,-20,-40,-60,60},'contourlevels',{-100,-200,-300,-400,-500,-600,-700,-800})
     21plotmodel(md,'data',vx,'contourlevels',{0,20,40,60,80,100,-20,-40,-60,-80,-100},'visible','off',...
     22        'contourcolor','k')
     23set(gcf,'Color','w')
     24printmodel('eismintdiag2vx','png','margin','on','marginsize',25,'frame','off','resolution',2,'hardcopy','off');
     25plotmodel(md,'data',vy,'contourlevels',{-100,-200,-300,-400,-500,-600,-700,-800,-900,-1000},...
     26        'contourcolor','k','visible','off')
     27set(gcf,'Color','w')
     28printmodel('eismintdiag2vy','png','margin','on','marginsize',25,'frame','off','resolution',2,'hardcopy','off');
    2229
    2330%Fields and tolerances to track changes
Note: See TracChangeset for help on using the changeset viewer.