UFO
ufo_aodext_mod Module Reference

Fortran module for aodext observation operator. More...

Data Types

type  ufo_aodext
 Fortran derived type for the observation type. More...
 

Functions/Subroutines

integer function b_channel (bracket, nprofiles, bkg_wavelengths, obs_wavelength)
 
subroutine ufo_aodext_setup (self, f_conf)
 
subroutine destructor (self)
 
subroutine ufo_aodext_simobs (self, geovals, obss, nvars, nlocs, hofx)
 

Variables

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

Detailed Description

Fortran module for aodext observation operator.

Function/Subroutine Documentation

◆ b_channel()

integer function ufo_aodext_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 41 of file ufo_aodext_mod.F90.

Here is the caller graph for this function:

◆ destructor()

subroutine ufo_aodext_mod::destructor ( type(ufo_aodext), intent(inout)  self)

Definition at line 122 of file ufo_aodext_mod.F90.

Here is the caller graph for this function:

◆ ufo_aodext_setup()

subroutine ufo_aodext_mod::ufo_aodext_setup ( class(ufo_aodext), intent(inout)  self,
type(fckit_configuration), intent(in)  f_conf 
)
private

Definition at line 81 of file ufo_aodext_mod.F90.

◆ ufo_aodext_simobs()

subroutine ufo_aodext_mod::ufo_aodext_simobs ( class(ufo_aodext), 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 
)
private

Definition at line 130 of file ufo_aodext_mod.F90.

Here is the call graph for this function:

Variable Documentation

◆ extdefault

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

Definition at line 36 of file ufo_aodext_mod.F90.

◆ varindefault

character(len=maxvarlen), dimension(2), parameter ufo_aodext_mod::varindefault = (/var_delp, var_airdens/)

Default variables required from model.

Definition at line 35 of file ufo_aodext_mod.F90.