FV3 Bundle
odzeeman_atmabsorption Module Reference

Functions/Subroutines

subroutine, public zeeman_compute_atmabsorption (TC, ChannelIndex, Predictor, AtmOptics)
 
subroutine, public zeeman_compute_atmabsorption_tl (TC, ChannelIndex, Predictor, Predictor_TL, AtmOptics_TL)
 
subroutine, public zeeman_compute_atmabsorption_ad (TC, ChannelIndex, Predictor, AtmOptics_AD, Predictor_AD)
 
subroutine compute_odpath_zssmis (ChannelIndex, TC, Predictor, OD_Path)
 
subroutine compute_odpath_zssmis_tl (ChannelIndex, TC, Predictor, Predictor_TL, OD_Path_TL)
 
subroutine compute_odpath_zssmis_ad (ChannelIndex, TC, Predictor, OD_Path_AD, Predictor_AD)
 
subroutine compute_odpath_zamsua (TC, Predictor, OD_Path)
 
subroutine compute_odpath_zamsua_tl (TC, Predictor, Predictor_TL, OD_Path_TL)
 
subroutine compute_odpath_zamsua_ad (TC, Predictor, OD_Path_AD, Predictor_AD)
 
subroutine, public zeeman_compute_predictors (Zeeman, TC, Atm, GeoInfo, Predictor)
 
subroutine, public zeeman_compute_predictors_tl (Zeeman, TC, Predictor, Atm_TL, Predictor_TL)
 
subroutine, public zeeman_compute_predictors_ad (Zeeman, TC, Predictor, Predictor_AD, Atm_AD)
 
logical function, public is_zeeman_channel (TC, ChannelIndex)
 
pure logical function, public is_odzeeman (TC)
 
pure integer function, public get_numofzpredictors (gIndex)
 
pure integer function, public get_numofzcomponents ()
 
pure integer function, public get_numofzabsorbers ()
 

Variables

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

Function/Subroutine Documentation

◆ compute_odpath_zamsua()

subroutine odzeeman_atmabsorption::compute_odpath_zamsua ( type(odps_type), intent(in)  TC,
type(odps_predictor_type), intent(inout)  Predictor,
real(fp), dimension(0:), intent(out)  OD_Path 
)
private

Definition at line 844 of file ODZeeman_AtmAbsorption.f90.

Here is the caller graph for this function:

◆ compute_odpath_zamsua_ad()

subroutine odzeeman_atmabsorption::compute_odpath_zamsua_ad ( type(odps_type), intent(in)  TC,
type(odps_predictor_type), intent(in)  Predictor,
real(fp), dimension(0:), intent(inout)  OD_Path_AD,
type(odps_predictor_type), intent(inout)  Predictor_AD 
)
private

Definition at line 1082 of file ODZeeman_AtmAbsorption.f90.

Here is the caller graph for this function:

◆ compute_odpath_zamsua_tl()

subroutine odzeeman_atmabsorption::compute_odpath_zamsua_tl ( type(odps_type), intent(in)  TC,
type(odps_predictor_type), intent(in)  Predictor,
type(odps_predictor_type), intent(in)  Predictor_TL,
real(fp), dimension(0:), intent(out)  OD_Path_TL 
)
private

Definition at line 954 of file ODZeeman_AtmAbsorption.f90.

Here is the caller graph for this function:

◆ compute_odpath_zssmis()

subroutine odzeeman_atmabsorption::compute_odpath_zssmis ( integer, intent(in)  ChannelIndex,
type(odps_type), intent(in)  TC,
type(odps_predictor_type), intent(inout)  Predictor,
real(fp), dimension(0:), intent(out)  OD_Path 
)
private

Definition at line 454 of file ODZeeman_AtmAbsorption.f90.

Here is the caller graph for this function:

◆ compute_odpath_zssmis_ad()

subroutine odzeeman_atmabsorption::compute_odpath_zssmis_ad ( integer, intent(in)  ChannelIndex,
type(odps_type), intent(in)  TC,
type(odps_predictor_type), intent(in)  Predictor,
real(fp), dimension(0:), intent(inout)  OD_Path_AD,
type(odps_predictor_type), intent(inout)  Predictor_AD 
)
private

Definition at line 729 of file ODZeeman_AtmAbsorption.f90.

