/[MITgcm]/MITgcm_contrib/jmc_script/plot_StD.m
ViewVC logotype

Diff of /MITgcm_contrib/jmc_script/plot_StD.m

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.5 by jmc, Sun Sep 6 18:15:09 2015 UTC revision 1.6 by jmc, Wed Aug 23 22:17:40 2017 UTC
# Line 124  dxRed=0; dyRed=0.03; dxB=0.02; dyB=0.9; Line 124  dxRed=0; dyRed=0.03; dxB=0.02; dyB=0.9;
124  xyP(:,2)=xyP(:,2)+0.010;  xyP(:,2)=xyP(:,2)+0.010;
125  xyB(:,2)=xyB(:,2)+0.010;  xyB(:,2)=xyB(:,2)+0.010;
126    
127  fxb=100; fyb=60;  fxb=100; fyb=60; fdx=100; fdy=40; fsc=1.;
128  %fxb=-2600; fyb=160; %fxb=100;  %fyb=-360; fxb=-2600; fdy=60; fsc=1.5;
129    
130  for ng=1:nbV,  for ng=1:nbV,
131  %-------------------  %-------------------
# Line 152  for ng=1:nbV, Line 152  for ng=1:nbV,
152    
153   if flag == 1   if flag == 1
154  %--  %--
155    figure(ng); set(ng,'position',[fxb+100*ng fyb+40*ng 500 700]);clf;    figure(ng); set(ng,'position',[fxb+fdx*ng fyb+fdy*ng [500 700]*fsc]);clf;
156    colormap jet    colormap jet
157    if kList(ng) == 1,    if kList(ng) == 1,
158     var=squeeze(vv1(1,:,1,:,:));     var=squeeze(vv1(1,:,1,:,:));
# Line 172  for ng=1:nbV, Line 172  for ng=1:nbV,
172      axis(AA); grid ;      axis(AA); grid ;
173      if nv == 1, title(['Avr ',titv,'  ',ttmn]); xlabel(titT); end      if nv == 1, title(['Avr ',titv,'  ',ttmn]); xlabel(titT); end
174      if nv == 2, title(['Std-Dev ',titv,'  ',ttav]); end      if nv == 2, title(['Std-Dev ',titv,'  ',ttav]); end
175      if nv == 3, title(['min ',titv,'  ',ttav]); legend(namLg(1:Nexp,:),0); end      if nv == 3, title(['min ',titv,'  ',ttav]);
176                    legend(namLg(1:Nexp,:),'Location','best'); end
177      if nv == 4, title(['Max ',titv,'  ',ttav]); end      if nv == 4, title(['Max ',titv,'  ',ttav]); end
178     %if nv == 2, title(['Del-2 ',titv,'  ',ttav]); end     %if nv == 2, title(['Del-2 ',titv,'  ',ttav]); end
179     end ; %xlabel(titT);     end ; %xlabel(titT);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.22