26 |
'ctd_*','itp_*','seals_*','xbt_*'}; |
'ctd_*','itp_*','seals_*','xbt_*'}; |
27 |
listVar={'T','S'}; |
listVar={'T','S'}; |
28 |
listBas={'atlExt','pacExt','indExt','arct'}; |
listBas={'atlExt','pacExt','indExt','arct'}; |
29 |
|
if sum([90 1170]~=mygrid.ioSize)==0; listBas={}; end; |
30 |
listBasTxt=''; for bb=1:length(listBas); listBasTxt=[listBasTxt ' ' listBas{bb} '*']; end; |
listBasTxt=''; for bb=1:length(listBas); listBasTxt=[listBasTxt ' ' listBas{bb} '*']; end; |
31 |
%shorter test case: listData={'argo_in*'}; listVar={'T'}; |
%shorter test case: listData={'argo_in*'}; listVar={'T'}; |
32 |
dirData='/profiles/output/'; |
dirData='/profiles/output/'; |
144 |
'Distribution of normalized misfits (bottom) as a function of latitude. For T (left) and S (right).'}; |
'Distribution of normalized misfits (bottom) as a function of latitude. For T (left) and S (right).'}; |
145 |
if addToTex; write2tex([dirTex '/' nameTex '.tex'],2,myCaption,gcf); end; |
if addToTex; write2tex([dirTex '/' nameTex '.tex'],2,myCaption,gcf); end; |
146 |
|
|
147 |
|
if ~isempty(listBas); |
148 |
|
|
149 |
ii=0; |
ii=0; |
150 |
ii=ii+1; listPanels(ii).bas='atlExt'; listPanels(ii).ll=3; |
ii=ii+1; listPanels(ii).bas='atlExt'; listPanels(ii).ll=3; |
151 |
ii=ii+1; listPanels(ii).bas='pacExt'; listPanels(ii).ll=3; |
ii=ii+1; listPanels(ii).bas='pacExt'; listPanels(ii).ll=3; |
184 |
|
|
185 |
end; |
end; |
186 |
|
|
187 |
|
end; |
188 |
|
|
189 |
end; |
end; |
190 |
|
|
191 |
|
|