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; |
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/'; |
115 |
|
|
116 |
else;%display result |
else;%display result |
117 |
|
|
118 |
|
if isdir([dirMat 'cost/']); dirMat=[dirMat 'cost/']; end; |
119 |
|
|
120 |
eval(['load ' dirMat 'insitu_cost' suffMat '.mat;']); |
eval(['load ' dirMat 'insitu_cost' suffMat '.mat;']); |
121 |
|
|
122 |
figureL; |
figureL; |