UFO
ufo_scatwind_neutralmetoffice_mod_c Module Reference

Fortran module to handle scatwind observations - Met Office neutral operator. More...

Functions/Subroutines

subroutine ufo_scatwind_neutralmetoffice_setup_c (c_key_self, c_conf, c_obsvars, c_geovars)
 Linked list implementation. More...
 
subroutine ufo_scatwind_neutralmetoffice_delete_c (c_key_self)
 
subroutine ufo_scatwind_neutralmetoffice_simobs_c (c_key_self, c_key_geovals, c_obsspace, c_nvars, c_nlocs, c_hofx)
 

Variables

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

Detailed Description

Fortran module to handle scatwind observations - Met Office neutral operator.

Function/Subroutine Documentation

◆ ufo_scatwind_neutralmetoffice_delete_c()

subroutine ufo_scatwind_neutralmetoffice_mod_c::ufo_scatwind_neutralmetoffice_delete_c ( integer(c_int), intent(inout)  c_key_self)

Definition at line 61 of file ObsScatwindNeutralMetOffice.interface.F90.

◆ ufo_scatwind_neutralmetoffice_setup_c()

subroutine ufo_scatwind_neutralmetoffice_mod_c::ufo_scatwind_neutralmetoffice_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.

Parameters
[in]c_obsvarsvariables to be simulated
[in]c_geovarsvariables requested from the model

Definition at line 37 of file ObsScatwindNeutralMetOffice.interface.F90.

◆ ufo_scatwind_neutralmetoffice_simobs_c()

subroutine ufo_scatwind_neutralmetoffice_mod_c::ufo_scatwind_neutralmetoffice_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 73 of file ObsScatwindNeutralMetOffice.interface.F90.

Variable Documentation

◆ ufo_scatwind_neutralmetoffice_registry

type(registry_t) ufo_scatwind_neutralmetoffice_mod_c::ufo_scatwind_neutralmetoffice_registry
private

Linked list interface - defines registry_t type.

Global registry

Definition at line 27 of file ObsScatwindNeutralMetOffice.interface.F90.