FV3 Bundle
|
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 |
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.
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.
|
private |
|
private |
Definition at line 733 of file CRTM_TauCoeff.f90.
|
private |
Definition at line 75 of file CRTM_TauCoeff.f90.
type(taucoeff_type), save, public crtm_taucoeff::tc |
Definition at line 83 of file CRTM_TauCoeff.f90.