UFO
ufo_avgkernel_tlad_mod Module Reference

Fortran module for avgkernel tl/ad observation operator. More...

Data Types

type  ufo_avgkernel_tlad
 

Functions/Subroutines

subroutine avgkernel_tlad_setup_ (self, f_conf)
 
subroutine destructor (self)
 
subroutine avgkernel_tlad_settraj_ (self, geovals_in, obss)
 
subroutine avgkernel_simobs_tl_ (self, geovals_in, obss, nvars, nlocs, hofx)
 
subroutine avgkernel_simobs_ad_ (self, geovals_in, obss, nvars, nlocs, hofx)
 
subroutine avgkernel_tlad_cleanup_ (self)
 

Variables

integer, parameter max_string =800
 

Detailed Description

Fortran module for avgkernel tl/ad observation operator.

Function/Subroutine Documentation

◆ avgkernel_simobs_ad_()

subroutine ufo_avgkernel_tlad_mod::avgkernel_simobs_ad_ ( class(ufo_avgkernel_tlad), intent(in)  self,
type(ufo_geovals), intent(inout)  geovals_in,
type(c_ptr), intent(in), value  obss,
integer, intent(in)  nvars,
integer, intent(in)  nlocs,
real(c_double), dimension(nvars, nlocs), intent(in)  hofx 
)

Definition at line 264 of file ufo_avgkernel_tlad_mod.F90.

Here is the call graph for this function:

◆ avgkernel_simobs_tl_()

subroutine ufo_avgkernel_tlad_mod::avgkernel_simobs_tl_ ( class(ufo_avgkernel_tlad), intent(in)  self,
type(ufo_geovals), intent(in)  geovals_in,
type(c_ptr), intent(in), value  obss,
integer, intent(in)  nvars,
integer, intent(in)  nlocs,
real(c_double), dimension(nvars, nlocs), intent(inout)  hofx 
)

Definition at line 210 of file ufo_avgkernel_tlad_mod.F90.

Here is the call graph for this function:

◆ avgkernel_tlad_cleanup_()

subroutine ufo_avgkernel_tlad_mod::avgkernel_tlad_cleanup_ ( class(ufo_avgkernel_tlad), intent(inout)  self)

Definition at line 317 of file ufo_avgkernel_tlad_mod.F90.

◆ avgkernel_tlad_settraj_()

subroutine ufo_avgkernel_tlad_mod::avgkernel_tlad_settraj_ ( class(ufo_avgkernel_tlad), intent(inout)  self,
type(ufo_geovals), intent(in)  geovals_in,
type(c_ptr), intent(in), value  obss 
)
private

Definition at line 124 of file ufo_avgkernel_tlad_mod.F90.

Here is the call graph for this function:

◆ avgkernel_tlad_setup_()

subroutine ufo_avgkernel_tlad_mod::avgkernel_tlad_setup_ ( class(ufo_avgkernel_tlad), intent(inout)  self,
type(fckit_configuration), intent(in)  f_conf 
)

Definition at line 49 of file ufo_avgkernel_tlad_mod.F90.

◆ destructor()

subroutine ufo_avgkernel_tlad_mod::destructor ( type(ufo_avgkernel_tlad), intent(inout)  self)

Definition at line 115 of file ufo_avgkernel_tlad_mod.F90.

Here is the caller graph for this function:

Variable Documentation

◆ max_string

integer, parameter ufo_avgkernel_tlad_mod::max_string =800
private

Definition at line 18 of file ufo_avgkernel_tlad_mod.F90.