FV3 Bundle
crtm_moleculescatter Module Reference

Functions/Subroutines

integer function, public crtm_compute_moleculescatter (Wavenumber, Atmosphere, AtmOptics, Message_Log)
 
integer function, public crtm_compute_moleculescatter_tl (Wavenumber, Atmosphere_TL, AtmOptics_TL, Message_Log)
 
integer function, public crtm_compute_moleculescatter_ad (Wavenumber, AtmOptics_AD, Atmosphere_AD, Message_Log)
 
real(fp) function compute_wavelength (Wavenumber)
 
subroutine raylo (WE, OPT)
 

Variables

character(*), parameter module_rcs_id = '$Id: CRTM_MoleculeScatter.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
 
real(fp), parameter rfactor = 27.0363_fp
 

Function/Subroutine Documentation

◆ compute_wavelength()

real(fp) function crtm_moleculescatter::compute_wavelength ( real(fp), intent(in)  Wavenumber)
private

Definition at line 398 of file CRTM_MoleculeScatter.f90.

Here is the caller graph for this function:

◆ crtm_compute_moleculescatter()

integer function, public crtm_moleculescatter::crtm_compute_moleculescatter ( real(fp), intent(in)  Wavenumber,
type(crtm_atmosphere_type), intent(in)  Atmosphere,
type(crtm_atmoptics_type), intent(inout)  AtmOptics,
character(*), intent(in), optional  Message_Log 
)

Definition at line 121 of file CRTM_MoleculeScatter.f90.

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

◆ crtm_compute_moleculescatter_ad()

integer function, public crtm_moleculescatter::crtm_compute_moleculescatter_ad ( real(fp), intent(in)  Wavenumber,
type(crtm_atmoptics_type), intent(inout)  AtmOptics_AD,
type(crtm_atmosphere_type), intent(inout)  Atmosphere_AD,
character(*), intent(in), optional  Message_Log 
)

Definition at line 346 of file CRTM_MoleculeScatter.f90.

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

◆ crtm_compute_moleculescatter_tl()

integer function, public crtm_moleculescatter::crtm_compute_moleculescatter_tl ( real(fp), intent(in)  Wavenumber,
type(crtm_atmosphere_type), intent(in)  Atmosphere_TL,
type(crtm_atmoptics_type), intent(inout)  AtmOptics_TL,
character(*), intent(in), optional  Message_Log 
)

Definition at line 241 of file CRTM_MoleculeScatter.f90.

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

◆ raylo()

subroutine crtm_moleculescatter::raylo ( real(fp), intent(in)  WE,
real(fp), intent(out)  OPT 
)
private

Definition at line 412 of file CRTM_MoleculeScatter.f90.

Here is the caller graph for this function:

Variable Documentation

◆ module_rcs_id

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

Definition at line 40 of file CRTM_MoleculeScatter.f90.

◆ rfactor

real(fp), parameter crtm_moleculescatter::rfactor = 27.0363_fp
private

Definition at line 43 of file CRTM_MoleculeScatter.f90.