FV3 Bundle
|
Functions/Subroutines | |
integer function, public | crtm_spccoeff_load (Sensor_ID, File_Path, Quiet, Process_ID, Output_Process_ID) |
integer function, public | crtm_spccoeff_destroy (Process_ID) |
logical function, public | crtm_spccoeff_isloaded () |
Variables | |
character(*), parameter | module_version_id = '$Id: CRTM_SpcCoeff.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $' |
integer, parameter | ml = 256 |
type(spccoeff_type), dimension(:), allocatable, save, public | sc |
integer function, public crtm_spccoeff::crtm_spccoeff_destroy | ( | integer, intent(in), optional | Process_ID | ) |
Definition at line 326 of file CRTM_SpcCoeff.f90.
logical function, public crtm_spccoeff::crtm_spccoeff_isloaded | ( | ) |
integer function, public crtm_spccoeff::crtm_spccoeff_load | ( | character(*), dimension(:), intent(in) | Sensor_ID, |
character(*), intent(in), optional | File_Path, | ||
logical, intent(in), optional | Quiet, | ||
integer, intent(in), optional | Process_ID, | ||
integer, intent(in), optional | Output_Process_ID | ||
) |
Definition at line 213 of file CRTM_SpcCoeff.f90.
|
private |
Definition at line 108 of file CRTM_SpcCoeff.f90.
|
private |
Definition at line 105 of file CRTM_SpcCoeff.f90.
type(spccoeff_type), dimension(:), allocatable, save, public crtm_spccoeff::sc |
Definition at line 114 of file CRTM_SpcCoeff.f90.