UFO
|
Fortran derived type to hold data for the observation covariance. More...
Data Types | |
type | ufo_metoffice_rmatrixradiance |
Functions/Subroutines | |
subroutine | rmatrix_setup (self, filename) |
Setup for the full r_matrix. More... | |
subroutine | rmatrix_delete (self) |
Delete method for the full r_matrix. More... | |
subroutine | rmatrix_print (self) |
Print method for the full r_matrix. More... | |
Fortran derived type to hold data for the observation covariance.
|
private |
Delete method for the full r_matrix.
[in,out] | self | Full R matrix structure |
Definition at line 102 of file ufo_metoffice_rmatrixradiance_mod.f90.
|
private |
Print method for the full r_matrix.
[in,out] | self | Full R matrix structure |
Definition at line 119 of file ufo_metoffice_rmatrixradiance_mod.f90.
subroutine ufo_metoffice_rmatrixradiance_mod::rmatrix_setup | ( | class(ufo_metoffice_rmatrixradiance), intent(inout) | self, |
character(len=*), intent(in) | filename | ||
) |
Setup for the full r_matrix.
[in,out] | self | Full R matrix structure |
[in] | filename | Path to input filename |
Definition at line 39 of file ufo_metoffice_rmatrixradiance_mod.f90.