The CDF algorithm described in the previous subsections is limited to retrieval products of a single atmospheric parameter, but it can be extended to deal with MTR products, whose state vectors include more atmospheric parameters. This extension is described in Tirelli et al. (2021) [RD9] for the formulation CDF(2015).
For simplicity, we consider the data fusion between two products obtained by MTRs exactly co-located in space and time and referred to the same vertical grid. If the two retrieved state vectors contain the same parameters, the standard formulas of the CDF described in the previous subsections can be applied. If the two retrieved state vectors contain different parameters, but at least one parameter is common, then the inputs to the CDF have to be modified.
We do the example of two instruments in which the state vector of the first one contains vertical profiles of the parameters P1 and P2 and the state vector of the second one contains vertical profiles of the parameters P1 and P3:
\hat{x}_1 =
\begin{pmatrix}
\hat{P}_{11} \\
\hat{P}_{21}
\end{pmatrix}
\quad
\hat{x}_2 =
\begin{pmatrix}
\hat{P}_{12} \\
\hat{P}_{32}
\end{pmatrix}
The two vectors \hat{x}_1 and \hat{x}_2 are characterized by the AKMs
A_1 and A_2 and by the noise CMs S_{n1} and S_{n2}.
The structures of these matrices are the following:
A_1 =
\begin{pmatrix}
A_{11,1} & A_{12,1} \\
A_{21,1} & A_{22,1}
\end{pmatrix}
\qquad
A_2 =
\begin{pmatrix}
A_{11,2} & A_{13,2} \\
A_{31,2} & A_{33,2}
\end{pmatrix}
S_{n1} =
\begin{pmatrix}
s_{11,n1} & s_{12,n1} \\
s_{21,n1} & s_{22,n1}
\end{pmatrix}
\qquad
S_{n2} =
\begin{pmatrix}
s_{11,n2} & s_{13,n2} \\
s_{31,n2} & s_{33,n2}
\end{pmatrix}
Where:
A_{rq,i} = \frac{\partial \hat{P}_{ri}}{\partial P_q}
\qquad
i = 1,2 \quad r = 1,2,3 \quad q = 1,2,3
S_{rq,ni} =
\left(
(\hat{P}_{ri} - \langle \hat{P}_{ri} \rangle)
(\hat{P}_{qi} - \langle \hat{P}_{qi} \rangle)^T
\right)
\qquad
i = 1,2 \quad r = 1,2,3 \quad q = 1,2,3
To apply the CDF method, the state vectors are modified to be the union of the parameters retrieved from the different measurements and new AKMs and noise CMs are created, adding submatrices related to the non-retrieved parameters and considering that no information is retrieved for them. The new input vectors for the CDF, to be performed with CDF(2015), are:
\hat{x}'_{1} =
\begin{pmatrix}
\hat{P}_{11} \\
\hat{P}_{21} \\
0
\end{pmatrix}
\qquad
\hat{x}'_{2} =
\begin{pmatrix}
\hat{P}_{12} \\
0 \\
\hat{P}_{32}
\end{pmatrix}
A'_{1} =
\begin{pmatrix}
A_{11,1} & A_{12,1} & 0 \\
A_{21,1} & A_{22,1} & 0 \\
0 & 0 & 0
\end{pmatrix}
\qquad
A'_{2} =
\begin{pmatrix}
A_{11,2} & 0 & A_{13,2} \\
0 & 0 & 0 \\
A_{31,2} & 0 & A_{33,2}
\end{pmatrix}
S'_{n1} =
\begin{pmatrix}
s_{11,n1} & s_{12,n1} & 0 \\
s_{21,n1} & s_{22,n1} & 0 \\
0 & 0 & 0
\end{pmatrix}
\qquad
S'_{n2} =
\begin{pmatrix}
s_{11,n2} & 0 & s_{13,n2} \\
0 & 0 & 0 \\
s_{31,n2} & 0 & s_{33,n2}
\end{pmatrix}
Since these new noise CMs contain some rows and columns equal to zero, they are singular matrices and for their inversion it is needed to resort to the use of the generalized inverse.
Using the new matrices (Eqs. (39)–(41)), as input to the CDF algorithm, we obtain a solution that contains elements in common and not in common:
\hat{x}_f =
\begin{pmatrix}
\hat{P}_{1} \\
P_{2f} \\
P_{3f}
\end{pmatrix}
\qquad
A_f =
\begin{pmatrix}
A_{11,f} & A_{12,f} & A_{13,f} \\
A_{21,f} & A_{22,f} & A_{23,f} \\
A_{31,f} & A_{32,f} & A_{33,f}
\end{pmatrix}
\qquad
S_{nf} =
\begin{pmatrix}
S_{11,nf} & S_{12,nf} & S_{13,nf} \\
S_{21,nf} & S_{22,nf} & S_{23,nf} \\
S_{31,nf} & S_{32,nf} & S_{33,nf}
\end{pmatrix}
CDF improves the knowledge of the common parameter, but it also improves the knowledge of the parameters that are observed only by one of the two instruments and the gain in the information content for the parameters not in common is directly connected to the level of correlation between the parameter in common and those not in common.