UFO
ufo_groundgnss_metoffice_mod_c Module Reference

Fortran module to handle ground based GNSS observations operator at the Met Office. More...

Functions/Subroutines

subroutine ufo_groundgnss_metoffice_setup_c (c_key_self, c_conf)
 Linked list implementation. More...
 
subroutine ufo_groundgnss_metoffice_delete_c (c_key_self)
 
subroutine ufo_groundgnss_metoffice_simobs_c (c_key_self, c_key_geovals, c_obsspace, c_nobs, c_hofx)
 

Variables

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

Detailed Description

Fortran module to handle ground based GNSS observations operator at the Met Office.

Function/Subroutine Documentation

◆ ufo_groundgnss_metoffice_delete_c()

subroutine ufo_groundgnss_metoffice_mod_c::ufo_groundgnss_metoffice_delete_c ( integer(c_int), intent(inout)  c_key_self)
private

Definition at line 50 of file ObsGroundgnssMetOffice.interface.F90.

◆ ufo_groundgnss_metoffice_setup_c()

subroutine ufo_groundgnss_metoffice_mod_c::ufo_groundgnss_metoffice_setup_c ( integer(c_int), intent(inout)  c_key_self,
type(c_ptr), intent(in)  c_conf 
)
private

Linked list implementation.

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

◆ ufo_groundgnss_metoffice_simobs_c()

subroutine ufo_groundgnss_metoffice_mod_c::ufo_groundgnss_metoffice_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 62 of file ObsGroundgnssMetOffice.interface.F90.

Variable Documentation

◆ ufo_groundgnss_metoffice_registry

type(registry_t) ufo_groundgnss_metoffice_mod_c::ufo_groundgnss_metoffice_registry
private

Linked list interface - defines registry_t type.

Global registry

Definition at line 23 of file ObsGroundgnssMetOffice.interface.F90.