FV3 Bundle
odas_atmabsorption Module Reference

Data Types

type  ivar_type
 

Functions/Subroutines

subroutine, public odas_compute_atmabsorption (TC, ChannelIndex, Predictor, AtmOptics, iVar)
 
subroutine, public odas_compute_atmabsorption_tl (TC, ChannelIndex, Predictor, Predictor_TL, AtmOptics_TL, iVar)
 
subroutine, public odas_compute_atmabsorption_ad (TC, ChannelIndex, Predictor, AtmOptics_AD, Predictor_AD, iVar)
 

Variables

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

Function/Subroutine Documentation

◆ odas_compute_atmabsorption()

subroutine, public odas_atmabsorption::odas_compute_atmabsorption ( type(odas_taucoeff_type), intent(in)  TC,
integer, intent(in)  ChannelIndex,
type(odas_predictor_type), intent(in)  Predictor,
type(crtm_atmoptics_type), intent(inout)  AtmOptics,
type(ivar_type), intent(inout)  iVar 
)

Definition at line 160 of file ODAS_AtmAbsorption.f90.

Here is the caller graph for this function:

◆ odas_compute_atmabsorption_ad()

subroutine, public odas_atmabsorption::odas_compute_atmabsorption_ad ( type(odas_taucoeff_type), intent(in)  TC,
integer, intent(in)  ChannelIndex,
type(odas_predictor_type), intent(in)  Predictor,
type(crtm_atmoptics_type), intent(inout)  AtmOptics_AD,
type(odas_predictor_type), intent(inout)  Predictor_AD,
type(ivar_type), intent(in)  iVar 
)

Definition at line 566 of file ODAS_AtmAbsorption.f90.

Here is the caller graph for this function:

◆ odas_compute_atmabsorption_tl()

subroutine, public odas_atmabsorption::odas_compute_atmabsorption_tl ( type(odas_taucoeff_type), intent(in)  TC,
integer, intent(in)  ChannelIndex,
type(odas_predictor_type), intent(in)  Predictor,
type(odas_predictor_type), intent(in)  Predictor_TL,
type(crtm_atmoptics_type), intent(inout)  AtmOptics_TL,
type(ivar_type), intent(in)  iVar 
)

Definition at line 359 of file ODAS_AtmAbsorption.f90.

Here is the caller graph for this function:

Variable Documentation

◆ module_version_id

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

Definition at line 59 of file ODAS_AtmAbsorption.f90.