UFO
ufo_aodluts_mod Module Reference

fortran module to handle aod observations More...

Data Types

type  ufo_aodluts
 fortran derived type for aod trajectory More...
 

Functions/Subroutines

subroutine ufo_aodluts_setup (self, f_confoper, channels)
 
subroutine ufo_aodluts_delete (self)
 
subroutine ufo_aodluts_simobs (self, geovals, obss, nvars, nlocs, hofx)
 

Variables

character(len=maxvarlen), dimension(4), parameter varin_default = (/var_ts, var_q, var_prs, var_prsi/)
 
character(maxvarlen), parameter varname_tmplate ="aerosol_optical_depth"
 

Detailed Description

fortran module to handle aod observations

Function/Subroutine Documentation

◆ ufo_aodluts_delete()

subroutine ufo_aodluts_mod::ufo_aodluts_delete ( class(ufo_aodluts), intent(inout)  self)
private

Definition at line 88 of file ufo_aodluts_mod.F90.

Here is the call graph for this function:

◆ ufo_aodluts_setup()

subroutine ufo_aodluts_mod::ufo_aodluts_setup ( class(ufo_aodluts), intent(inout)  self,
type(fckit_configuration), intent(in)  f_confoper,
integer(c_int), dimension(:), intent(in)  channels 
)
private

Definition at line 51 of file ufo_aodluts_mod.F90.

Here is the call graph for this function:

◆ ufo_aodluts_simobs()

subroutine ufo_aodluts_mod::ufo_aodluts_simobs ( class(ufo_aodluts), 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 
)
private

Definition at line 103 of file ufo_aodluts_mod.F90.

Here is the call graph for this function:

Variable Documentation

◆ varin_default

character(len=maxvarlen), dimension(4), parameter ufo_aodluts_mod::varin_default = (/var_ts, var_q, var_prs, var_prsi/)

Definition at line 42 of file ufo_aodluts_mod.F90.

◆ varname_tmplate

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

Definition at line 45 of file ufo_aodluts_mod.F90.