UFO
ufo_aodgeos_tlad_mod Module Reference

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

Data Types

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

Functions/Subroutines

subroutine ufo_aodgeos_tlad_setup (self, f_conf)
 
subroutine ufo_aodgeos_tlad_delete (self)
 
subroutine ufo_aodgeos_tlad_settraj (self, geovals, obss)
 
subroutine ufo_aodgeos_simobs_tl (self, geovals, obss, nvars, nlocs, hofx)
 
subroutine ufo_aodgeos_simobs_ad (self, geovals, obss, nvars, nlocs, hofx)
 

Variables

integer, parameter max_string =800
 

Detailed Description

Fortran module for aodgeos tl/ad observation operator.

Function/Subroutine Documentation

◆ ufo_aodgeos_simobs_ad()

subroutine ufo_aodgeos_tlad_mod::ufo_aodgeos_simobs_ad ( class(ufo_aodgeos_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 
)
private

Definition at line 182 of file ufo_aodgeos_tlad_mod.F90.

Here is the call graph for this function:

◆ ufo_aodgeos_simobs_tl()

subroutine ufo_aodgeos_tlad_mod::ufo_aodgeos_simobs_tl ( class(ufo_aodgeos_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 149 of file ufo_aodgeos_tlad_mod.F90.

Here is the call graph for this function:

◆ ufo_aodgeos_tlad_delete()

subroutine ufo_aodgeos_tlad_mod::ufo_aodgeos_tlad_delete ( class(ufo_aodgeos_tlad), intent(inout)  self)

Definition at line 81 of file ufo_aodgeos_tlad_mod.F90.

◆ ufo_aodgeos_tlad_settraj()

subroutine ufo_aodgeos_tlad_mod::ufo_aodgeos_tlad_settraj ( class(ufo_aodgeos_tlad), intent(inout)  self,
type(ufo_geovals), intent(in)  geovals,
type(c_ptr), intent(in), value  obss 
)
private

Definition at line 92 of file ufo_aodgeos_tlad_mod.F90.

Here is the call graph for this function:

◆ ufo_aodgeos_tlad_setup()

subroutine ufo_aodgeos_tlad_mod::ufo_aodgeos_tlad_setup ( class(ufo_aodgeos_tlad), intent(inout)  self,
type(fckit_configuration), intent(in)  f_conf 
)

Definition at line 47 of file ufo_aodgeos_tlad_mod.F90.

Variable Documentation

◆ max_string

integer, parameter ufo_aodgeos_tlad_mod::max_string =800
private

Definition at line 24 of file ufo_aodgeos_tlad_mod.F90.