% module load matlab
% matlab &

path('/u/dmenemen/matlab',path);
path('/u/dmenemen/matlab/whoi',path);    % WHOI routines
path('/u/dmenemen/matlab/plotfun',path); % plotting routines

cd ~dmenemen/c1440_llc2160/mit_output
nx=2160; % grid dimensions, 13 nx by nx tiles

% read global grid information
% not a good idea --- uses a lot of memory
% lon=quikread_llc('grid/XC.data',nx);
% figure(1), clf, quikplot_llc(lon), colorbar('h')
% lat=quikread_llc('grid/YC.data',nx);
% figure(2), clf, quikplot_llc(lat), colorbar('h')
% depth=quikread_llc('grid/Depth.data',nx);
% figure(3), clf, quikplot_llc(depth), colorbar('h')

