UFO
ufo_avgkernel_mod Module Reference

Fortran module for averaging kernel observation operator. More...

Data Types

type  ufo_avgkernel
 Fortran derived type for the observation type. More...
 

Functions/Subroutines

subroutine ufo_avgkernel_setup (self, f_conf)
 
subroutine destructor (self)
 
subroutine ufo_avgkernel_simobs (self, geovals_in, obss, nvars, nlocs, hofx)
 

Variables

integer, parameter max_string =800
 

Detailed Description

Fortran module for averaging kernel observation operator.

Function/Subroutine Documentation

◆ destructor()

subroutine ufo_avgkernel_mod::destructor ( type(ufo_avgkernel), intent(inout)  self)

Definition at line 106 of file ufo_avgkernel_mod.F90.

◆ ufo_avgkernel_setup()

subroutine ufo_avgkernel_mod::ufo_avgkernel_setup ( class(ufo_avgkernel), intent(inout)  self,
type(fckit_configuration), intent(in)  f_conf 
)

Definition at line 38 of file ufo_avgkernel_mod.F90.

◆ ufo_avgkernel_simobs()

subroutine ufo_avgkernel_mod::ufo_avgkernel_simobs ( class(ufo_avgkernel), 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 
)
private

Definition at line 114 of file ufo_avgkernel_mod.F90.

Here is the call graph for this function:

Variable Documentation

◆ max_string

integer, parameter ufo_avgkernel_mod::max_string =800
private

Definition at line 17 of file ufo_avgkernel_mod.F90.