FV3 Bundle
crtm_atmabsorption Module Reference

Data Types

type  ivar_type
 

Functions/Subroutines

subroutine, public crtm_compute_atmabsorption (SensorIndex, ChannelIndex, AncillaryInput, Predictor, AtmOptics, iVar)
 
subroutine, public crtm_compute_atmabsorption_tl (SensorIndex, ChannelIndex, Predictor, Predictor_TL, AtmOptics_TL, iVar)
 
subroutine, public crtm_compute_atmabsorption_ad (SensorIndex, ChannelIndex, Predictor, AtmOptics_AD, Predictor_AD, iVar)
 

Variables

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

Function/Subroutine Documentation

◆ crtm_compute_atmabsorption()

subroutine, public crtm_atmabsorption::crtm_compute_atmabsorption ( integer, intent(in)  SensorIndex,
integer, intent(in)  ChannelIndex,
type(crtm_ancillaryinput_type), intent(in)  AncillaryInput,
type(crtm_predictor_type), intent(inout)  Predictor,
type(crtm_atmoptics_type), intent(inout)  AtmOptics,
type(ivar_type), intent(inout)  iVar 
)

Definition at line 188 of file CRTM_AtmAbsorption.f90.

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

◆ crtm_compute_atmabsorption_ad()

subroutine, public crtm_atmabsorption::crtm_compute_atmabsorption_ad ( integer, intent(in)  SensorIndex,
integer, intent(in)  ChannelIndex,
type(crtm_predictor_type), intent(in)  Predictor,
type(crtm_atmoptics_type), intent(inout)  AtmOptics_AD,
type(crtm_predictor_type), intent(inout)  Predictor_AD,
type(ivar_type), intent(in)  iVar 
)

Definition at line 514 of file CRTM_AtmAbsorption.f90.

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

◆ crtm_compute_atmabsorption_tl()

subroutine, public crtm_atmabsorption::crtm_compute_atmabsorption_tl ( integer, intent(in)  SensorIndex,
integer, intent(in)  ChannelIndex,
type(crtm_predictor_type), intent(in)  Predictor,
type(crtm_predictor_type), intent(inout)  Predictor_TL,
type(crtm_atmoptics_type), intent(inout)  AtmOptics_TL,
type(ivar_type), intent(in)  iVar 
)

Definition at line 350 of file CRTM_AtmAbsorption.f90.

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

Variable Documentation

◆ ml

integer, parameter crtm_atmabsorption::ml = 256
private

Definition at line 75 of file CRTM_AtmAbsorption.f90.

◆ module_version_id

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

Definition at line 72 of file CRTM_AtmAbsorption.f90.