ARTS built-in documentation server

Workspace Method retrievalAddSpecialSpecies

Description

Same as jacobianAddSpecialSpecies but also adds a new block to covmat_sx
using the matrices in covmat_block and covmat_inv_block.

If covmat_inv_block is non-empty, it is used as inverse for the added block
which avoids its numerical computation.

For number and order of elements added to x, see jacobianAddSpecialSpecies.

Authors: Simon Pfreundschuh

Synopsis

retrievalAddSpecialSpecies( covmat_sx, jacobian_quantities, jacobian_agenda, atmosphere_dim, covmat_block, covmat_inv_block, p_grid, lat_grid, lon_grid, g1, g2, g3, species )

Variables

OUT+INcovmat_sx(CovarianceMatrix)Covariance matrix of a priori distribution This covariance matrix describes the Gaussian a priori distribution for an OEM retrieval.
OUT+INjacobian_quantities(ArrayOfRetrievalQuantity)The retrieval quantities in the Jacobian matrix.
OUT+INjacobian_agenda(Agenda)Pure numerical Jacobian calculation agenda.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INcovmat_block(Sparse)Holds matrices used to set blocks in covmat_sx and covmat_se.
INcovmat_inv_block(Sparse)Holds matrices used to set the inverse blocks in covmat_sx and covmat_se.
INp_grid(Vector)The pressure grid.
INlat_grid(Vector)The latitude grid.
INlon_grid(Vector)The longitude grid.
GINg1(Vector)Pressure retrieval grid.
GINg2(Vector)Latitude retrieval grid.
GINg3(Vector)Longitude retreival grid.
GINspecies(String)The species of the retrieval quantity.