UFO
ufo_aodext_tlad_mod Module Reference

Fortran module for aodext tl/ad observation operator. More...

Data Types

type  ufo_aodext_tlad
 

Functions/Subroutines

integer function b_channel (bracket, nprofiles, bkg_wavelengths, obs_wavelength)
 
subroutine ufo_aodext_tlad_setup (self, f_conf)
 
subroutine destructor (self)
 
subroutine ufo_aodext_tlad_settraj (self, geovals, obss)
 
subroutine ufo_aodext_simobs_tl (self, geovals, obss, nvars, nlocs, hofx)
 
subroutine ufo_aodext_simobs_ad (self, geovals, obss, nvars, nlocs, hofx)
 

Variables

character(len=maxvarlen), dimension(3), parameter extdefault = (/var_ext1, var_ext2, var_ext3/)
 Default variables required from model. More...
 

Detailed Description

Fortran module for aodext tl/ad observation operator.

Function/Subroutine Documentation

◆ b_channel()

integer function ufo_aodext_tlad_mod::b_channel ( integer, intent(in)  bracket,
integer, intent(in)  nprofiles,
real(kind_real), dimension(nprofiles)  bkg_wavelengths,
real(kind_real)  obs_wavelength 
)
private

Definition at line 44 of file ufo_aodext_tlad_mod.F90.

Here is the caller graph for this function:

◆ destructor()

subroutine ufo_aodext_tlad_mod::destructor ( type(ufo_aodext_tlad), intent(inout)  self)

Definition at line 120 of file ufo_aodext_tlad_mod.F90.

Here is the caller graph for this function:

◆ ufo_aodext_simobs_ad()

subroutine ufo_aodext_tlad_mod::ufo_aodext_simobs_ad ( class(ufo_aodext_tlad), intent(in)  self,
type(ufo_geovals), intent(inout)  geovals,
type(c_ptr), intent(in), value  obss,
integer, intent(in)  nvars,
integer, intent(in)  nlocs,
real(c_double), dimension(nvars, nlocs), intent(in)  hofx 
)

Definition at line 277 of file ufo_aodext_tlad_mod.F90.

Here is the call graph for this function:

◆ ufo_aodext_simobs_tl()

subroutine ufo_aodext_tlad_mod::ufo_aodext_simobs_tl ( class(ufo_aodext_tlad), intent(in)  self,
type(ufo_geovals), intent(in)  geovals,
type(c_ptr), intent(in), value  obss,
integer, intent(in)  nvars,
integer, intent(in)  nlocs,
real(c_double), dimension(nvars, nlocs), intent(inout)  hofx 
)

Definition at line 183 of file ufo_aodext_tlad_mod.F90.

Here is the call graph for this function:

◆ ufo_aodext_tlad_settraj()

subroutine ufo_aodext_tlad_mod::ufo_aodext_tlad_settraj ( class(ufo_aodext_tlad), intent(inout)  self,
type(ufo_geovals), intent(in)  geovals,
type(c_ptr), intent(in), value  obss 
)
private

Definition at line 133 of file ufo_aodext_tlad_mod.F90.

Here is the call graph for this function:

◆ ufo_aodext_tlad_setup()

subroutine ufo_aodext_tlad_mod::ufo_aodext_tlad_setup ( class(ufo_aodext_tlad), intent(inout)  self,
type(fckit_configuration), intent(in)  f_conf 
)
private

Definition at line 83 of file ufo_aodext_tlad_mod.F90.

Variable Documentation

◆ extdefault

character(len=maxvarlen), dimension(3), parameter ufo_aodext_tlad_mod::extdefault = (/var_ext1, var_ext2, var_ext3/)

Default variables required from model.

Definition at line 38 of file ufo_aodext_tlad_mod.F90.