UFO
ufo_example_tlad_mod Module Reference

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

Data Types

type  ufo_example_tlad
 Fortran derived type for the tl/ad observation operator. More...
 

Functions/Subroutines

subroutine ufo_example_tlad_setup (self, f_conf)
 
subroutine destructor (self)
 
subroutine ufo_example_tlad_settraj (self, geovals, obss, hofxdiags)
 
subroutine ufo_example_simobs_tl (self, geovals, obss, nvars, nlocs, hofx)
 
subroutine ufo_example_simobs_ad (self, geovals, obss, nvars, nlocs, hofx)
 

Detailed Description

Fortran module for example tl/ad observation operator.

Function/Subroutine Documentation

◆ destructor()

subroutine ufo_example_tlad_mod::destructor ( type(ufo_example_tlad), intent(inout)  self)

Definition at line 48 of file ufo_example_tlad_mod.F90.

Here is the caller graph for this function:

◆ ufo_example_simobs_ad()

subroutine ufo_example_tlad_mod::ufo_example_simobs_ad ( class(ufo_example_tlad), intent(in)  self,
type(ufo_geovals), intent(inout)  geovals,
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 88 of file ufo_example_tlad_mod.F90.

Here is the call graph for this function:

◆ ufo_example_simobs_tl()

subroutine ufo_example_tlad_mod::ufo_example_simobs_tl ( class(ufo_example_tlad), intent(in)  self,
type(ufo_geovals), intent(in)  geovals,
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 72 of file ufo_example_tlad_mod.F90.

Here is the call graph for this function:

◆ ufo_example_tlad_settraj()

subroutine ufo_example_tlad_mod::ufo_example_tlad_settraj ( class(ufo_example_tlad), intent(inout)  self,
type(ufo_geovals), intent(in)  geovals,
type(c_ptr), intent(in), value  obss,
type(ufo_geovals), intent(inout)  hofxdiags 
)
private

Definition at line 56 of file ufo_example_tlad_mod.F90.

Here is the call graph for this function:

◆ ufo_example_tlad_setup()

subroutine ufo_example_tlad_mod::ufo_example_tlad_setup ( class(ufo_example_tlad), intent(inout)  self,
type(fckit_configuration), intent(in)  f_conf 
)

Definition at line 35 of file ufo_example_tlad_mod.F90.