FV3 Bundle
crtm_tangent_linear_module Module Reference

Functions/Subroutines

integer function, public crtm_tangent_linear (Atmosphere, Surface, Atmosphere_TL, Surface_TL, Geometry, ChannelInfo, RTSolution, RTSolution_TL, Options)
 
subroutine, public crtm_tangent_linear_version (Id)
 

Variables

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

Function/Subroutine Documentation

◆ crtm_tangent_linear()

integer function, public crtm_tangent_linear_module::crtm_tangent_linear ( type(crtm_atmosphere_type), dimension(:), intent(in)  Atmosphere,
type(crtm_surface_type), dimension(:), intent(in)  Surface,
type(crtm_atmosphere_type), dimension(:), intent(in)  Atmosphere_TL,
type(crtm_surface_type), dimension(:), intent(in)  Surface_TL,
type(crtm_geometry_type), dimension(:), intent(in)  Geometry,
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 267 of file CRTM_Tangent_Linear_Module.f90.

Here is the call graph for this function:

◆ crtm_tangent_linear_version()

subroutine, public crtm_tangent_linear_module::crtm_tangent_linear_version ( character(*), intent(out)  Id)

Definition at line 1006 of file CRTM_Tangent_Linear_Module.f90.

Variable Documentation

◆ module_version_id

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

Definition at line 146 of file CRTM_Tangent_Linear_Module.f90.