UFO
ufo_aodcrtm_mod Module Reference

Fortran module to handle aod observations. More...

Data Types

type  ufo_aodcrtm
 Fortran derived type for aod trajectory. More...
 

Functions/Subroutines

subroutine ufo_aodcrtm_setup (self, f_confOper, channels)
 
subroutine ufo_aodcrtm_delete (self)
 
subroutine ufo_aodcrtm_simobs (self, geovals, obss, nvars, nlocs, hofx)
 

Variables

character(len=maxvarlen), dimension(5), parameter varin_default = (/var_ts, var_mixr, var_rh, var_prs, var_prsi/)
 
character(maxvarlen), parameter varname_tmplate ="aerosol_optical_depth"
 

Detailed Description

Fortran module to handle aod observations.

Function/Subroutine Documentation

◆ ufo_aodcrtm_delete()

subroutine ufo_aodcrtm_mod::ufo_aodcrtm_delete ( class(ufo_aodcrtm), intent(inout)  self)
private

Definition at line 83 of file ufo_aodcrtm_mod.F90.

Here is the call graph for this function:

◆ ufo_aodcrtm_setup()

subroutine ufo_aodcrtm_mod::ufo_aodcrtm_setup ( class(ufo_aodcrtm), intent(inout)  self,
type(fckit_configuration), intent(in)  f_confOper,
integer(c_int), dimension(:), intent(in)  channels 
)
private

Definition at line 43 of file ufo_aodcrtm_mod.F90.

Here is the call graph for this function:

◆ ufo_aodcrtm_simobs()

subroutine ufo_aodcrtm_mod::ufo_aodcrtm_simobs ( class(ufo_aodcrtm), 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 94 of file ufo_aodcrtm_mod.F90.

Here is the call graph for this function:

Variable Documentation

◆ varin_default

character(len=maxvarlen), dimension(5), parameter ufo_aodcrtm_mod::varin_default = (/var_ts, var_mixr, var_rh, var_prs, var_prsi/)

Definition at line 35 of file ufo_aodcrtm_mod.F90.

◆ varname_tmplate

character(maxvarlen), parameter ufo_aodcrtm_mod::varname_tmplate ="aerosol_optical_depth"
private

Definition at line 37 of file ufo_aodcrtm_mod.F90.