UFO
ufo_metoffice_rmatrixradiance_mod_c Module Reference

Functions/Subroutines

subroutine ufo_metoffice_rmatrixradiance_setup_c (c_self, c_conf, nchans, wmoid, rtype)
 Linked list implementation. More...
 
subroutine ufo_metoffice_rmatrixradiance_delete_c (c_self)
 
subroutine ufo_metoffice_rmatrixradiance_getelements_c (c_self, nchans, channels, obs_error)
 
subroutine ufo_metoffice_rmatrixradiance_print_c (c_self)
 

Variables

type(registry_t) ufo_metoffice_rmatrixradiance_registry
 Linked list interface - defines registry_t type. More...
 

Function/Subroutine Documentation

◆ ufo_metoffice_rmatrixradiance_delete_c()

subroutine ufo_metoffice_rmatrixradiance_mod_c::ufo_metoffice_rmatrixradiance_delete_c ( integer(c_int), intent(inout)  c_self)
private

Definition at line 67 of file MetOfficeRMatrixRadiance.interface.F90.

◆ ufo_metoffice_rmatrixradiance_getelements_c()

subroutine ufo_metoffice_rmatrixradiance_mod_c::ufo_metoffice_rmatrixradiance_getelements_c ( integer(c_int), intent(inout)  c_self,
integer(c_size_t), intent(in)  nchans,
integer(c_int), dimension(nchans), intent(inout)  channels,
real(c_float), dimension(nchans), intent(inout)  obs_error 
)
private

Definition at line 84 of file MetOfficeRMatrixRadiance.interface.F90.

◆ ufo_metoffice_rmatrixradiance_print_c()

subroutine ufo_metoffice_rmatrixradiance_mod_c::ufo_metoffice_rmatrixradiance_print_c ( integer(c_int), intent(inout)  c_self)
private

Definition at line 103 of file MetOfficeRMatrixRadiance.interface.F90.

◆ ufo_metoffice_rmatrixradiance_setup_c()

subroutine ufo_metoffice_rmatrixradiance_mod_c::ufo_metoffice_rmatrixradiance_setup_c ( integer(c_int), intent(inout)  c_self,
type(c_ptr), intent(in), value  c_conf,
integer(c_size_t), intent(inout)  nchans,
integer(c_size_t), intent(inout)  wmoid,
integer(c_size_t), intent(inout)  rtype 
)
private

Linked list implementation.

Definition at line 33 of file MetOfficeRMatrixRadiance.interface.F90.

Variable Documentation

◆ ufo_metoffice_rmatrixradiance_registry

type(registry_t) ufo_metoffice_rmatrixradiance_mod_c::ufo_metoffice_rmatrixradiance_registry
private

Linked list interface - defines registry_t type.

Global registry

Definition at line 25 of file MetOfficeRMatrixRadiance.interface.F90.