Documentation of MIX_LP_regressions


Global Index (short | long) | Local contents | Local Index (short | long)


Help text

 MIX run

Cross-Reference Information

This script calls

Listing of script MIX_LP_regressions


clean
cd ~/Papers/mlcsiro/matlab/Data2
load MIX_reg_slpx_LP9.mat
load DYN_reg_slpx_LP9.mat
default_global;  FRAME = [95 300 -75 75];
figure(1); fo(1); clf;
sz = get(gcf, 'PaperSize');
hw = 1/sz(1); vw = 1/sz(2); hsz = hw*(2.5); vsz = vw*1.8;
bmarg = (sz(2) - 8.5)*0.5; tmarg = (sz(2) - 8.5)*0.5;
mid = 0.45;
[tem, tem, tem, lm] = getll('temp', lims);
global GRDX_SPACING GRDY_SPACING
GRDX_SPACING = 45; GRDY_SPACING = 20;
cint = [0.15 0.015 0.05 0.075];
subplot('position', [0.5-hsz-0.04 ...
		    vw*(sz(2)-tmarg)-vsz hsz vsz]);
  gcont(pat1, cint(1));
  dc2(lm, 0.3, -1000);
  color_shade(squeeze(c1.^2), 0.25, 0.7*[1 1 1])
  set(gca, 'fontsize', 8);
  t1 = title(['< MIX-SLP, SLP >']);
  set(t1, 'units', 'normalized', 'HorizontalAlignment', 'left', ...
      'VerticalAlignment', 'bottom', 'fontsize', 9);
  pos2 = get(t1, 'position');
  set(t1, 'position', [0 pos2(2)-0.01 0]);
  tx1 = text(mean(FRAME(1:2)), 110, 'LP9:  MIX');
  set(tx1, 'fontsize', 10, 'HorizontalAlignment', 'center');

subplot('position', [0.5-hsz-0.04 ...
		    vw*(sz(2)-tmarg-mid)-2*vsz hsz vsz]);
  gcont(10*pat2, cint(2));
  dc2(lm, 0.3, 1000);
  color_shade(squeeze(c2.^2), 0.25, 0.7*[1 1 1])
  set(gca, 'fontsize', 8);
  t1 = title(['< MIX-SLP, TAUX >']);
  set(t1, 'units', 'normalized', 'HorizontalAlignment', 'left', ...
      'VerticalAlignment', 'bottom', 'fontsize', 9);
  pos2 = get(t1, 'position');
  set(t1, 'position', [0 pos2(2)-0.01 0]);

subplot('position', [0.5-hsz-0.04 ...
		    vw*(sz(2)-tmarg-2*mid)-3*vsz hsz vsz]);
  gcont(pat3, cint(3));
  dc2(lm, 0.3, 1000);
  color_shade(squeeze(c3.^2), 0.25, 0.7*[1 1 1])
  set(gca, 'fontsize', 8);
  t1 = title(['< MIX-SLP, SST >']);
  set(t1, 'units', 'normalized', 'HorizontalAlignment', 'left', ...
      'VerticalAlignment', 'bottom', 'fontsize', 9);
  pos2 = get(t1, 'position');
  set(t1, 'position', [0 pos2(2)-0.01 0]);

subplot('position', [0.5-hsz-0.04 ...
		    vw*(sz(2)-tmarg-3*mid)-4*vsz hsz vsz]);
  gcont(pat4, cint(4));
  dc2(lm, 0.3, -1000);
  color_shade(squeeze(c4.^2), 0.25, 0.7*[1 1 1])
  set(gca, 'fontsize', 8);
  t1 = title(['< MIX-SLP, PREC >']);
  set(t1, 'units', 'normalized', 'HorizontalAlignment', 'left', ...
      'VerticalAlignment', 'bottom', 'fontsize', 9);
  pos2 = get(t1, 'position');
  set(t1, 'position', [0 pos2(2)-0.01 0]);

%  DYN run
XAX = lon1; YAX = lat1;
subplot('position', [0.5+0.04 ...
		    vw*(sz(2)-tmarg)-vsz hsz vsz]);
  gcont(pat1b, cint(1));
  dc2(lm, 0.3, -1000);
  color_shade(squeeze(c1b.^2), 0.25, 0.7*[1 1 1])
  set(gca, 'fontsize', 8);
  t1 = title(['< DYN-SLP, SLP >']);
  set(t1, 'units', 'normalized', 'HorizontalAlignment', 'left', ...
      'VerticalAlignment', 'bottom', 'fontsize', 9);
  pos2 = get(t1, 'position');
  set(t1, 'position', [0 pos2(2)-0.01 0]);
  tx1 = text(mean(FRAME(1:2)), 110, 'LP9:  DYN');
  set(tx1, 'fontsize', 10, 'HorizontalAlignment', 'center');

subplot('position', [0.5+0.04 ...
		    vw*(sz(2)-tmarg-mid)-2*vsz hsz vsz]);
  XAX = lon2; YAX = lat2;
  gcont(pat2b, cint(2));
  XAX = lon1; YAX = lat1;
  dc2(lm, 0.3, 1000);
  XAX = lon2; YAX = lat2;
  color_shade(squeeze(c2b.^2), 0.25, 0.7*[1 1 1])
  set(gca, 'fontsize', 8);
  t1 = title(['< DYN-SLP, TAUX >']);
  set(t1, 'units', 'normalized', 'HorizontalAlignment', 'left', ...
      'VerticalAlignment', 'bottom', 'fontsize', 9);
  pos2 = get(t1, 'position');
  set(t1, 'position', [0 pos2(2)-0.01 0]);

XAX = lon1; YAX = lat1;
subplot('position', [0.5+0.04 ...
		    vw*(sz(2)-tmarg-2*mid)-3*vsz hsz vsz]);
  gcont(pat3b, cint(3));
  dc2(lm, 0.3, 1000);
  color_shade(squeeze(c3b.^2), 0.25, 0.7*[1 1 1])
  set(gca, 'fontsize', 8);
  t1 = title(['< DYN-SLP, SST >']);
  set(t1, 'units', 'normalized', 'HorizontalAlignment', 'left', ...
      'VerticalAlignment', 'bottom', 'fontsize', 9);
  pos2 = get(t1, 'position');
  set(t1, 'position', [0 pos2(2)-0.01 0]);

subplot('position', [0.5+0.04 ...
		    vw*(sz(2)-tmarg-3*mid)-4*vsz hsz vsz]);
  gcont(pat4b, cint(4));
  dc2(lm, 0.3, -1000);
  color_shade(squeeze(c4b.^2), 0.25, 0.7*[1 1 1])
  set(gca, 'fontsize', 8);
  t1 = title(['< DYN-SLP, PREC >']);
  set(t1, 'units', 'normalized', 'HorizontalAlignment', 'left', ...
      'VerticalAlignment', 'bottom', 'fontsize', 9);
  pos2 = get(t1, 'position');
  set(t1, 'position', [0 pos2(2)-0.01 0]);

  

cd /home/disk/tao/dvimont/matlab/CSIRO/Tony/Figs_28June2000
print -dps2 LP9_MIX_DYN_regressions.ps