/[MITgcm]/MITgcm_contrib/atnguyen/verification/lab_sea/matlab/tenPercentAboveBelowLeftRight.m
ViewVC logotype

Annotation of /MITgcm_contrib/atnguyen/verification/lab_sea/matlab/tenPercentAboveBelowLeftRight.m

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Mon Jun 1 23:25:15 2015 UTC (10 years, 2 months ago) by atn
Branch: MAIN
CVS Tags: HEAD
matlab routines to analyze latest seaice thermo adjoint using IFenty code

1 atn 1.1 axis tight;
2     ax=axis;
3     xxx_range = ax(4) - ax(3);
4     yyy_range = ax(2) - ax(1);
5     tp_xxx_range = .05*xxx_range;
6     tp_yyy_range = .025*yyy_range;
7     xxx = [ax(1)-tp_yyy_range ax(2)+tp_yyy_range (ax(3)-tp_xxx_range) (ax(4)+tp_xxx_range)];
8     axis(xxx);

  ViewVC Help
Powered by ViewVC 1.1.22