FV3 Bundle
|
Functions/Subroutines | |
integer function, public | crtm_compute_rtsolution (Atmosphere, Surface, AtmOptics, SfcOptics, GeometryInfo, SensorIndex, ChannelIndex, RTSolution, RTV) |
integer function, public | crtm_compute_rtsolution_tl (Atmosphere, Surface, AtmOptics, SfcOptics, RTSolution, Atmosphere_TL, Surface_TL, AtmOptics_TL, SfcOptics_TL, GeometryInfo, SensorIndex, ChannelIndex, RTSolution_TL, RTV) |
integer function, public | crtm_compute_rtsolution_ad (Atmosphere, Surface, AtmOptics, SfcOptics, RTSolution, RTSolution_AD, GeometryInfo, SensorIndex, ChannelIndex, Atmosphere_AD, Surface_AD, AtmOptics_AD, SfcOptics_AD, RTV) |
integer function, public | crtm_compute_nstreams (Atmosphere, SensorIndex, ChannelIndex, RTSolution) |
subroutine, public | crtm_rtsolution_version (Id) |
Variables | |
character(*), parameter | module_version_id = '$Id: CRTM_RTSolution.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $' |
integer function, public crtm_rtsolution::crtm_compute_nstreams | ( | type(crtm_atmosphere_type), intent(in) | Atmosphere, |
integer, intent(in) | SensorIndex, | ||
integer, intent(in) | ChannelIndex, | ||
type(crtm_rtsolution_type), intent(inout) | RTSolution | ||
) |
integer function, public crtm_rtsolution::crtm_compute_rtsolution | ( | type(crtm_atmosphere_type), intent(in) | Atmosphere, |
type(crtm_surface_type), intent(in) | Surface, | ||
type(crtm_atmoptics_type), intent(in) | AtmOptics, | ||
type(crtm_sfcoptics_type), intent(inout) | SfcOptics, | ||
type(crtm_geometryinfo_type), intent(inout) | GeometryInfo, | ||
integer, intent(in) | SensorIndex, | ||
integer, intent(in) | ChannelIndex, | ||
type(crtm_rtsolution_type), intent(inout) | RTSolution, | ||
type(rtv_type), intent(inout) | RTV | ||
) |
Definition at line 199 of file CRTM_RTSolution.f90.
integer function, public crtm_rtsolution::crtm_compute_rtsolution_ad | ( | type(crtm_atmosphere_type), intent(in) | Atmosphere, |
type(crtm_surface_type), intent(in) | Surface, | ||
type(crtm_atmoptics_type), intent(in) | AtmOptics, | ||
type(crtm_sfcoptics_type), intent(in) | SfcOptics, | ||
type(crtm_rtsolution_type), intent(in) | RTSolution, | ||
type(crtm_rtsolution_type), intent(inout) | RTSolution_AD, | ||
type(crtm_geometryinfo_type), intent(in) | GeometryInfo, | ||
integer, intent(in) | SensorIndex, | ||
integer, intent(in) | ChannelIndex, | ||
type(crtm_atmosphere_type), intent(inout) | Atmosphere_AD, | ||
type(crtm_surface_type), intent(inout) | Surface_AD, | ||
type(crtm_atmoptics_type), intent(inout) | AtmOptics_AD, | ||
type(crtm_sfcoptics_type), intent(inout) | SfcOptics_AD, | ||
type(rtv_type), intent(in) | RTV | ||
) |
Definition at line 807 of file CRTM_RTSolution.f90.
integer function, public crtm_rtsolution::crtm_compute_rtsolution_tl | ( | type(crtm_atmosphere_type), intent(in) | Atmosphere, |
type(crtm_surface_type), intent(in) | Surface, | ||
type(crtm_atmoptics_type), intent(in) | AtmOptics, | ||
type(crtm_sfcoptics_type), intent(in) | SfcOptics, | ||
type(crtm_rtsolution_type), intent(in) | RTSolution, | ||
type(crtm_atmosphere_type), intent(in) | Atmosphere_TL, | ||
type(crtm_surface_type), intent(in) | Surface_TL, | ||
type(crtm_atmoptics_type), intent(in) | AtmOptics_TL, | ||
type(crtm_sfcoptics_type), intent(inout) | SfcOptics_TL, | ||
type(crtm_geometryinfo_type), intent(in) | GeometryInfo, | ||
integer, intent(in) | SensorIndex, | ||
integer, intent(in) | ChannelIndex, | ||
type(crtm_rtsolution_type), intent(inout) | RTSolution_TL, | ||
type(rtv_type), intent(in) | RTV | ||
) |
Definition at line 485 of file CRTM_RTSolution.f90.
subroutine, public crtm_rtsolution::crtm_rtsolution_version | ( | character(*), intent(out) | Id | ) |
Definition at line 1116 of file CRTM_RTSolution.f90.
|
private |
Definition at line 68 of file CRTM_RTSolution.f90.