FV3 Bundle
crtm_predictor_define Module Reference

Data Types

type  crtm_predictor_type
 

Functions/Subroutines

elemental logical function, public crtm_predictor_associated (self)
 
elemental subroutine, public crtm_predictor_destroy (self)
 
elemental subroutine, public crtm_predictor_create (self, n_Layers, SensorIndex, SaveFWV)
 
subroutine, public crtm_predictor_inspect (self)
 

Variables

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

Function/Subroutine Documentation

◆ crtm_predictor_associated()

elemental logical function, public crtm_predictor_define::crtm_predictor_associated ( type(crtm_predictor_type), intent(in)  self)

Definition at line 134 of file CRTM_Predictor_Define.f90.

Here is the caller graph for this function:

◆ crtm_predictor_create()

elemental subroutine, public crtm_predictor_define::crtm_predictor_create ( type(crtm_predictor_type), intent(out)  self,
integer, intent(in)  n_Layers,
integer, intent(in)  SensorIndex,
integer, intent(in), optional  SaveFWV 
)

Definition at line 219 of file CRTM_Predictor_Define.f90.

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

◆ crtm_predictor_destroy()

elemental subroutine, public crtm_predictor_define::crtm_predictor_destroy ( type(crtm_predictor_type), intent(out)  self)

Definition at line 164 of file CRTM_Predictor_Define.f90.

Here is the caller graph for this function:

◆ crtm_predictor_inspect()

subroutine, public crtm_predictor_define::crtm_predictor_inspect ( type(crtm_predictor_type), intent(in)  self)

Definition at line 395 of file CRTM_Predictor_Define.f90.

Here is the call graph for this function:

Variable Documentation

◆ ml

integer, parameter crtm_predictor_define::ml = 256
private

Definition at line 70 of file CRTM_Predictor_Define.f90.

◆ module_version_id

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

Definition at line 67 of file CRTM_Predictor_Define.f90.