Changeset 5540
- Timestamp:
- 08/24/10 11:35:02 (15 years ago)
- Location:
- issm/trunk/test/NightlyRun
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk/test/NightlyRun/test1101.m ¶
r5418 r5540 92 92 93 93 %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]) 94 plot([5 10 20 40 80 160],minvx);ylim([0 18]);xlim([0 160]) 95 95 if printingflag, 96 96 set(gcf,'Color','w') … … 98 98 system(['mv ismipapattynminvx.png ' ISSM_DIR '/../website/doc_pdf/validation/Images/ISMIP/TestA ']); 99 99 end 100 plot([5 10 20 40 80 160],maxvx);ylim([0 120]) 100 plot([5 10 20 40 80 160],maxvx);ylim([0 120]);xlim([0 160]) 101 101 if printingflag, 102 102 set(gcf,'Color','w') -
TabularUnified issm/trunk/test/NightlyRun/test1103.m ¶
r5539 r5540 84 84 85 85 %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]) 86 plot([5 10 20 40 80 160],minvx);ylim([0 14]);xlim([0 160]) 87 87 if printingflag, 88 88 set(gcf,'Color','w') … … 90 90 system(['mv ismipbpattynminvx.png ' ISSM_DIR '/../website/doc_pdf/validation/Images/ISMIP/TestB ']); 91 91 end 92 plot([5 10 20 40 80 160],maxvx);ylim([0 120]) 92 plot([5 10 20 40 80 160],maxvx);ylim([0 120]);xlim([0 160]) 93 93 if printingflag, 94 94 set(gcf,'Color','w') -
TabularUnified issm/trunk/test/NightlyRun/test1105.m ¶
r5539 r5540 116 116 117 117 %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]) 118 plot([5 10 20 40 80 160],minvx);ylim([4 18]);xlim([0 160]) 119 119 if printingflag, 120 120 set(gcf,'Color','w') … … 122 122 system(['mv ismipcpattynminvx.png ' ISSM_DIR '/../website/doc_pdf/validation/Images/ISMIP/TestC ']); 123 123 end 124 plot([5 10 20 40 80 160],maxvx);ylim([0 200]) 124 plot([5 10 20 40 80 160],maxvx);ylim([0 200]); xlim([0 160]) 125 125 if printingflag, 126 126 set(gcf,'Color','w') -
TabularUnified issm/trunk/test/NightlyRun/test1107.m ¶
r5539 r5540 106 106 107 107 %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]) 108 plot([5 10 20 40 80 160],minvx);ylim([2 18]);xlim([0 160]) 109 109 if printingflag, 110 110 set(gcf,'Color','w') … … 112 112 system(['mv ismipdpattynminvx.png ' ISSM_DIR '/../website/doc_pdf/validation/Images/ISMIP/TestD ']); 113 113 end 114 plot([5 10 20 40 80 160],maxvx);ylim([0 300]) 114 plot([5 10 20 40 80 160],maxvx);ylim([0 300]);xlim([0 160]) 115 115 if printingflag, 116 116 set(gcf,'Color','w')
Note:
See TracChangeset
for help on using the changeset viewer.