UFO
ufo_aodluts_mod_c Module Reference

Fortran module to handle aodluts observations. More...

Functions/Subroutines

subroutine ufo_aodluts_setup_c (c_key_self, c_conf, c_nchan, c_channels, c_varlist)
 Linked list implementation. More...
 
subroutine ufo_aodluts_delete_c (c_key_self)
 
subroutine ufo_aodluts_simobs_c (c_key_self, c_key_geovals, c_obsspace, c_nvars, c_nlocs, c_hofx)
 

Variables

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

Detailed Description

Fortran module to handle aodluts observations.

Function/Subroutine Documentation

◆ ufo_aodluts_delete_c()

subroutine ufo_aodluts_mod_c::ufo_aodluts_delete_c ( integer(c_int), intent(inout)  c_key_self)

Definition at line 65 of file ObsAodLUTs.interface.F90.

◆ ufo_aodluts_setup_c()

subroutine ufo_aodluts_mod_c::ufo_aodluts_setup_c ( integer(c_int), intent(inout)  c_key_self,
type(c_ptr), intent(in), value  c_conf,
integer(c_int), intent(in)  c_nchan,
integer(c_int), dimension(c_nchan), intent(in)  c_channels,
type(c_ptr), intent(in), value  c_varlist 
)
private

Linked list implementation.

Update C++ ObsOperator with input variable list

Definition at line 38 of file ObsAodLUTs.interface.F90.

◆ ufo_aodluts_simobs_c()

subroutine ufo_aodluts_mod_c::ufo_aodluts_simobs_c ( integer(c_int), intent(in)  c_key_self,
integer(c_int), intent(in)  c_key_geovals,
type(c_ptr), intent(in), value  c_obsspace,
integer(c_int), intent(in)  c_nvars,
integer(c_int), intent(in)  c_nlocs,
real(c_double), dimension(c_nvars, c_nlocs), intent(inout)  c_hofx 
)
private

Definition at line 81 of file ObsAodLUTs.interface.F90.

Variable Documentation

◆ ufo_aodluts_registry

type(registry_t) ufo_aodluts_mod_c::ufo_aodluts_registry
private

Linked list interface - defines registry_t type.

Global registry

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