UFO
|
Public Member Functions | |
procedure | setup => rmatrix_setup |
procedure | delete => rmatrix_delete |
procedure | print => rmatrix_print |
Public Attributes | |
integer, dimension(:), allocatable | channels |
array with instruemnt channel numbers More... | |
integer | wmo_id |
wmo id for satellite More... | |
integer | rtype |
type of r-matrix (1=full; 2=diagonal) More... | |
integer | nchans |
number of channels in rmatrix More... | |
real(kind_real), dimension(:), allocatable | errors |
vector of errors More... | |
Definition at line 16 of file ufo_metoffice_rmatrixradiance_mod.f90.
procedure ufo_metoffice_rmatrixradiance_mod::ufo_metoffice_rmatrixradiance::delete |
Definition at line 25 of file ufo_metoffice_rmatrixradiance_mod.f90.
procedure ufo_metoffice_rmatrixradiance_mod::ufo_metoffice_rmatrixradiance::print |
Definition at line 26 of file ufo_metoffice_rmatrixradiance_mod.f90.
procedure ufo_metoffice_rmatrixradiance_mod::ufo_metoffice_rmatrixradiance::setup |
Definition at line 24 of file ufo_metoffice_rmatrixradiance_mod.f90.
integer, dimension(:), allocatable ufo_metoffice_rmatrixradiance_mod::ufo_metoffice_rmatrixradiance::channels |
array with instruemnt channel numbers
Definition at line 17 of file ufo_metoffice_rmatrixradiance_mod.f90.
real(kind_real), dimension(:), allocatable ufo_metoffice_rmatrixradiance_mod::ufo_metoffice_rmatrixradiance::errors |
vector of errors
Definition at line 21 of file ufo_metoffice_rmatrixradiance_mod.f90.
integer ufo_metoffice_rmatrixradiance_mod::ufo_metoffice_rmatrixradiance::nchans |
number of channels in rmatrix
Definition at line 20 of file ufo_metoffice_rmatrixradiance_mod.f90.
integer ufo_metoffice_rmatrixradiance_mod::ufo_metoffice_rmatrixradiance::rtype |
type of r-matrix (1=full; 2=diagonal)
Definition at line 19 of file ufo_metoffice_rmatrixradiance_mod.f90.
integer ufo_metoffice_rmatrixradiance_mod::ufo_metoffice_rmatrixradiance::wmo_id |
wmo id for satellite
Definition at line 18 of file ufo_metoffice_rmatrixradiance_mod.f90.