Here is the caller graph for this function:

◆ compute_odpath_zssmis_tl()

subroutine odzeeman_atmabsorption::compute_odpath_zssmis_tl ( integer, intent(in)  ChannelIndex,
type(odps_type), intent(in)  TC,
type(odps_predictor_type), intent(in)  Predictor,
type(odps_predictor_type), intent(inout)  Predictor_TL,
real(fp), dimension(0:), intent(out)  OD_Path_TL 
)
private

Definition at line 606 of file ODZeeman_AtmAbsorption.f90.

Here is the caller graph for this function:

◆ get_numofzabsorbers()

pure integer function, public odzeeman_atmabsorption::get_numofzabsorbers ( )

Definition at line 1652 of file ODZeeman_AtmAbsorption.f90.

Here is the caller graph for this function:

◆ get_numofzcomponents()

pure integer function, public odzeeman_atmabsorption::get_numofzcomponents ( )

Definition at line 1644 of file ODZeeman_AtmAbsorption.f90.

Here is the caller graph for this function:

◆ get_numofzpredictors()

pure integer function, public odzeeman_atmabsorption::get_numofzpredictors ( integer, intent(in)  gIndex)

Definition at line 1625 of file ODZeeman_AtmAbsorption.f90.

Here is the caller graph for this function:

◆ is_odzeeman()

pure logical function, public odzeeman_atmabsorption::is_odzeeman ( type(odps_type), intent(in)  TC)

Definition at line 1614 of file ODZeeman_AtmAbsorption.f90.

Here is the caller graph for this function:

◆ is_zeeman_channel()

logical function, public odzeeman_atmabsorption::is_zeeman_channel ( type(odps_type), intent(in)  TC,
integer, intent(in)  ChannelIndex 
)

Definition at line 1589 of file ODZeeman_AtmAbsorption.f90.

Here is the caller graph for this function:

◆ zeeman_compute_atmabsorption()

subroutine, public odzeeman_atmabsorption::zeeman_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)  AtmOptics 
)

Definition at line 133 of file ODZeeman_AtmAbsorption.f90.

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

◆ zeeman_compute_atmabsorption_ad()

subroutine, public odzeeman_atmabsorption::zeeman_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)  AtmOptics_AD,
type(odps_predictor_type), intent(inout)  Predictor_AD 
)

Definition at line 351 of file ODZeeman_AtmAbsorption.f90.

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

◆ zeeman_compute_atmabsorption_tl()

subroutine, public odzeeman_atmabsorption::zeeman_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)  AtmOptics_TL 
)

Definition at line 252 of file ODZeeman_AtmAbsorption.f90.

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

◆ zeeman_compute_predictors()

subroutine, public odzeeman_atmabsorption::zeeman_compute_predictors ( type(zeeman_input_type), intent(in)  Zeeman,
type(odps_type), intent(in)  TC,
type(crtm_atmosphere_type), intent(in)  Atm,
type(crtm_geometryinfo_type), intent(in)  GeoInfo,
type(odps_predictor_type), intent(inout)  Predictor 
)

Definition at line 1259 of file ODZeeman_AtmAbsorption.f90.

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

◆ zeeman_compute_predictors_ad()

subroutine, public odzeeman_atmabsorption::zeeman_compute_predictors_ad ( type(zeeman_input_type), intent(in)  Zeeman,
type(odps_type), intent(in)  TC,
type(odps_predictor_type), intent(in)  Predictor,
type(odps_predictor_type), intent(inout)  Predictor_AD,
type(crtm_atmosphere_type), intent(inout)  Atm_AD 
)

Definition at line 1522 of file ODZeeman_AtmAbsorption.f90.

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

◆ zeeman_compute_predictors_tl()

subroutine, public odzeeman_atmabsorption::zeeman_compute_predictors_tl ( type(zeeman_input_type), intent(in)  Zeeman,
type(odps_type), intent(in)  TC,
type(odps_predictor_type), intent(in)  Predictor,
type(crtm_atmosphere_type), intent(in)  Atm_TL,
type(odps_predictor_type), intent(inout)  Predictor_TL 
)

Definition at line 1407 of file ODZeeman_AtmAbsorption.f90.

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

Variable Documentation

◆ module_version_id

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

Definition at line 77 of file ODZeeman_AtmAbsorption.f90.