Documentation of Ice


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


Cross-Reference Information

This script calls This script is called by

Listing of script Ice


clear
lims = [-0.1 360 -90 90];
tim = 101:1000;
ice = getflx('ico', lims, tim);
ice = squeeze(mean(ice));
[lat, lon, depth, lm] = getll('temp', lims);
figure(1); fo(1); clf;
default_global;
spthes(1); FRAME = [0 360 40 90];
  mcont3(ice, 0.1, 'stereo', [90 270]);
  drawmap2(lm, 0.55, 1);
  axis_limits;
  gridm on;
  title('NH:  Sea Ice Concentration');
  xlabel('Contour Interval:  10%');
spthes(2); FRAME = [0 360 -90 -40];
  mcont3(ice, 0.1, 'stereo', [-90 270]);
  drawmap2(lm, 0.55, 1);
  axis_limits;
  gridm on;
  title('SH:  Sea Ice Concentration');
  xlabel('Contour Interval:  10%');
cd ~/Thesis/Clim