UFO
ufo_radiancerttov_mod Module Reference

Fortran module for radiancerttov observation operator. More...

Data Types

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

Functions/Subroutines

subroutine ufo_radiancerttov_setup (self, f_confOper, channels)
 
subroutine ufo_radiancerttov_delete (self)
 
subroutine ufo_radiancerttov_simobs (self, geovals, obss, nvars, nlocs, hofx, hofxdiags, ob_info)
 

Detailed Description

Fortran module for radiancerttov observation operator.

Function/Subroutine Documentation

◆ ufo_radiancerttov_delete()

subroutine ufo_radiancerttov_mod::ufo_radiancerttov_delete ( class(ufo_radiancerttov), intent(inout)  self)
private

Definition at line 87 of file ufo_radiancerttov_mod.F90.

Here is the call graph for this function:

◆ ufo_radiancerttov_setup()

subroutine ufo_radiancerttov_mod::ufo_radiancerttov_setup ( class(ufo_radiancerttov), intent(inout)  self,
type(fckit_configuration), intent(in)  f_confOper,
integer(c_int), dimension(:), intent(in)  channels 
)

Definition at line 45 of file ufo_radiancerttov_mod.F90.

Here is the call graph for this function:

◆ ufo_radiancerttov_simobs()

subroutine ufo_radiancerttov_mod::ufo_radiancerttov_simobs ( class(ufo_radiancerttov), intent(inout)  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,
type(ufo_geovals), intent(inout)  hofxdiags,
type(ufo_rttovonedvarcheck_ob), intent(inout), optional  ob_info 
)
private

Definition at line 96 of file ufo_radiancerttov_mod.F90.

Here is the call graph for this function: