FV3 Bundle
crtm_aerosolcoeff Module Reference

Functions/Subroutines

integer function, public crtm_aerosolcoeff_load (Filename, File_Path, Quiet, Process_ID, Output_Process_ID)
 
integer function, public crtm_aerosolcoeff_destroy (Process_ID)
 
logical function, public crtm_aerosolcoeff_isloaded ()
 

Variables

character(*), parameter module_version_id = '$Id: CRTM_AerosolCoeff.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
 
integer, parameter ml = 256
 
type(aerosolcoeff_type), target, save, public aeroc
 

Function/Subroutine Documentation

◆ crtm_aerosolcoeff_destroy()

integer function, public crtm_aerosolcoeff::crtm_aerosolcoeff_destroy ( integer, intent(in), optional  Process_ID)

Definition at line 250 of file CRTM_AerosolCoeff.f90.

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

◆ crtm_aerosolcoeff_isloaded()

logical function, public crtm_aerosolcoeff::crtm_aerosolcoeff_isloaded ( )

Definition at line 297 of file CRTM_AerosolCoeff.f90.

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

◆ crtm_aerosolcoeff_load()

integer function, public crtm_aerosolcoeff::crtm_aerosolcoeff_load ( character(*), intent(in)  Filename,
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 160 of file CRTM_AerosolCoeff.f90.

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

Variable Documentation

◆ aeroc

type(aerosolcoeff_type), target, save, public crtm_aerosolcoeff::aeroc

Definition at line 65 of file CRTM_AerosolCoeff.f90.

◆ ml

integer, parameter crtm_aerosolcoeff::ml = 256
private

Definition at line 59 of file CRTM_AerosolCoeff.f90.

◆ module_version_id

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

Definition at line 56 of file CRTM_AerosolCoeff.f90.