Documentation of define_global


Global Index (all files) (short | long) | Local Index (files in subdir) (short | long)


Cross-Reference Information

This script calls

Listing of script define_global


global XAX YAX FRAME
if (~exist('xk'));
  xk = 1:length(lon);
end
if (~exist('yk'));
  yk = 1:length(lat);
end
if (~exist('lims'));
  lims = [0 360 -90 90];
end
XAX = lon(xk);
YAX = lat(yk);
FRAME = lims;