FV3 Bundle
odzeeman_predictor Module Reference

Functions/Subroutines

subroutine, public compute_predictors_zssmis (Temperature, Be, CosBK, Doppler_Shift, Secang, Predictor)
 
subroutine, public compute_predictors_zssmis_tl (Temperature, Be, CosBK, Temperature_TL, Predictor_TL)
 
subroutine, public compute_predictors_zssmis_ad (Temperature, Be, CosBK, Predictor_AD, Temperature_AD)
 
subroutine, public compute_predictors_zamsua (Temperature, Ref_Temperature, Be, CosBK, Secang, Predictor)
 
subroutine, public compute_predictors_zamsua_tl (Temperature, Ref_Temperature, Temperature_TL, Predictor_TL)
 
subroutine, public compute_predictors_zamsua_ad (Temperature, Ref_Temperature, Predictor_AD, Temperature_AD)
 

Variables

real(fp), parameter zero = 0.0_fp
 
real(fp), parameter one = 1.0_fp
 
real(fp), parameter two = 2.0_fp
 
integer, parameter, public n_zcomponents = 1
 
integer, parameter, public n_zabsorbers = 1
 
integer, parameter, public odps_gindex_zssmis = 4
 
integer, parameter, public max_n_predictors_zssmis = 18
 
integer, parameter n_channels_ssmis = 24
 
integer, dimension(n_channels_ssmis), parameter, public zssmis_channelmap = (/ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 0, 0 /)
 
integer, parameter, public max_n_predictors_zamsua = 7
 
integer, parameter, public odps_gindex_zamsua = 5
 
integer, parameter n_channels_amsua = 15
 
integer, dimension(n_channels_amsua), parameter, public zamsua_channelmap = (/ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0/)
 

Function/Subroutine Documentation

◆ compute_predictors_zamsua()

subroutine, public odzeeman_predictor::compute_predictors_zamsua ( real(fp), dimension(:), intent(in)  Temperature,
real(fp), dimension(:), intent(in)  Ref_Temperature,
real(fp), intent(in)  Be,
real(fp), intent(in)  CosBK,
real(fp), dimension(:), intent(in)  Secang,
type(odps_predictor_type), intent(inout)  Predictor 
)

Definition at line 448 of file ODZeeman_Predictor.f90.

Here is the caller graph for this function:

◆ compute_predictors_zamsua_ad()

subroutine, public odzeeman_predictor::compute_predictors_zamsua_ad ( real(fp), dimension(:), intent(in)  Temperature,
real(fp), dimension(:), intent(in)  Ref_Temperature,
type(odps_predictor_type), intent(inout)  Predictor_AD,
real(fp), dimension(:), intent(inout)  Temperature_AD 
)

Definition at line 602 of file ODZeeman_Predictor.f90.

Here is the caller graph for this function:

◆ compute_predictors_zamsua_tl()

subroutine, public odzeeman_predictor::compute_predictors_zamsua_tl ( real(fp), dimension(:), intent(in)  Temperature,
real(fp), dimension(:), intent(in)  Ref_Temperature,
real(fp), dimension(:), intent(in)  Temperature_TL,
type(odps_predictor_type), intent(inout)  Predictor_TL 
)

Definition at line 529 of file ODZeeman_Predictor.f90.

Here is the caller graph for this function:

◆ compute_predictors_zssmis()

subroutine, public odzeeman_predictor::compute_predictors_zssmis ( real(fp), dimension(:), intent(in)  Temperature,
real(fp), intent(in)  Be,
real(fp), intent(in)  CosBK,
real(fp), intent(in)  Doppler_Shift,
real(fp), dimension(:), intent(in)  Secang,
type(odps_predictor_type), intent(inout)  Predictor 
)

Definition at line 153 of file ODZeeman_Predictor.f90.

Here is the caller graph for this function:

◆ compute_predictors_zssmis_ad()

subroutine, public odzeeman_predictor::compute_predictors_zssmis_ad ( real(fp), dimension(:), intent(in)  Temperature,
real(fp), intent(in)  Be,
real(fp), intent(in)  CosBK,
type(odps_predictor_type), intent(inout)  Predictor_AD,
real(fp), dimension(:), intent(inout)  Temperature_AD 
)

Definition at line 349 of file ODZeeman_Predictor.f90.

Here is the caller graph for this function:

◆ compute_predictors_zssmis_tl()

subroutine, public odzeeman_predictor::compute_predictors_zssmis_tl ( real(fp), dimension(:), intent(in)  Temperature,
real(fp), intent(in)  Be,
real(fp), intent(in)  CosBK,
real(fp), dimension(:), intent(in)  Temperature_TL,
type(odps_predictor_type), intent(inout)  Predictor_TL 
)

Definition at line 261 of file ODZeeman_Predictor.f90.

Here is the caller graph for this function:

Variable Documentation

◆ max_n_predictors_zamsua

integer, parameter, public odzeeman_predictor::max_n_predictors_zamsua = 7

Definition at line 76 of file ODZeeman_Predictor.f90.

◆ max_n_predictors_zssmis

integer, parameter, public odzeeman_predictor::max_n_predictors_zssmis = 18

Definition at line 64 of file ODZeeman_Predictor.f90.

◆ n_channels_amsua

integer, parameter odzeeman_predictor::n_channels_amsua = 15
private

Definition at line 79 of file ODZeeman_Predictor.f90.

◆ n_channels_ssmis

integer, parameter odzeeman_predictor::n_channels_ssmis = 24
private

Definition at line 66 of file ODZeeman_Predictor.f90.

◆ n_zabsorbers

integer, parameter, public odzeeman_predictor::n_zabsorbers = 1

Definition at line 58 of file ODZeeman_Predictor.f90.

◆ n_zcomponents

integer, parameter, public odzeeman_predictor::n_zcomponents = 1

Definition at line 54 of file ODZeeman_Predictor.f90.

◆ odps_gindex_zamsua

integer, parameter, public odzeeman_predictor::odps_gindex_zamsua = 5

Definition at line 77 of file ODZeeman_Predictor.f90.

◆ odps_gindex_zssmis

integer, parameter, public odzeeman_predictor::odps_gindex_zssmis = 4

Definition at line 63 of file ODZeeman_Predictor.f90.

◆ one

real(fp), parameter odzeeman_predictor::one = 1.0_fp
private

Definition at line 52 of file ODZeeman_Predictor.f90.

◆ two

real(fp), parameter odzeeman_predictor::two = 2.0_fp
private

Definition at line 52 of file ODZeeman_Predictor.f90.

◆ zamsua_channelmap

integer, dimension(n_channels_amsua), parameter, public odzeeman_predictor::zamsua_channelmap = (/ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0/)

Definition at line 80 of file ODZeeman_Predictor.f90.

◆ zero

real(fp), parameter odzeeman_predictor::zero = 0.0_fp
private

Definition at line 52 of file ODZeeman_Predictor.f90.

◆ zssmis_channelmap

integer, dimension(n_channels_ssmis), parameter, public odzeeman_predictor::zssmis_channelmap = (/ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 0, 0 /)

Definition at line 67 of file ODZeeman_Predictor.f90.