Back to home page

MITgcm

 
 

    


Warning, /verification/1D_ocean_ice_column/matlab_scripts/tenPercentAboveBelowLeftRight.m is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit 3c3b2f91 on 2013-01-23 17:10:52 UTC
3c3b2f914f Ian *0001 axis tight;
                0002 ax=axis;
                0003 xxx_range = ax(4) - ax(3);
                0004 yyy_range = ax(2) - ax(1);
                0005 tp_xxx_range = .05*xxx_range;
                0006 tp_yyy_range = .025*yyy_range;
                0007 xxx = [ax(1)-tp_yyy_range ax(2)+tp_yyy_range (ax(3)-tp_xxx_range) (ax(4)+tp_xxx_range)]
                0008 axis(xxx)