FV3 Bundle
crtm_irssem Module Reference

Data Types

type  einterp_type
 
type  ivar_type
 

Functions/Subroutines

integer function, public crtm_compute_irssem (IRwaterCoeff, Wind_Speed, Frequency, Angle, iVar, Emissivity)
 
integer function, public crtm_compute_irssem_tl (IRwaterCoeff, Wind_Speed_TL, iVar, Emissivity_TL)
 
integer function, public crtm_compute_irssem_ad (IRwaterCoeff, Emissivity_AD, iVar, Wind_Speed_AD)
 
elemental logical function einterp_associated (ei)
 
elemental subroutine einterp_create (ei, n_Pts, n_Angles)
 

Variables

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

Function/Subroutine Documentation

◆ crtm_compute_irssem()

integer function, public crtm_irssem::crtm_compute_irssem ( type(irwatercoeff_type), intent(in)  IRwaterCoeff,
real(fp), intent(in)  Wind_Speed,
real(fp), intent(in)  Frequency,
real(fp), dimension(:), intent(in)  Angle,
type(ivar_type), intent(out)  iVar,
real(fp), dimension(:), intent(out)  Emissivity 
)

Definition at line 195 of file CRTM_IRSSEM.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ crtm_compute_irssem_ad()

integer function, public crtm_irssem::crtm_compute_irssem_ad ( type(irwatercoeff_type), intent(in)  IRwaterCoeff,
real(fp), dimension(:), intent(inout)  Emissivity_AD,
type(ivar_type), intent(in)  iVar,
real(fp), intent(inout)  Wind_Speed_AD 
)

Definition at line 501 of file CRTM_IRSSEM.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ crtm_compute_irssem_tl()

integer function, public crtm_irssem::crtm_compute_irssem_tl ( type(irwatercoeff_type), intent(in)  IRwaterCoeff,
real(fp), intent(in)  Wind_Speed_TL,
type(ivar_type), intent(in)  iVar,
real(fp), dimension(:), intent(out)  Emissivity_TL 
)

Definition at line 360 of file CRTM_IRSSEM.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ einterp_associated()

elemental logical function crtm_irssem::einterp_associated ( type(einterp_type), intent(in)  ei)
private

Definition at line 583 of file CRTM_IRSSEM.f90.

Here is the caller graph for this function:

◆ einterp_create()

elemental subroutine crtm_irssem::einterp_create ( type(einterp_type), intent(out)  ei,
integer, intent(in)  n_Pts,
integer, intent(in)  n_Angles 
)
private

Definition at line 589 of file CRTM_IRSSEM.f90.

Here is the caller graph for this function:

Variable Documentation

◆ ml

integer, parameter crtm_irssem::ml = 256
private

Definition at line 56 of file CRTM_IRSSEM.f90.

◆ module_version_id

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

Definition at line 53 of file CRTM_IRSSEM.f90.