1 |
prefix='dynStD'; |
prefix='dynStD'; |
2 |
namA='r527'; |
prefix='oceStD'; |
3 |
|
pCoords=0; |
4 |
|
namA='c06'; |
5 |
Nexp=1; Nc=size(namA,2); |
Nexp=1; Nc=size(namA,2); |
6 |
%-- |
%-- |
7 |
|
|
11 |
nItMx=1e10*ones(1,Nexp); %nItMx(3)=11; |
nItMx=1e10*ones(1,Nexp); %nItMx(3)=11; |
12 |
%nItMx=60*ones(1,Nexp); |
%nItMx=60*ones(1,Nexp); |
13 |
namLg=namA ; namLg=strrep(namLg,'_','\_'); |
namLg=namA ; namLg=strrep(namLg,'_','\_'); |
14 |
|
undef=123456.7; |
15 |
%----------- |
%----------- |
|
%- ngEn = Nb of Energy plot: = 2 or = 4 ; |
|
|
ngEn=2; |
|
16 |
%- test if the variable krd is define : |
%- test if the variable krd is define : |
17 |
if size(who('krd'),1) > 0, |
if size(who('krd'),1) > 0, |
18 |
fprintf('krd is defined and = %i \n',krd); |
fprintf('krd is defined and = %i \n',krd); |
33 |
[ntA(n),rList,tim,vv1,listV,kList] = ... |
[ntA(n),rList,tim,vv1,listV,kList] = ... |
34 |
read_StD(prefix,namA(n,:),listV); |
read_StD(prefix,namA(n,:),listV); |
35 |
nIt=ntA(n); nk=size(vv1,1); nRg=size(vv1,3); |
nIt=ntA(n); nk=size(vv1,1); nRg=size(vv1,3); |
36 |
|
vv1(find(vv1==undef))=NaN; |
37 |
%- set global dims: & load vvA --> vvB |
%- set global dims: & load vvA --> vvB |
38 |
nbV=size(listV,2); |
nbV=size(listV,2); |
39 |
nrec=nIt; n3d=nk; nReg=nRg; |
nrec=nIt; n3d=nk; nReg=nRg; |
44 |
[ntA(n),rList,tim,vv1,listV] = ... |
[ntA(n),rList,tim,vv1,listV] = ... |
45 |
read_StD(prefix,namA(n,:),listV); |
read_StD(prefix,namA(n,:),listV); |
46 |
nIt=ntA(n); nk=size(vv1,1); nRg=size(vv1,3); |
nIt=ntA(n); nk=size(vv1,1); nRg=size(vv1,3); |
47 |
|
vv1(find(vv1==undef))=NaN; |
48 |
if (nrec < nIt), |
if (nrec < nIt), |
49 |
fprintf('\n'); |
fprintf('\n'); |
50 |
error([' Nb of records=',int2str(nIt),' exceeds nrec=',int2str(nrec)]); |
error([' Nb of records=',int2str(nIt),' exceeds nrec=',int2str(nrec)]); |
59 |
fprintf('save to "sav_StD.mat" file ...'); |
fprintf('save to "sav_StD.mat" file ...'); |
60 |
save('sav_StD.mat','vvA','tiA','ntA','rList','listV'); |
save('sav_StD.mat','vvA','tiA','ntA','rList','listV'); |
61 |
fprintf(' done\n') |
fprintf(' done\n') |
62 |
end |
end |
63 |
elseif krd < 0, |
elseif krd < 0, |
64 |
fprintf('load from "sav_StD.mat" file ...'); |
fprintf('load from "sav_StD.mat" file ...'); |
65 |
load sav_StD |
load sav_StD |
67 |
end |
end |
68 |
if krd ~= 0, |
if krd ~= 0, |
69 |
ttA=squeeze(tiA(:,2,:)); |
ttA=squeeze(tiA(:,2,:)); |
70 |
ttA=ttA/3600; titT='hrs'; ttA=ttA/24; titT='days'; |
ttA=ttA/3600; titT='hrs'; ttA=ttA/24 ; titT='days'; |
71 |
ttA=ttA/30 ; titT='month'; ttA=ttA/12 ; titT='year'; |
ttA=ttA/30 ; titT='month'; ttA=ttA/12 ; titT='year'; |
72 |
end |
end |
73 |
%========================================================= |
%========================================================= |
85 |
%-- |
%-- |
86 |
|
|
87 |
list_on=zeros(1,nbV); |
list_on=zeros(1,nbV); |
88 |
nbG=8; |
nbG=9; |
89 |
nbG=min(nbG,nbV); list_on(1:nbG)=1 ; |
nbG=min(nbG,nbV); list_on(1:nbG)=1 ; |
90 |
%list_on(1:6)=[1 1 1 1 1 1]; |
%list_on(1:6)=[1 1 1 1 1 1]; |
91 |
|
%list_on(5:7)=0; |
92 |
|
|
93 |
isA=ones(1,Nexp); ieA=ntA; |
isA=ones(1,Nexp); ieA=ntA; |
94 |
%- limit the length : for search of isA <->1500y: find(ttA(:,2) == 1500) |
%- limit the length : for search of isA <->1500y: find(ttA(:,2) == 1500) |
95 |
%isA=isA*31 ; % drop the 1rst mnth (1 Monitor/d) |
%isA=isA*3 ; % drop the 1rst mnth (1 Monitor/10.d) |
|
%isA=isA*36 ; % drop the 1rst year (1 Monitor/10d) |
|
|
%isA(1)=31 ; isA(2)=4 ; % drop the 1rst mnth |
|
96 |
%ieA(:)=360; isA(:)=1; |
%ieA(:)=360; isA(:)=1; |
97 |
|
|
98 |
linA(1,:)='k-'; % ieA(1)=60 ; % ieA(1)=1152 ; |
linA(1,:)='k-'; % ieA(1)=60 ; % ieA(1)=1152 ; |
103 |
linA(6,:)='c-'; |
linA(6,:)='c-'; |
104 |
|
|
105 |
ieA=min(ieA,nItMx); |
ieA=min(ieA,nItMx); |
|
%titall='AIM , Cubic-G (32x32) , cpl-FM Forcing' ; |
|
|
%titall='Global Ocean, Cubic-G (32x32) , NCEP Forc (2)' ; |
|
106 |
titall=['Exp: ',namLg(1,:)]; |
titall=['Exp: ',namLg(1,:)]; |
107 |
|
|
108 |
%========================================================= |
%========================================================= |
109 |
|
|
110 |
|
%-default: dxRed=0; dyRed=0; dxB=0.1; dyB=0.9; |
111 |
|
dxRed=0; dyRed=0.03; dxB=0.02; dyB=0.9; |
112 |
|
[xyP,xyB]=def_subP(-4,dxRed,dyRed,dxB,dyB); |
113 |
|
xyP(:,2)=xyP(:,2)+0.010; |
114 |
|
xyB(:,2)=xyB(:,2)+0.010; |
115 |
|
|
116 |
for ng=1:nbV, |
for ng=1:nbV, |
117 |
%------------------- |
%------------------- |
118 |
flag=list_on(ng); kl=0; |
yax=[1:nk-1]; if pCoords == 0, yax=-[1:nk-1]; end |
119 |
|
flag=list_on(ng); |
120 |
vv1=vvA(:,:,:,:,ng,:); namV=char(listV(ng)); |
vv1=vvA(:,:,:,:,ng,:); namV=char(listV(ng)); |
121 |
titv=strrep(namV,'_','\_'); |
titv=strrep(namV,'_','\_'); |
122 |
%if strcmp(namV,'Eta'), vv1=vv1/100; titv='Eta [mb]'; end |
if strcmp(namV,'Eta') & pCoords == 1, vv1=vv1/100; titv='Eta [mb]'; end |
123 |
%if strcmp(namV,'T'), kl=1; end |
if strcmp(namV,'T') & pCoords == 1, |
124 |
if strcmp(namV,'T'), |
namfil=['../res_',namA(1:end),'/RC']; D=dir([namfil,'.data']); |
|
namfil=['../res_',namA(2:end),'/RC']; D=dir([namfil,'.data']); |
|
125 |
if size(D,1) == 1, |
if size(D,1) == 1, |
126 |
rC=rdmds(namfil); |
rC=rdmds(namfil); |
127 |
fprintf(' convert Pot.Temp to Temp.:'); |
fprintf(' convert Pot.Temp to Temp.:'); |
135 |
fprintf(' no file: %s\n',namfil); |
fprintf(' no file: %s\n',namfil); |
136 |
end |
end |
137 |
end |
end |
|
%if ng == 1, flag=2*list_on(1) ; end |
|
|
if kl > 0, titv=[titv,'\_',int2str(kl)]; |
|
|
fprintf([' var= ',namV,' at level k= %i \n'],kl); |
|
|
end |
|
138 |
|
|
139 |
if flag == 1 |
if flag == 1 |
140 |
%-- |
%-- |
141 |
figure(ng); set(ng,'position',[100+100*ng 60+40*ng 500 700]);clf; |
figure(ng); set(ng,'position',[100+100*ng 60+40*ng 500 700]);clf; |
|
% if ng == 2, var=squeeze(vv1(2,:,1,:,:)); end % to get surf.Temp |
|
142 |
if kList(ng) == 1, |
if kList(ng) == 1, |
143 |
var=squeeze(vv1(1+kl,:,1,:,:)); |
var=squeeze(vv1(1,:,1,:,:)); |
144 |
dd=squeeze(max(var)-min(var)); av=squeeze(mean(var)); |
dd=squeeze(max(var)-min(var)); av=squeeze(mean(var)); |
145 |
if Nexp == 1, av=av'; dd=dd'; end ; |
if Nexp == 1, av=av'; dd=dd'; end ; |
146 |
for nv=1:4, |
for nv=1:4, |
147 |
subplot(410+nv); ttmn=' Mx-mn:'; ttav=' Av:'; |
axes('position',xyP(nv,:)); ttmn=' Mx-mn:'; ttav=' Av:'; |
148 |
for n=1:Nexp, |
for n=1:Nexp, |
149 |
plot(ttA(isA(n):ieA(n),n),var(isA(n):ieA(n),nv,n),linA(n,:)); |
plot(ttA(isA(n):ieA(n),n),var(isA(n):ieA(n),nv,n),linA(n,:)); |
150 |
if n == 1, hold on ; end ; |
if n == 1, hold on ; end ; |
153 |
end ; hold off ; |
end ; hold off ; |
154 |
AA=axis ; dAA=AA(4)-AA(3); |
AA=axis ; dAA=AA(4)-AA(3); |
155 |
if AA(3)*AA(4) <= 0, AA(3)=min(AA(3),-dAA/10); AA(4)=max(AA(4),dAA/10); end |
if AA(3)*AA(4) <= 0, AA(3)=min(AA(3),-dAA/10); AA(4)=max(AA(4),dAA/10); end |
156 |
if ttax1 < ttax2, AA(1)=ttax1; AA(2)=ttax2; end; |
if ttax1 < ttax2, AA(1)=ttax1; AA(2)=ttax2; end; |
157 |
axis(AA); grid ; |
axis(AA); grid ; |
158 |
if nv == 1, title(['Avr ',titv,' ',ttmn]); end |
if nv == 1, title(['Avr ',titv,' ',ttmn]); xlabel(titT); end |
159 |
if nv == 2, title(['Std-Dev ',titv,' ',ttav]); end |
if nv == 2, title(['Std-Dev ',titv,' ',ttav]); end |
160 |
if nv == 3, title(['min ',titv,' ',ttav]); legend(namLg(1:Nexp,:),0); end |
if nv == 3, title(['min ',titv,' ',ttav]); legend(namLg(1:Nexp,:),0); end |
161 |
if nv == 4, title(['Max ',titv,' ',ttav]); end |
if nv == 4, title(['Max ',titv,' ',ttav]); end |
162 |
%if nv == 2, title(['Del-2 ',titv,' ',ttav]); end |
%if nv == 2, title(['Del-2 ',titv,' ',ttav]); end |
163 |
end ; xlabel(titT); |
end ; %xlabel(titT); |
164 |
else |
else |
165 |
n=1; |
n=1; k1=2; |
166 |
|
if strcmp(namV,'CONVADJ') || strcmp(namV,'DRHODR'), |
167 |
|
k1=3; yax=yax(2:nk-1); |
168 |
|
end |
169 |
for nv=1:4, |
for nv=1:4, |
170 |
subplot(410+nv); |
axes('position',xyP(nv,:)); |
171 |
var=squeeze(vv1(2:nk,:,1,nv,n))'; |
var=squeeze(vv1(k1:nk,:,1,nv,n))'; mnV=min(var(:)); MxV=max(var(:)); |
172 |
mnV=min(var(:)); MxV=max(var(:)); ccv=c_levs(mnV,MxV,-12); |
ccv=c_levs(mnV,MxV,-12); %ccv=c_levs(mnV,MxV,-20); |
173 |
%- pressure coordinate, from bottom (k=1) to top (k=nr=nk-1) |
if MxV > mnV, |
174 |
%[cs,h]=contour(ttA(isA(n):ieA(n),n),[1:nk-1],var(isA(n):ieA(n),:)',ccv); |
[cs,h]=contour(ttA(isA(n):ieA(n),n),yax,var(isA(n):ieA(n),:)',ccv); |
175 |
%- z coordinate, from bottom (k=nr=nk-1) to top (k=1) |
%clabel(cs);isoline0(h); |
176 |
[cs,h]=contour(ttA(isA(n):ieA(n),n),-[1:nk-1],var(isA(n):ieA(n),:)',ccv); |
BB=colorbar; set(BB,'Position',xyB(nv,:)); |
177 |
%clabel(cs);isoline0(h); |
end |
178 |
colorbar; |
if nv == 1, title(['Avr ',titv]); xlabel(titT); end |
|
if nv == 1, title(['Avr ',titv]); end |
|
179 |
if nv == 2, title(['Std-Dev ',titv]); end |
if nv == 2, title(['Std-Dev ',titv]); end |
180 |
if nv == 3, title(['min ',titv]); ; end |
if nv == 3, title(['min ',titv]); ; end |
181 |
if nv == 4, title(['Max ',titv]); end |
if nv == 4, title(['Max ',titv]); end |
182 |
AA=axis; dAA=AA(4)-AA(3); |
AA=axis; dAA=AA(4)-AA(3); |
183 |
ttmn=sprintf('mn= %4.3g , Mx= %4.3g',mnV,MxV); |
ttmn=sprintf('mn= %4.3g , Mx= %4.3g',mnV,MxV); |
184 |
text(AA(1)*.4+AA(2)*.6,AA(3)-0.27*dAA,ttmn); |
text(AA(1)*.4+AA(2)*.6,AA(3)-0.20*dAA,ttmn); |
185 |
end ; xlabel(titT); |
end ; %xlabel(titT); |
186 |
end |
end |
187 |
%-- |
%-- |
188 |
axes('position',[.01,.01,.99,.99],'Visible','off'); |
axes('position',[.01,.01,.99,.99],'Visible','off'); |
189 |
T=text(0.5,0.97,titall); |
T=text(0.2,0.98,titall); |
190 |
set(T,'HorizontalAlignment','center','FontSize',12); |
set(T,'HorizontalAlignment','center','FontSize',12); |
191 |
Td=text(0.99,0.01,date); |
Td=text(0.01,0.01,date); |
192 |
set(Td,'HorizontalAlignment','right','FontSize',6); |
set(Td,'HorizontalAlignment','left','FontSize',6); |
193 |
%--- |
%--- |
194 |
end |
end |
195 |
|
|
196 |
%------------------- |
%------------------- |
197 |
end |
end |
198 |
|
|
199 |
%========================================================= |
%========================================================= |