FV3 Bundle
crtm_aod_module Module Reference

Functions/Subroutines

integer function, public crtm_aod (Atmosphere, ChannelInfo, RTSolution, Options)
 
integer function, public crtm_aod_tl (Atmosphere, Atmosphere_TL, ChannelInfo, RTSolution, RTSolution_TL, Options)
 
integer function, public crtm_aod_ad (Atmosphere, RTSolution_AD, ChannelInfo, RTSolution, Atmosphere_AD, Options)
 
integer function, public crtm_aod_k (Atmosphere, RTSolution_K, ChannelInfo, RTSolution, Atmosphere_K, Options)
 
subroutine, public crtm_aod_version (Id)
 

Variables

character(*), parameter module_version_id = '$Id: CRTM_AOD_Module.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
 
integer, parameter ml = 256
 

Function/Subroutine Documentation

◆ crtm_aod()

integer function, public crtm_aod_module::crtm_aod ( type(crtm_atmosphere_type), dimension(:), intent(in)  Atmosphere,
type(crtm_channelinfo_type), dimension(:), intent(in)  ChannelInfo,
type(crtm_rtsolution_type), dimension(:,:), intent(inout)  RTSolution,
type(crtm_options_type), dimension(:), intent(in), optional  Options 
)

Definition at line 149 of file CRTM_AOD_Module.f90.

Here is the call graph for this function:

◆ crtm_aod_ad()

integer function, public crtm_aod_module::crtm_aod_ad ( type(crtm_atmosphere_type), dimension(:), intent(in)  Atmosphere,
type(crtm_rtsolution_type), dimension(:,:), intent(inout)  RTSolution_AD,
type(crtm_channelinfo_type), dimension(:), intent(in)  ChannelInfo,
type(crtm_rtsolution_type), dimension(:,:), intent(inout)  RTSolution,
type(crtm_atmosphere_type), dimension(:), intent(inout)  Atmosphere_AD,
type(crtm_options_type), dimension(:), intent(in), optional  Options 
)

Definition at line 779 of file CRTM_AOD_Module.f90.

Here is the call graph for this function:

◆ crtm_aod_k()

integer function, public crtm_aod_module::crtm_aod_k ( type(crtm_atmosphere_type), dimension(:), intent(in)  Atmosphere,
type(crtm_rtsolution_type), dimension(:,:), intent(inout)  RTSolution_K,
type(crtm_channelinfo_type), dimension(:), intent(in)  ChannelInfo,
type(crtm_rtsolution_type), dimension(:,:), intent(inout)  RTSolution,
type(crtm_atmosphere_type), dimension(:,:), intent(inout)  Atmosphere_K,
type(crtm_options_type), dimension(:), intent(in), optional  Options 
)

Definition at line 1126 of file CRTM_AOD_Module.f90.

Here is the call graph for this function:

◆ crtm_aod_tl()

integer function, public crtm_aod_module::crtm_aod_tl ( type(crtm_atmosphere_type), dimension(:), intent(in)  Atmosphere,
type(crtm_atmosphere_type), dimension(:), intent(in)  Atmosphere_TL,
type(crtm_channelinfo_type), dimension(:), intent(in)  ChannelInfo,
type(crtm_rtsolution_type), dimension(:,:), intent(inout)  RTSolution,
type(crtm_rtsolution_type), dimension(:,:), intent(inout)  RTSolution_TL,
type(crtm_options_type), dimension(:), intent(in), optional  Options 
)

Definition at line 447 of file CRTM_AOD_Module.f90.

Here is the call graph for this function:

◆ crtm_aod_version()

subroutine, public crtm_aod_module::crtm_aod_version ( character(*), intent(out)  Id)

Definition at line 1409 of file CRTM_AOD_Module.f90.

Variable Documentation

◆ ml

integer, parameter crtm_aod_module::ml = 256
private

Definition at line 74 of file CRTM_AOD_Module.f90.

◆ module_version_id

character(*), parameter crtm_aod_module::module_version_id = '$Id: CRTM_AOD_Module.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
private

Definition at line 71 of file CRTM_AOD_Module.f90.