UFO
ufo_gnssro_bndropp2d_mod Module Reference

Fortran module for gnssro bending angle ropp2d forward operator following the ROPP (2018 Aug) implementation. More...

Data Types

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

Functions/Subroutines

subroutine ufo_gnssro_bndropp2d_setup (self, f_conf, c_size)
 
subroutine ufo_gnssro_bndropp2d_simobs (self, geovals, hofx, obss)
 

Detailed Description

Fortran module for gnssro bending angle ropp2d forward operator following the ROPP (2018 Aug) implementation.

Stubbed Fortran module for gnssro bending angle ropp2d forward operator following the ROPP (2018 Aug) implementation.

Function/Subroutine Documentation

◆ ufo_gnssro_bndropp2d_setup()

subroutine ufo_gnssro_bndropp2d_mod::ufo_gnssro_bndropp2d_setup ( class(ufo_gnssro_bndropp2d), intent(inout)  self,
type(fckit_configuration), intent(in)  f_conf,
integer, intent(in)  c_size 
)
private

Definition at line 44 of file ufo_gnssro_bndropp2d_mod.F90.

Here is the call graph for this function:

◆ ufo_gnssro_bndropp2d_simobs()

subroutine ufo_gnssro_bndropp2d_mod::ufo_gnssro_bndropp2d_simobs ( class(ufo_gnssro_bndropp2d), intent(in)  self,
type(ufo_geovals), intent(in)  geovals,
real(kind_real), dimension(:), intent(inout)  hofx,
type(c_ptr), intent(in), value  obss 
)
private

Definition at line 61 of file ufo_gnssro_bndropp2d_mod.F90.

Here is the call graph for this function: