FV3 Bundle
ufo_stericheight_tlad_mod_c Module Reference

Fortran module to handle steric height observations. More...

Functions/Subroutines

subroutine ufo_stericheight_tlad_setup_c (c_key_self, c_conf)
 Linked list implementation. More...
 
subroutine ufo_stericheight_tlad_delete_c (c_key_self)
 
subroutine ufo_stericheight_tlad_gettraj (c_key_self, c_nobs, c_vars, c_key_traj)
 
subroutine ufo_stericheight_tlad_settraj_c (c_key_self, c_key_geovals)
 
subroutine ufo_stericheight_simobs_tl_c (c_key_self, c_key_geovals, c_nobs, c_hofx)
 
subroutine ufo_stericheight_simobs_ad_c (c_key_self, c_key_geovals, c_nobs, c_hofx)
 

Variables

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

Detailed Description

Fortran module to handle steric height observations.

Function/Subroutine Documentation

◆ ufo_stericheight_simobs_ad_c()

subroutine ufo_stericheight_tlad_mod_c::ufo_stericheight_simobs_ad_c ( integer(c_int), intent(in)  c_key_self,
integer(c_int), intent(in)  c_key_geovals,
integer(c_int), intent(in)  c_nobs,
real(c_double), dimension(:), intent(inout)  c_hofx 
)
private

Definition at line 142 of file ufo_stericheight_tlad_interface.F90.

Here is the call graph for this function:

◆ ufo_stericheight_simobs_tl_c()

subroutine ufo_stericheight_tlad_mod_c::ufo_stericheight_simobs_tl_c ( integer(c_int), intent(in)  c_key_self,
integer(c_int), intent(in)  c_key_geovals,
integer(c_int), intent(in)  c_nobs,
real(c_double), dimension(:), intent(inout)  c_hofx 
)
private

Definition at line 120 of file ufo_stericheight_tlad_interface.F90.

Here is the call graph for this function:

◆ ufo_stericheight_tlad_delete_c()

subroutine ufo_stericheight_tlad_mod_c::ufo_stericheight_tlad_delete_c ( integer(c_int), intent(inout)  c_key_self)
private

Definition at line 51 of file ufo_stericheight_tlad_interface.F90.

◆ ufo_stericheight_tlad_gettraj()

subroutine ufo_stericheight_tlad_mod_c::ufo_stericheight_tlad_gettraj ( integer(c_int), intent(in)  c_key_self,
integer(c_int), intent(in)  c_nobs,
type(c_ptr), intent(in)  c_vars,
integer(c_int), intent(inout)  c_key_traj 
)
private

Definition at line 64 of file ufo_stericheight_tlad_interface.F90.

Here is the call graph for this function:

◆ ufo_stericheight_tlad_settraj_c()

subroutine ufo_stericheight_tlad_mod_c::ufo_stericheight_tlad_settraj_c ( integer(c_int), intent(in)  c_key_self,
integer(c_int), intent(in)  c_key_geovals 
)

Definition at line 98 of file ufo_stericheight_tlad_interface.F90.

Here is the call graph for this function:

◆ ufo_stericheight_tlad_setup_c()

subroutine ufo_stericheight_tlad_mod_c::ufo_stericheight_tlad_setup_c ( integer(c_int), intent(inout)  c_key_self,
type(c_ptr), intent(in)  c_conf 
)
private

Linked list implementation.

Definition at line 36 of file ufo_stericheight_tlad_interface.F90.

Variable Documentation

◆ ufo_stericheight_tlad_registry

type(registry_t) ufo_stericheight_tlad_mod_c::ufo_stericheight_tlad_registry
private

Linked list interface - defines registry_t type.

Global registry

Definition at line 25 of file ufo_stericheight_tlad_interface.F90.