UFO
ufo_radiancecrtm_mod Module Reference

Fortran module to handle radiancecrtm observations. More...

Data Types

type  ufo_radiancecrtm
 Fortran derived type for radiancecrtm trajectory. More...
 

Functions/Subroutines

subroutine ufo_radiancecrtm_setup (self, f_confOper, channels)
 
subroutine ufo_radiancecrtm_delete (self)
 
subroutine ufo_radiancecrtm_simobs (self, geovals, obss, nvars, nlocs, hofx, hofxdiags)
 

Variables

character(len=maxvarlen), dimension(19), parameter varin_default = (/var_ts, var_prs, var_prsi, var_sfc_wfrac, var_sfc_lfrac, var_sfc_ifrac, var_sfc_sfrac, var_sfc_wtmp, var_sfc_ltmp, var_sfc_itmp, var_sfc_stmp, var_sfc_vegfrac, var_sfc_lai, var_sfc_soilm, var_sfc_soilt, var_sfc_landtyp, var_sfc_vegtyp, var_sfc_soiltyp, var_sfc_sdepth/)
 

Detailed Description

Fortran module to handle radiancecrtm observations.

Function/Subroutine Documentation

◆ ufo_radiancecrtm_delete()

subroutine ufo_radiancecrtm_mod::ufo_radiancecrtm_delete ( class(ufo_radiancecrtm), intent(inout)  self)

Definition at line 136 of file ufo_radiancecrtm_mod.F90.

Here is the call graph for this function:

◆ ufo_radiancecrtm_setup()

subroutine ufo_radiancecrtm_mod::ufo_radiancecrtm_setup ( class(ufo_radiancecrtm), intent(inout)  self,
type(fckit_configuration), intent(in)  f_confOper,
integer(c_int), dimension(:), intent(in)  channels 
)
private

Definition at line 52 of file ufo_radiancecrtm_mod.F90.

Here is the call graph for this function:

◆ ufo_radiancecrtm_simobs()

subroutine ufo_radiancecrtm_mod::ufo_radiancecrtm_simobs ( class(ufo_radiancecrtm), 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,
type(ufo_geovals), intent(inout)  hofxdiags 
)
private

Definition at line 147 of file ufo_radiancecrtm_mod.F90.

Here is the call graph for this function:

Variable Documentation

◆ varin_default

character(len=maxvarlen), dimension(19), parameter ufo_radiancecrtm_mod::varin_default = (/var_ts, var_prs, var_prsi, var_sfc_wfrac, var_sfc_lfrac, var_sfc_ifrac, var_sfc_sfrac, var_sfc_wtmp, var_sfc_ltmp, var_sfc_itmp, var_sfc_stmp, var_sfc_vegfrac, var_sfc_lai, var_sfc_soilm, var_sfc_soilt, var_sfc_landtyp, var_sfc_vegtyp, var_sfc_soiltyp, var_sfc_sdepth/)

Definition at line 40 of file ufo_radiancecrtm_mod.F90.