UFO
ufo_radarradialvelocity_tlad_mod Module Reference

Data Types

type  ufo_radarradialvelocity_tlad
 

Functions/Subroutines

subroutine radarradialvelocity_tlad_setup_ (self, yaml_conf)
 
subroutine radarradialvelocity_tlad_settraj_ (self, geovals, obss)
 
subroutine radarradialvelocity_simobs_tl_ (self, geovals, obss, nvars, nlocs, hofx)
 
subroutine radarradialvelocity_simobs_ad_ (self, geovals, obss, nvars, nlocs, hofx)
 
subroutine radarradialvelocity_tlad_cleanup_ (self)
 
subroutine destructor (self)
 

Variables

character(len=maxvarlen), dimension(3), parameter geovars_default = (/var_u, var_v, var_w /)
 

Function/Subroutine Documentation

◆ destructor()

subroutine ufo_radarradialvelocity_tlad_mod::destructor ( type(ufo_radarradialvelocity_tlad), intent(inout)  self)

Definition at line 241 of file ufo_radarradialvelocity_tlad_mod.F90.

Here is the caller graph for this function:

◆ radarradialvelocity_simobs_ad_()

subroutine ufo_radarradialvelocity_tlad_mod::radarradialvelocity_simobs_ad_ ( class(ufo_radarradialvelocity_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 176 of file ufo_radarradialvelocity_tlad_mod.F90.

Here is the call graph for this function:

◆ radarradialvelocity_simobs_tl_()

subroutine ufo_radarradialvelocity_tlad_mod::radarradialvelocity_simobs_tl_ ( class(ufo_radarradialvelocity_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 130 of file ufo_radarradialvelocity_tlad_mod.F90.

Here is the call graph for this function:

◆ radarradialvelocity_tlad_cleanup_()

subroutine ufo_radarradialvelocity_tlad_mod::radarradialvelocity_tlad_cleanup_ ( class(ufo_radarradialvelocity_tlad), intent(inout)  self)

Definition at line 226 of file ufo_radarradialvelocity_tlad_mod.F90.

◆ radarradialvelocity_tlad_settraj_()

subroutine ufo_radarradialvelocity_tlad_mod::radarradialvelocity_tlad_settraj_ ( class(ufo_radarradialvelocity_tlad), intent(inout)  self,
type(ufo_geovals), intent(in)  geovals,
type(c_ptr), intent(in), value  obss 
)

Definition at line 70 of file ufo_radarradialvelocity_tlad_mod.F90.

Here is the call graph for this function:

◆ radarradialvelocity_tlad_setup_()

subroutine ufo_radarradialvelocity_tlad_mod::radarradialvelocity_tlad_setup_ ( class(ufo_radarradialvelocity_tlad), intent(inout)  self,
type(fckit_configuration), intent(in)  yaml_conf 
)

Definition at line 43 of file ufo_radarradialvelocity_tlad_mod.F90.

Variable Documentation

◆ geovars_default

character(len=maxvarlen), dimension(3), parameter ufo_radarradialvelocity_tlad_mod::geovars_default = (/var_u, var_v, var_w /)

Definition at line 35 of file ufo_radarradialvelocity_tlad_mod.F90.