UFO
ufo_gnssro_bndnbam_tlad_mod Module Reference

Fortran module of Gnssro NBAM (NCEP's Bending Angle Method) tlad operator. More...

Data Types

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

Functions/Subroutines

subroutine ufo_gnssro_bndnbam_tlad_setup (self, f_conf)
 
subroutine ufo_gnssro_bndnbam_tlad_settraj (self, geovals, obss)
 
subroutine ufo_gnssro_bndnbam_simobs_tl (self, geovals, hofx, obss)
 
subroutine ufo_gnssro_bndnbam_simobs_ad (self, geovals, hofx, obss)
 
subroutine ufo_gnssro_bndnbam_tlad_delete (self)
 

Variables

real(c_double) missing
 

Detailed Description

Fortran module of Gnssro NBAM (NCEP's Bending Angle Method) tlad operator.

Function/Subroutine Documentation

◆ ufo_gnssro_bndnbam_simobs_ad()

subroutine ufo_gnssro_bndnbam_tlad_mod::ufo_gnssro_bndnbam_simobs_ad ( class(ufo_gnssro_bndnbam_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 561 of file ufo_gnssro_bndnbam_tlad_mod.F90.

Here is the call graph for this function:

◆ ufo_gnssro_bndnbam_simobs_tl()

subroutine ufo_gnssro_bndnbam_tlad_mod::ufo_gnssro_bndnbam_simobs_tl ( class(ufo_gnssro_bndnbam_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 456 of file ufo_gnssro_bndnbam_tlad_mod.F90.

Here is the call graph for this function:

◆ ufo_gnssro_bndnbam_tlad_delete()

subroutine ufo_gnssro_bndnbam_tlad_mod::ufo_gnssro_bndnbam_tlad_delete ( class(ufo_gnssro_bndnbam_tlad), intent(inout)  self)

Definition at line 667 of file ufo_gnssro_bndnbam_tlad_mod.F90.

◆ ufo_gnssro_bndnbam_tlad_settraj()

subroutine ufo_gnssro_bndnbam_tlad_mod::ufo_gnssro_bndnbam_tlad_settraj ( class(ufo_gnssro_bndnbam_tlad), intent(inout)  self,
type(ufo_geovals), intent(in)  geovals,
type(c_ptr), intent(in), value  obss 
)

Definition at line 53 of file ufo_gnssro_bndnbam_tlad_mod.F90.

Here is the call graph for this function:

◆ ufo_gnssro_bndnbam_tlad_setup()

subroutine ufo_gnssro_bndnbam_tlad_mod::ufo_gnssro_bndnbam_tlad_setup ( class(ufo_gnssro_bndnbam_tlad), intent(inout)  self,
type(fckit_configuration), intent(in)  f_conf 
)

Definition at line 43 of file ufo_gnssro_bndnbam_tlad_mod.F90.

Here is the call graph for this function:

Variable Documentation

◆ missing

real(c_double) ufo_gnssro_bndnbam_tlad_mod::missing

Definition at line 23 of file ufo_gnssro_bndnbam_tlad_mod.F90.