function []=mitgcm_plot_held_suarez(fil,cc); gcmfaces_global; if isempty(whos('fil')); %cd MITgcm/verification/tutorial_held_suarez_cs/run; grid_load('./',6,'cube'); % cc=[-1000:100:1000]; suf='Eta'; num=1; cc=[260:2:310]; suf='T'; num=1; figureL; set(gcf,'Renderer','zbuffer'); for tt=282240:192*30:345600; fil={sprintf('%s.%010d',suf,tt),num}; mitgcm_plot_held_suarez(fil,cc); shading interp; pause(0.1); end; return; end; m=squeeze(mygrid.mskC(:,:,1)); if ~iscell(fil); c=rdmds2gcmfaces(fil); else; c=rdmds2gcmfaces(fil{1},'rec',fil{2}); end; c=c(:,:,1); clf; if isempty(whos('cc')); cc=[]; end; %gcmfaces_sphere(c.*m,cc,[],[],1); qwckplot(c.*m); gcmfaces_cmap_cbar(cc); title(fil);