FV3 Bundle
crtm_k_matrix_module Module Reference

Functions/Subroutines

integer function, public crtm_k_matrix (Atmosphere, Surface, RTSolution_K, Geometry, ChannelInfo, Atmosphere_K, Surface_K, RTSolution, Options)
 
subroutine, public crtm_k_matrix_version (Id)
 

Variables

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

Function/Subroutine Documentation

◆ crtm_k_matrix()

integer function, public crtm_k_matrix_module::crtm_k_matrix ( type(crtm_atmosphere_type), dimension(:), intent(in)  Atmosphere,
type(crtm_surface_type), dimension(:), intent(in)  Surface,
type(crtm_rtsolution_type), dimension(:,:), intent(inout)  RTSolution_K,
type(crtm_geometry_type), dimension(:), intent(in)  Geometry,
type(crtm_channelinfo_type), dimension(:), intent(in)  ChannelInfo,
type(crtm_atmosphere_type), dimension(:,:), intent(inout)  Atmosphere_K,
type(crtm_surface_type), dimension(:,:), intent(inout)  Surface_K,
type(crtm_rtsolution_type), dimension(:,:), intent(inout)  RTSolution,
type(crtm_options_type), dimension(:), intent(in), optional  Options 
)

Definition at line 284 of file CRTM_K_Matrix_Module.f90.

Here is the call graph for this function:

◆ crtm_k_matrix_version()

subroutine, public crtm_k_matrix_module::crtm_k_matrix_version ( character(*), intent(out)  Id)

Definition at line 1210 of file CRTM_K_Matrix_Module.f90.

Variable Documentation

◆ module_version_id

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

Definition at line 146 of file CRTM_K_Matrix_Module.f90.