UFO
ufo_gnssro_ref_tlad_mod Module Reference

Fortran module for gnssro refractivity tangent linear and adjoint. More...

Data Types

type  ufo_gnssro_ref_tlad
 Fortran derived type for gnssro trajectory. More...
 

Functions/Subroutines

subroutine ufo_gnssro_ref_tlad_setup (self, f_conf)
 
subroutine ufo_gnssro_ref_tlad_settraj (self, geovals, obss)
 
subroutine ufo_gnssro_ref_simobs_tl (self, geovals, hofx, obss)
 
subroutine ufo_gnssro_ref_simobs_ad (self, geovals, hofx, obss)
 
subroutine ufo_gnssro_ref_tlad_delete (self)
 

Detailed Description

Fortran module for gnssro refractivity tangent linear and adjoint.

Function/Subroutine Documentation

◆ ufo_gnssro_ref_simobs_ad()

subroutine ufo_gnssro_ref_tlad_mod::ufo_gnssro_ref_simobs_ad ( class(ufo_gnssro_ref_tlad), intent(in)  self,
type(ufo_geovals), intent(inout)  geovals,
real(kind_real), dimension(:), intent(in)  hofx,
type(c_ptr), intent(in), value  obss 
)

Definition at line 174 of file ufo_gnssro_ref_tlad_mod.F90.

Here is the call graph for this function:

◆ ufo_gnssro_ref_simobs_tl()

subroutine ufo_gnssro_ref_tlad_mod::ufo_gnssro_ref_simobs_tl ( class(ufo_gnssro_ref_tlad), intent(in)  self,
type(ufo_geovals), intent(in)  geovals,
real(kind_real), dimension(:), intent(inout)  hofx,
type(c_ptr), intent(in), value  obss 
)

Definition at line 132 of file ufo_gnssro_ref_tlad_mod.F90.

Here is the call graph for this function:

◆ ufo_gnssro_ref_tlad_delete()

subroutine ufo_gnssro_ref_tlad_mod::ufo_gnssro_ref_tlad_delete ( class(ufo_gnssro_ref_tlad), intent(inout)  self)

Definition at line 226 of file ufo_gnssro_ref_tlad_mod.F90.

◆ ufo_gnssro_ref_tlad_settraj()

subroutine ufo_gnssro_ref_tlad_mod::ufo_gnssro_ref_tlad_settraj ( class(ufo_gnssro_ref_tlad), intent(inout)  self,
type(ufo_geovals), intent(in)  geovals,
type(c_ptr), intent(in), value  obss 
)

Definition at line 50 of file ufo_gnssro_ref_tlad_mod.F90.

Here is the call graph for this function:

◆ ufo_gnssro_ref_tlad_setup()

subroutine ufo_gnssro_ref_tlad_mod::ufo_gnssro_ref_tlad_setup ( class(ufo_gnssro_ref_tlad), intent(inout)  self,
type(fckit_configuration), intent(in)  f_conf 
)

Definition at line 40 of file ufo_gnssro_ref_tlad_mod.F90.

Here is the call graph for this function: