FV3 Bundle
crtm_predictor Module Reference

Data Types

type  ivar_type
 

Functions/Subroutines

subroutine, public crtm_compute_predictors (SensorIndex, Atmosphere, GeometryInfo, AncillaryInput, Predictor, iVar)
 
subroutine, public crtm_compute_predictors_tl (SensorIndex, Atmosphere, Predictor, Atmosphere_TL, AncillaryInput, Predictor_TL, iVar)
 
subroutine, public crtm_compute_predictors_ad (SensorIndex, Atmosphere, Predictor, Predictor_AD, AncillaryInput, Atmosphere_AD, iVar)
 

Variables

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

Function/Subroutine Documentation

◆ crtm_compute_predictors()

subroutine, public crtm_predictor::crtm_compute_predictors ( integer, intent(in)  SensorIndex,
type(crtm_atmosphere_type), intent(in)  Atmosphere,
type(crtm_geometryinfo_type), intent(in)  GeometryInfo,
type(crtm_ancillaryinput_type), intent(in)  AncillaryInput,
type(crtm_predictor_type), intent(inout)  Predictor,
type(ivar_type), intent(inout)  iVar 
)

Definition at line 186 of file CRTM_Predictor.f90.

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

◆ crtm_compute_predictors_ad()

subroutine, public crtm_predictor::crtm_compute_predictors_ad ( integer, intent(in)  SensorIndex,
type(crtm_atmosphere_type), intent(in)  Atmosphere,
type(crtm_predictor_type), intent(in)  Predictor,
type(crtm_predictor_type), intent(inout)  Predictor_AD,
type(crtm_ancillaryinput_type), intent(in)  AncillaryInput,
type(crtm_atmosphere_type), intent(inout)  Atmosphere_AD,
type(ivar_type), intent(in)  iVar 
)

Definition at line 515 of file CRTM_Predictor.f90.

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

◆ crtm_compute_predictors_tl()

subroutine, public crtm_predictor::crtm_compute_predictors_tl ( integer, intent(in)  SensorIndex,
type(crtm_atmosphere_type), intent(in)  Atmosphere,
type(crtm_predictor_type), intent(in)  Predictor,
type(crtm_atmosphere_type), intent(in)  Atmosphere_TL,
type(crtm_ancillaryinput_type), intent(in)  AncillaryInput,
type(crtm_predictor_type), intent(inout)  Predictor_TL,
type(ivar_type), intent(in)  iVar 
)

Definition at line 348 of file CRTM_Predictor.f90.

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

Variable Documentation

◆ ml

integer, parameter crtm_predictor::ml = 256
private

Definition at line 83 of file CRTM_Predictor.f90.

◆ module_version_id

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

Definition at line 80 of file CRTM_Predictor.f90.