UFO
ufo_sattcwv_mod Module Reference

Fortran module for satellite precipitable water observation operator. More...

Data Types

type  ufo_sattcwv
 Fortran derived type for sattcwv trajectory. More...
 

Functions/Subroutines

subroutine ufo_sattcwv_setup (self, f_conf)
 
subroutine destructor (self)
 
subroutine ufo_sattcwv_simobs (self, geovals, hofx, obss)
 
subroutine sattcwv_forwardmodel (nlevP, ilev1, ilev2, inc, ibot, isfc, psfc, prs, q, Model_SatTCWV)
 

Detailed Description

Fortran module for satellite precipitable water observation operator.

Function/Subroutine Documentation

◆ destructor()

subroutine ufo_sattcwv_mod::destructor ( type(ufo_sattcwv), intent(inout)  self)

Definition at line 51 of file ufo_SatTCWV_mod.F90.

Here is the caller graph for this function:

◆ sattcwv_forwardmodel()

subroutine ufo_sattcwv_mod::sattcwv_forwardmodel ( integer, intent(in)  nlevP,
integer, intent(in)  ilev1,
integer, intent(in)  ilev2,
integer, intent(in)  inc,
integer, intent(in)  ibot,
integer, intent(in)  isfc,
real(kind_real), intent(in)  psfc,
real(kind_real), dimension(1:nlevp), intent(in)  prs,
real(kind_real), dimension(1:nlevp-1), intent(in)  q,
real(kind_real), intent(inout)  Model_SatTCWV 
)
Parameters
[in]nlevpCompute Total column water vapour amount from geovals water vapour profile.

Heritage: Var_SatTCWVOperator.f90

Author
Met Office
Date
05/01/2021: Created

Definition at line 150 of file ufo_SatTCWV_mod.F90.

Here is the caller graph for this function:

◆ ufo_sattcwv_setup()

subroutine ufo_sattcwv_mod::ufo_sattcwv_setup ( class(ufo_sattcwv), intent(inout)  self,
type(fckit_configuration), intent(in)  f_conf 
)
private

Definition at line 41 of file ufo_SatTCWV_mod.F90.

◆ ufo_sattcwv_simobs()

subroutine ufo_sattcwv_mod::ufo_sattcwv_simobs ( class(ufo_sattcwv), 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 57 of file ufo_SatTCWV_mod.F90.

Here is the call graph for this function: