22 |
|
|
23 |
%set more optional paramaters to default values |
%set more optional paramaters to default values |
24 |
year0=1992; year1=2008; |
year0=1992; year1=2008; |
25 |
%listData={'WOD09_XBT*','WOD09_CTD*','argo_in*','argo_at*','argo_pa*','seals*'}; |
listData={'WOD09_XBT*','WOD09_CTD*','argo_in*','argo_at*','argo_pa*','seals*'}; |
26 |
%listVar={'T','S'}; |
listVar={'T','S'}; |
27 |
listData={'argo_in*'}; listVar={'T'}; |
%shorter test case: listData={'argo_in*'}; listVar={'T'}; |
28 |
subdirData='/profiles/output/'; |
subdirData='/profiles/output/'; |
29 |
subdirMat='mat/'; suffMat='_all'; |
subdirMat='mat/'; suffMat='_all'; |
30 |
subdirTex='tex/'; addToTex=0; |
subdirTex='tex/'; addToTex=0; |
112 |
|
|
113 |
end; |
end; |
114 |
|
|
115 |
myCaption={'in situ profiles cost function'}; |
myCaption={'Cost function (top) for in situ profiles, as a function of depth and time. ',... |
116 |
|
'Distribution of normalized misfits (bottom) as a function of latitude. For T (left) and S (right).'}; |
117 |
if addToTex; write2tex([dirData '/' subdirTex '/myPlots.tex'],2,myCaption,gcf); end; |
if addToTex; write2tex([dirData '/' subdirTex '/myPlots.tex'],2,myCaption,gcf); end; |
118 |
|
|
119 |
end; |
end; |