UFO
ufo_sattcwv_tlad_mod Module Reference

Fortran module for precipitable water tangent linear and adjoint. More...

Data Types

type  ufo_sattcwv_tlad
 Fortran derived type for precipitable water trajectory. More...
 

Functions/Subroutines

subroutine ufo_sattcwv_setup (self, f_conf)
 
subroutine ufo_sattcwv_tlad_delete (self)
 
subroutine ufo_sattcwv_tlad_settraj (self, geovals, obss)
 
subroutine ufo_sattcwv_simobs_tl (self, geovals, hofx, obss)
 
subroutine ufo_sattcwv_simobs_ad (self, geovals, hofx, obss)
 
subroutine sattcwv_getk (nlevP, ilev1, ilev2, inc, ibot, isfc, psfc, prs, dtcwv_dq)
 

Variables

integer, parameter max_string =800
 

Detailed Description

Fortran module for precipitable water tangent linear and adjoint.

Function/Subroutine Documentation

◆ sattcwv_getk()

subroutine ufo_sattcwv_tlad_mod::sattcwv_getk ( 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(inout)  dtcwv_dq 
)

Definition at line 322 of file ufo_SatTCWV_tlad_mod.F90.

Here is the caller graph for this function:

◆ ufo_sattcwv_setup()

subroutine ufo_sattcwv_tlad_mod::ufo_sattcwv_setup ( class(ufo_sattcwv_tlad), intent(inout)  self,
type(fckit_configuration), intent(in)  f_conf 
)

Definition at line 47 of file ufo_SatTCWV_tlad_mod.F90.

◆ ufo_sattcwv_simobs_ad()

subroutine ufo_sattcwv_tlad_mod::ufo_sattcwv_simobs_ad ( class(ufo_sattcwv_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 250 of file ufo_SatTCWV_tlad_mod.F90.

Here is the call graph for this function:

◆ ufo_sattcwv_simobs_tl()

subroutine ufo_sattcwv_tlad_mod::ufo_sattcwv_simobs_tl ( class(ufo_sattcwv_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 179 of file ufo_SatTCWV_tlad_mod.F90.

Here is the call graph for this function:

◆ ufo_sattcwv_tlad_delete()

subroutine ufo_sattcwv_tlad_mod::ufo_sattcwv_tlad_delete ( class(ufo_sattcwv_tlad), intent(inout)  self)

Definition at line 59 of file ufo_SatTCWV_tlad_mod.F90.

◆ ufo_sattcwv_tlad_settraj()

subroutine ufo_sattcwv_tlad_mod::ufo_sattcwv_tlad_settraj ( class(ufo_sattcwv_tlad), intent(inout)  self,
type(ufo_geovals), intent(in)  geovals,
type(c_ptr), intent(in), value  obss 
)

Definition at line 77 of file ufo_SatTCWV_tlad_mod.F90.

Here is the call graph for this function:

Variable Documentation

◆ max_string

integer, parameter ufo_sattcwv_tlad_mod::max_string =800

Definition at line 25 of file ufo_SatTCWV_tlad_mod.F90.