Changeset 5540


Ignore:
Timestamp:
08/24/10 11:35:02 (15 years ago)
Author:
seroussi
Message:

minor

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

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk/test/NightlyRun/test1101.m

    r5418 r5540  
    9292
    9393%Now plot the min and max values of vx for each size of the square
    94 plot([5 10 20 40 80 160],minvx);ylim([0 18])
     94plot([5 10 20 40 80 160],minvx);ylim([0 18]);xlim([0 160])
    9595if printingflag,
    9696        set(gcf,'Color','w')
     
    9898        system(['mv ismipapattynminvx.png ' ISSM_DIR '/../website/doc_pdf/validation/Images/ISMIP/TestA ']);
    9999end
    100 plot([5 10 20 40 80 160],maxvx);ylim([0 120])
     100plot([5 10 20 40 80 160],maxvx);ylim([0 120]);xlim([0 160])
    101101if printingflag,
    102102        set(gcf,'Color','w')
  • TabularUnified issm/trunk/test/NightlyRun/test1103.m

    r5539 r5540  
    8484
    8585%Now plot the min and max values of vx for each size of the square
    86 plot([5 10 20 40 80 160],minvx);ylim([0 14])
     86plot([5 10 20 40 80 160],minvx);ylim([0 14]);xlim([0 160])
    8787if printingflag,
    8888        set(gcf,'Color','w')
     
    9090        system(['mv ismipbpattynminvx.png ' ISSM_DIR '/../website/doc_pdf/validation/Images/ISMIP/TestB ']);
    9191end
    92 plot([5 10 20 40 80 160],maxvx);ylim([0 120])
     92plot([5 10 20 40 80 160],maxvx);ylim([0 120]);xlim([0 160])
    9393if printingflag,
    9494        set(gcf,'Color','w')
  • TabularUnified issm/trunk/test/NightlyRun/test1105.m

    r5539 r5540  
    116116
    117117%Now plot the min and max values of vx for each size of the square
    118 plot([5 10 20 40 80 160],minvx);ylim([4 18])
     118plot([5 10 20 40 80 160],minvx);ylim([4 18]);xlim([0 160])
    119119if printingflag,
    120120        set(gcf,'Color','w')
     
    122122        system(['mv ismipcpattynminvx.png ' ISSM_DIR '/../website/doc_pdf/validation/Images/ISMIP/TestC ']);
    123123end
    124 plot([5 10 20 40 80 160],maxvx);ylim([0 200])
     124plot([5 10 20 40 80 160],maxvx);ylim([0 200]); xlim([0 160])
    125125if printingflag,
    126126        set(gcf,'Color','w')
  • TabularUnified issm/trunk/test/NightlyRun/test1107.m

    r5539 r5540  
    106106
    107107%Now plot the min and max values of vx for each size of the square
    108 plot([5 10 20 40 80 160],minvx);ylim([2 18])
     108plot([5 10 20 40 80 160],minvx);ylim([2 18]);xlim([0 160])
    109109if printingflag,
    110110        set(gcf,'Color','w')
     
    112112        system(['mv ismipdpattynminvx.png ' ISSM_DIR '/../website/doc_pdf/validation/Images/ISMIP/TestD ']);
    113113end
    114 plot([5 10 20 40 80 160],maxvx);ylim([0 300])
     114plot([5 10 20 40 80 160],maxvx);ylim([0 300]);xlim([0 160])
    115115if printingflag,
    116116        set(gcf,'Color','w')
Note: See TracChangeset for help on using the changeset viewer.