UFO
ufo_gnssro_bendmetoffice_mod Module Reference

Fortran module for gnssro bending angle Met Office forward operator. More...

Data Types

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

Functions/Subroutines

subroutine ufo_gnssro_bendmetoffice_setup (self, f_conf)
 
subroutine ufo_gnssro_bendmetoffice_simobs (self, geovals, hofx, obss)
 
subroutine ops_gpsro_forwardmodel (nlevP, nlevq, za, zb, pressure, humidity, GPSRO_pseudo_ops, GPSRO_vert_interp_ops, nobs, zobs, RO_Rad_Curv, Latitude, RO_geoid_und, ycalc, BAErr)
 

Detailed Description

Fortran module for gnssro bending angle Met Office forward operator.

Function/Subroutine Documentation

◆ ops_gpsro_forwardmodel()

subroutine ufo_gnssro_bendmetoffice_mod::ops_gpsro_forwardmodel ( integer, intent(in)  nlevP,
integer, intent(in)  nlevq,
real(kind_real), dimension(1:nlevp), intent(in)  za,
real(kind_real), dimension(1:nlevq), intent(in)  zb,
real(kind_real), dimension(1:nlevp), intent(in)  pressure,
real(kind_real), dimension(1:nlevq), intent(in)  humidity,
logical, intent(in)  GPSRO_pseudo_ops,
logical, intent(in)  GPSRO_vert_interp_ops,
integer, intent(in)  nobs,
real(kind_real), dimension(1:nobs), intent(in)  zobs,
real(kind_real), intent(in)  RO_Rad_Curv,
real(kind_real), intent(in)  Latitude,
real(kind_real), intent(in)  RO_geoid_und,
real(kind_real), dimension(1:nobs), intent(inout)  ycalc,
logical, intent(out)  BAErr 
)
private

Definition at line 199 of file ufo_gnssro_bendmetoffice_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ufo_gnssro_bendmetoffice_setup()

subroutine ufo_gnssro_bendmetoffice_mod::ufo_gnssro_bendmetoffice_setup ( class(ufo_gnssro_bendmetoffice), intent(inout)  self,
type(fckit_configuration), intent(in)  f_conf 
)
private

Definition at line 44 of file ufo_gnssro_bendmetoffice_mod.F90.

◆ ufo_gnssro_bendmetoffice_simobs()

subroutine ufo_gnssro_bendmetoffice_mod::ufo_gnssro_bendmetoffice_simobs ( class(ufo_gnssro_bendmetoffice), 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 59 of file ufo_gnssro_bendmetoffice_mod.F90.

Here is the call graph for this function: