UFO
ufo_marinevertinterp_mod_c Module Reference

Fortran marinevertinterp module for functions on the interface between C++ and Fortran. More...

Functions/Subroutines

subroutine ufo_marinevertinterp_setup_c (c_key_self, c_conf, c_obsvars, c_geovars)
 Linked list implementation. More...
 
subroutine ufo_marinevertinterp_delete_c (c_key_self)
 
subroutine ufo_marinevertinterp_simobs_c (c_key_self, c_key_geovals, c_obsspace, c_nobs, c_hofx)
 

Variables

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

Detailed Description

Fortran marinevertinterp module for functions on the interface between C++ and Fortran.

Function/Subroutine Documentation

◆ ufo_marinevertinterp_delete_c()

subroutine ufo_marinevertinterp_mod_c::ufo_marinevertinterp_delete_c ( integer(c_int), intent(inout)  c_key_self)

Definition at line 59 of file ObsMarineVertInterp.interface.F90.

◆ ufo_marinevertinterp_setup_c()

subroutine ufo_marinevertinterp_mod_c::ufo_marinevertinterp_setup_c ( integer(c_int), intent(inout)  c_key_self,
type(c_ptr), intent(in), value  c_conf,
type(c_ptr), intent(in), value  c_obsvars,
type(c_ptr), intent(in), value  c_geovars 
)
private

Linked list implementation.

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

◆ ufo_marinevertinterp_simobs_c()

subroutine ufo_marinevertinterp_mod_c::ufo_marinevertinterp_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_nobs,
real(c_double), dimension(c_nobs), intent(inout)  c_hofx 
)
private

Definition at line 72 of file ObsMarineVertInterp.interface.F90.

Variable Documentation

◆ ufo_marinevertinterp_registry

type(registry_t) ufo_marinevertinterp_mod_c::ufo_marinevertinterp_registry
private

Linked list interface - defines registry_t type.

Global registry

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