UFO
ufo_groundgnss_metoffice_mod Module Reference

Fortran module for ground based gnss Met Office forward operator. More...

Data Types

type  ufo_groundgnss_metoffice
 Fortran derived type for groundgnss trajectory. More...
 

Functions/Subroutines

subroutine ufo_groundgnss_metoffice_setup (self, f_conf)
 
subroutine ufo_groundgnss_metoffice_simobs (self, geovals, hofx, obss)
 
subroutine ops_groundgnss_forwardmodel (nlevp, nlevq, za, zb, pressure, humidity, gbgnss_min_temp_grad, nobs, zStation, Model_ZTD)
 

Detailed Description

Fortran module for ground based gnss Met Office forward operator.

Function/Subroutine Documentation

◆ ops_groundgnss_forwardmodel()

subroutine ufo_groundgnss_metoffice_mod::ops_groundgnss_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,
real(kind_real), intent(in)  gbgnss_min_temp_grad,
integer, intent(in)  nobs,
real(kind_real), intent(in)  zStation,
real(kind_real), intent(inout)  Model_ZTD 
)
private

Definition at line 178 of file ufo_groundgnss_metoffice_mod.F90.

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

◆ ufo_groundgnss_metoffice_setup()

subroutine ufo_groundgnss_metoffice_mod::ufo_groundgnss_metoffice_setup ( class(ufo_groundgnss_metoffice), intent(inout)  self,
type(fckit_configuration), intent(in)  f_conf 
)
private

Definition at line 44 of file ufo_groundgnss_metoffice_mod.F90.

◆ ufo_groundgnss_metoffice_simobs()

subroutine ufo_groundgnss_metoffice_mod::ufo_groundgnss_metoffice_simobs ( class(ufo_groundgnss_metoffice), 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 58 of file ufo_groundgnss_metoffice_mod.F90.

Here is the call graph for this function: