FV3 Bundle
odps_atmabsorption Module Reference

Data Types

type  ivar_type
 

Functions/Subroutines

subroutine, public odps_compute_atmabsorption (TC, ChannelIndex, Predictor, AtmAbsorption)
 
subroutine, public odps_compute_atmabsorption_tl (TC, ChannelIndex, Predictor, Predictor_TL, AtmAbsorption_TL)
 
subroutine, public odps_compute_atmabsorption_ad (TC, ChannelIndex, Predictor, AtmAbsorption_AD, Predictor_AD)
 
subroutine add_optran_wlood (TC, ChannelIndex, Predictor, OD)
 
subroutine add_optran_wlood_tl (TC, ChannelIndex, Predictor, Predictor_TL, OD_TL)
 
subroutine add_optran_wlood_ad (TC, ChannelIndex, Predictor, OD_AD, Predictor_AD)
 

Variables

character(*), parameter, private module_version_id = '$Id: $'
 
real(fp), parameter max_od = 20.0_fp
 

Function/Subroutine Documentation

◆ add_optran_wlood()

subroutine odps_atmabsorption::add_optran_wlood ( type(odps_type), intent(in)  TC,
integer, intent(in)  ChannelIndex,
type(odps_predictor_type), intent(inout)  Predictor,
real(fp), dimension(:), intent(inout)  OD 
)
private

Definition at line 671 of file ODPS_AtmAbsorption.f90.

Here is the caller graph for this function:

◆ add_optran_wlood_ad()

subroutine odps_atmabsorption::add_optran_wlood_ad ( type(odps_type), intent(in)  TC,
integer, intent(in)  ChannelIndex,
type(odps_predictor_type), intent(in)  Predictor,
real(fp), dimension(:), intent(inout)  OD_AD,
type(odps_predictor_type), intent(inout)  Predictor_AD 
)
private

Definition at line 919 of file ODPS_AtmAbsorption.f90.

Here is the caller graph for this function:

◆ add_optran_wlood_tl()

subroutine odps_atmabsorption::add_optran_wlood_tl ( type(odps_type), intent(in)  TC,
integer, intent(in)  ChannelIndex,
type(odps_predictor_type), intent(in)  Predictor,
type(odps_predictor_type), intent(in)  Predictor_TL,
real(fp), dimension(:), intent(inout)  OD_TL 
)
private

Definition at line 798 of file ODPS_AtmAbsorption.f90.

Here is the caller graph for this function:

◆ odps_compute_atmabsorption()

subroutine, public odps_atmabsorption::odps_compute_atmabsorption ( type(odps_type), intent(in)  TC,
integer, intent(in)  ChannelIndex,
type(odps_predictor_type), intent(inout)  Predictor,
type(crtm_atmoptics_type), intent(inout)  AtmAbsorption 
)

Definition at line 140 of file ODPS_AtmAbsorption.f90.

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

◆ odps_compute_atmabsorption_ad()

subroutine, public odps_atmabsorption::odps_compute_atmabsorption_ad ( type(odps_type), intent(in)  TC,
integer, intent(in)  ChannelIndex,
type(odps_predictor_type), intent(in)  Predictor,
type(crtm_atmoptics_type), intent(inout)  AtmAbsorption_AD,
type(odps_predictor_type), intent(inout)  Predictor_AD 
)

Definition at line 495 of file ODPS_AtmAbsorption.f90.

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

◆ odps_compute_atmabsorption_tl()

subroutine, public odps_atmabsorption::odps_compute_atmabsorption_tl ( type(odps_type), intent(in)  TC,
integer, intent(in)  ChannelIndex,
type(odps_predictor_type), intent(in)  Predictor,
type(odps_predictor_type), intent(inout)  Predictor_TL,
type(crtm_atmoptics_type), intent(inout)  AtmAbsorption_TL 
)

Definition at line 328 of file ODPS_AtmAbsorption.f90.

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

Variable Documentation

◆ max_od

real(fp), parameter odps_atmabsorption::max_od = 20.0_fp
private

Definition at line 59 of file ODPS_AtmAbsorption.f90.

◆ module_version_id

character(*), parameter, private odps_atmabsorption::module_version_id = '$Id: $'
private

Definition at line 56 of file ODPS_AtmAbsorption.f90.