UFO
ufo_groundgnss_metoffice_tlad_mod Module Reference

Fortran module for ground based GNSS Met Office's tangent linear and adjoint. More...

Data Types

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

Functions/Subroutines

subroutine ufo_groundgnss_metoffice_setup (self, f_conf)
 
subroutine ufo_groundgnss_metoffice_tlad_settraj (self, geovals, obss)
 
subroutine ufo_groundgnss_metoffice_simobs_tl (self, geovals, hofx, obss)
 
subroutine ufo_groundgnss_metoffice_simobs_ad (self, geovals, hofx, obss)
 
subroutine ufo_groundgnss_metoffice_tlad_delete (self)
 
subroutine groundgnss_jacobian_interface (nlevp, nlevq, za, zb, q, prs, zStation, iobs, gbgnss_min_temp_grad, K)
 
subroutine groundgnss_getk (nstate, nlevP, nlevq, za, zb, P, q, zStation, iobs, gbgnss_min_temp_grad, refracerr, refrac, K)
 

Variables

integer, parameter max_string =800
 

Detailed Description

Fortran module for ground based GNSS Met Office's tangent linear and adjoint.

Function/Subroutine Documentation

◆ groundgnss_getk()

subroutine ufo_groundgnss_metoffice_tlad_mod::groundgnss_getk ( integer, intent(in)  nstate,
integer, intent(in)  nlevP,
integer, intent(in)  nlevq,
real(kind_real), dimension(:), intent(in)  za,
real(kind_real), dimension(:), intent(in)  zb,
real(kind_real), dimension(:), intent(in)  P,
real(kind_real), dimension(:), intent(in)  q,
real(kind_real), intent(in)  zStation,
integer, intent(in)  iobs,
real(kind_real), intent(in)  gbgnss_min_temp_grad,
logical, intent(inout)  refracerr,
real(kind_real), dimension(:), intent(in)  refrac,
real(kind_real), dimension(:,:), intent(inout)  K 
)

Definition at line 477 of file ufo_groundgnss_metoffice_tlad_mod.F90.

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

◆ groundgnss_jacobian_interface()

subroutine ufo_groundgnss_metoffice_tlad_mod::groundgnss_jacobian_interface ( integer, intent(in)  nlevp,
integer, intent(in)  nlevq,
real(kind_real), dimension(:), intent(in)  za,
real(kind_real), dimension(:), intent(in)  zb,
real(kind_real), dimension(1:nlevq), intent(in)  q,
real(kind_real), dimension(1:nlevp), intent(in)  prs,
real(kind_real), intent(in)  zStation,
integer, intent(in)  iobs,
real(kind_real), intent(in)  gbgnss_min_temp_grad,
real(kind_real), dimension(:,:), intent(inout)  K 
)

Definition at line 385 of file ufo_groundgnss_metoffice_tlad_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_tlad_mod::ufo_groundgnss_metoffice_setup ( class(ufo_groundgnss_metoffice_tlad), intent(inout)  self,
type(fckit_configuration), intent(in)  f_conf 
)

Definition at line 58 of file ufo_groundgnss_metoffice_tlad_mod.F90.

◆ ufo_groundgnss_metoffice_simobs_ad()

subroutine ufo_groundgnss_metoffice_tlad_mod::ufo_groundgnss_metoffice_simobs_ad ( class(ufo_groundgnss_metoffice_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 274 of file ufo_groundgnss_metoffice_tlad_mod.F90.

Here is the call graph for this function:

◆ ufo_groundgnss_metoffice_simobs_tl()

subroutine ufo_groundgnss_metoffice_tlad_mod::ufo_groundgnss_metoffice_simobs_tl ( class(ufo_groundgnss_metoffice_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 184 of file ufo_groundgnss_metoffice_tlad_mod.F90.

Here is the call graph for this function:

◆ ufo_groundgnss_metoffice_tlad_delete()

subroutine ufo_groundgnss_metoffice_tlad_mod::ufo_groundgnss_metoffice_tlad_delete ( class(ufo_groundgnss_metoffice_tlad), intent(inout)  self)

Definition at line 367 of file ufo_groundgnss_metoffice_tlad_mod.F90.

◆ ufo_groundgnss_metoffice_tlad_settraj()

subroutine ufo_groundgnss_metoffice_tlad_mod::ufo_groundgnss_metoffice_tlad_settraj ( class(ufo_groundgnss_metoffice_tlad), intent(inout)  self,
type(ufo_geovals), intent(in)  geovals,
type(c_ptr), intent(in), value  obss 
)

Definition at line 73 of file ufo_groundgnss_metoffice_tlad_mod.F90.

Here is the call graph for this function:

Variable Documentation

◆ max_string

integer, parameter ufo_groundgnss_metoffice_tlad_mod::max_string =800

Definition at line 31 of file ufo_groundgnss_metoffice_tlad_mod.F90.