FV3 Bundle
|
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 |
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 | ||
) |
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 | ||
) |
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 | ||
) |
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 | ||
) |
subroutine, public crtm_aod_module::crtm_aod_version | ( | character(*), intent(out) | Id | ) |
Definition at line 1409 of file CRTM_AOD_Module.f90.
|
private |
Definition at line 74 of file CRTM_AOD_Module.f90.
|
private |
Definition at line 71 of file CRTM_AOD_Module.f90.