UFO
ufo_roobserror_mod_c Module Reference

Functions/Subroutines

subroutine ufo_roobserror_create_c (c_self, c_obspace, c_conf, c_filtervar)
 Linked list implementation. More...
 
subroutine ufo_roobserror_delete_c (c_self)
 
subroutine ufo_roobserror_prior_c (c_self, air_nobs, air_nlevs, air_temperature, height_nobs, height_nlevs, geopotential_height)
 

Variables

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

Function/Subroutine Documentation

◆ ufo_roobserror_create_c()

subroutine ufo_roobserror_mod_c::ufo_roobserror_create_c ( integer(c_int), intent(inout)  c_self,
type(c_ptr), intent(in), value  c_obspace,
type(c_ptr), intent(in), value  c_conf,
type(c_ptr), intent(in), value  c_filtervar 
)
private

Linked list implementation.

Definition at line 35 of file ROobserror.interface.F90.

Here is the call graph for this function:

◆ ufo_roobserror_delete_c()

subroutine ufo_roobserror_mod_c::ufo_roobserror_delete_c ( integer(c_int), intent(inout)  c_self)

Definition at line 57 of file ROobserror.interface.F90.

Here is the call graph for this function:

◆ ufo_roobserror_prior_c()

subroutine ufo_roobserror_mod_c::ufo_roobserror_prior_c ( integer(c_int), intent(in)  c_self,
integer(c_int), intent(in)  air_nobs,
integer(c_int), intent(in)  air_nlevs,
real(c_float), dimension(1:air_nobs,1:air_nlevs), intent(in)  air_temperature,
integer(c_int), intent(in)  height_nobs,
integer(c_int), intent(in)  height_nlevs,
real(c_float), dimension(1:height_nobs,1:height_nlevs), intent(in)  geopotential_height 
)
private

Definition at line 71 of file ROobserror.interface.F90.

Here is the call graph for this function:

Variable Documentation

◆ ufo_roobserror_registry

type(registry_t) ufo_roobserror_mod_c::ufo_roobserror_registry
private

Linked list interface - defines registry_t type.

Global registry

Definition at line 26 of file ROobserror.interface.F90.