UFO
ufo_rttovonedvarcheck_rsubmatrix_mod.f90 File Reference

Go to the source code of this file.

Data Types

type  ufo_rttovonedvarcheck_rsubmatrix_mod::ufo_rttovonedvarcheck_rsubmatrix
 

Modules

module  ufo_rttovonedvarcheck_rsubmatrix_mod
 Fortran derived type to hold data for the observation covariance.
 

Functions/Subroutines

subroutine ufo_rttovonedvarcheck_rsubmatrix_mod::rsubmatrix_setup (self, nchans, channels, full_rmatrix)
 Setup for the r sub-matrix. More...
 
subroutine ufo_rttovonedvarcheck_rsubmatrix_mod::rsubmatrix_delete (self)
 Delete method for the r_matrix. More...
 
subroutine ufo_rttovonedvarcheck_rsubmatrix_mod::rsubmatrix_multiply (self, xin, xout)
 Multiply a vector by the r-matrix. More...
 
subroutine ufo_rttovonedvarcheck_rsubmatrix_mod::rsubmatrix_multiply_matrix (self, xin, xout)
 Multiply a matrix by the r-matrix. More...
 
subroutine ufo_rttovonedvarcheck_rsubmatrix_mod::rsubmatrix_inv_multiply (self, xin, xout)
 Multiply a vector by the inverse of the r-matrix. More...
 
subroutine ufo_rttovonedvarcheck_rsubmatrix_mod::rsubmatrix_multiply_inv_matrix (self, xin, xout)
 Multiply a matrix by the inverse of the r-matrix. More...
 
subroutine ufo_rttovonedvarcheck_rsubmatrix_mod::rsubmatrix_add_to_u (self, uin, uout)
 Add a matrix to the r-matrix. More...
 
subroutine ufo_rttovonedvarcheck_rsubmatrix_mod::rsubmatrix_multiply_factor_by_stdev (self, factor, xout)
 Multiply a vector by the r-matrix diagonal standard deviation. More...
 
subroutine ufo_rttovonedvarcheck_rsubmatrix_mod::rsubmatrix_print (self)
 Print the contents of the r-matrix. More...