UFO
ufo_aodluts_tlad_mod Module Reference

fortran module to handle tl/ad for aod observations More...

Data Types

type  ufo_aodluts_tlad
 fortran derived type for aod trajectory More...
 

Functions/Subroutines

subroutine ufo_aodluts_tlad_setup (self, f_confoper, channels)
 
subroutine ufo_aodluts_tlad_delete (self)
 
subroutine ufo_aodluts_tlad_settraj (self, geovals, obss)
 
subroutine ufo_aodluts_simobs_tl (self, geovals, obss, nvars, nlocs, hofx)
 
subroutine ufo_aodluts_simobs_ad (self, geovals, obss, nvars, nlocs, hofx)
 

Detailed Description

fortran module to handle tl/ad for aod observations

Function/Subroutine Documentation

◆ ufo_aodluts_simobs_ad()

subroutine ufo_aodluts_tlad_mod::ufo_aodluts_simobs_ad ( class(ufo_aodluts_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 272 of file ufo_aodluts_tlad_mod.F90.

Here is the call graph for this function:

◆ ufo_aodluts_simobs_tl()

subroutine ufo_aodluts_tlad_mod::ufo_aodluts_simobs_tl ( class(ufo_aodluts_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 
)
private

Definition at line 211 of file ufo_aodluts_tlad_mod.F90.

Here is the call graph for this function:

◆ ufo_aodluts_tlad_delete()

subroutine ufo_aodluts_tlad_mod::ufo_aodluts_tlad_delete ( class(ufo_aodluts_tlad), intent(inout)  self)
private

Definition at line 89 of file ufo_aodluts_tlad_mod.F90.

Here is the call graph for this function:

◆ ufo_aodluts_tlad_settraj()

subroutine ufo_aodluts_tlad_mod::ufo_aodluts_tlad_settraj ( class(ufo_aodluts_tlad), intent(inout)  self,
type(ufo_geovals), intent(in)  geovals,
type(c_ptr), intent(in), value  obss 
)
private

Definition at line 109 of file ufo_aodluts_tlad_mod.F90.

Here is the call graph for this function:

◆ ufo_aodluts_tlad_setup()

subroutine ufo_aodluts_tlad_mod::ufo_aodluts_tlad_setup ( class(ufo_aodluts_tlad), intent(inout)  self,
type(fckit_configuration), intent(in)  f_confoper,
integer(c_int), dimension(:), intent(in)  channels 
)

Definition at line 56 of file ufo_aodluts_tlad_mod.F90.

Here is the call graph for this function: