FV3 Bundle
crtm_taucoeff Module Reference

Functions/Subroutines

integer function, public crtm_load_taucoeff (Sensor_ID, File_Path, Quiet, Process_ID, Output_Process_ID, Message_Log)
 
integer function, public crtm_destroy_taucoeff (Process_ID, Message_Log)
 
integer function inquire_algorithmid (Filename, Algorithm_ID, RCS_Id, Message_Log)
 
subroutine extract_sensorinfo (TheAlgorithmID, AlgorithmID, SensorID_subset, SensorIndex, SensorID_in)
 

Variables

character(*), parameter module_rcs_id = '$Id: CRTM_TauCoeff.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
 
type(taucoeff_type), save, public tc
 

Function/Subroutine Documentation

◆ crtm_destroy_taucoeff()

integer function, public crtm_taucoeff::crtm_destroy_taucoeff ( integer, intent(in), optional  Process_ID,
character(*), intent(in), optional  Message_Log 
)

Definition at line 611 of file CRTM_TauCoeff.f90.

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

◆ crtm_load_taucoeff()

integer function, public crtm_taucoeff::crtm_load_taucoeff ( character(*), dimension(:), intent(in), optional  Sensor_ID,
character(*), intent(in), optional  File_Path,
integer, intent(in), optional  Quiet,
integer, intent(in), optional  Process_ID,
integer, intent(in), optional  Output_Process_ID,
character(*), intent(in), optional  Message_Log 
)

Definition at line 197 of file CRTM_TauCoeff.f90.

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

◆ extract_sensorinfo()

subroutine crtm_taucoeff::extract_sensorinfo ( integer, intent(in)  TheAlgorithmID,
integer, dimension(:), intent(in)  AlgorithmID,
character(*), dimension(:), intent(out)  SensorID_subset,
integer, dimension(:), intent(out)  SensorIndex,
character(*), dimension(:), intent(in), optional  SensorID_in 
)
private

Definition at line 850 of file CRTM_TauCoeff.f90.

Here is the caller graph for this function:

◆ inquire_algorithmid()

integer function crtm_taucoeff::inquire_algorithmid ( character(*), intent(in)  Filename,
integer, intent(out)  Algorithm_ID,
character(*), intent(out), optional  RCS_Id,
character(*), intent(in), optional  Message_Log 
)
private

Definition at line 733 of file CRTM_TauCoeff.f90.

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

Variable Documentation

◆ module_rcs_id

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

Definition at line 75 of file CRTM_TauCoeff.f90.

◆ tc

type(taucoeff_type), save, public crtm_taucoeff::tc

Definition at line 83 of file CRTM_TauCoeff.f90.