FV3 Bundle
crtm_spccoeff Module Reference

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
 

Function/Subroutine Documentation

◆ crtm_spccoeff_destroy()

integer function, public crtm_spccoeff::crtm_spccoeff_destroy ( integer, intent(in), optional  Process_ID)

Definition at line 326 of file CRTM_SpcCoeff.f90.

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

◆ crtm_spccoeff_isloaded()

logical function, public crtm_spccoeff::crtm_spccoeff_isloaded ( )

Definition at line 389 of file CRTM_SpcCoeff.f90.

Here is the call graph for this function:

◆ crtm_spccoeff_load()

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.

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

Variable Documentation

◆ ml

integer, parameter crtm_spccoeff::ml = 256
private

Definition at line 108 of file CRTM_SpcCoeff.f90.

◆ module_version_id

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

Definition at line 105 of file CRTM_SpcCoeff.f90.

◆ sc

type(spccoeff_type), dimension(:), allocatable, save, public crtm_spccoeff::sc

Definition at line 114 of file CRTM_SpcCoeff.f90.