FV3 Bundle
crtm_mwwatercoeff Module Reference

Functions/Subroutines

integer function, public crtm_mwwatercoeff_load (Filename, File_Path, Quiet, Process_ID, Output_Process_ID)
 
integer function, public crtm_mwwatercoeff_destroy (Process_ID)
 
logical function, public crtm_mwwatercoeff_isloaded ()
 

Variables

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

Function/Subroutine Documentation

◆ crtm_mwwatercoeff_destroy()

integer function, public crtm_mwwatercoeff::crtm_mwwatercoeff_destroy ( integer, intent(in), optional  Process_ID)

Definition at line 252 of file CRTM_MWwaterCoeff.f90.

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

◆ crtm_mwwatercoeff_isloaded()

logical function, public crtm_mwwatercoeff::crtm_mwwatercoeff_isloaded ( )

Definition at line 298 of file CRTM_MWwaterCoeff.f90.

Here is the call graph for this function:

◆ crtm_mwwatercoeff_load()

integer function, public crtm_mwwatercoeff::crtm_mwwatercoeff_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_MWwaterCoeff.f90.

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

Variable Documentation

◆ ml

integer, parameter crtm_mwwatercoeff::ml = 512
private

Definition at line 58 of file CRTM_MWwaterCoeff.f90.

◆ module_version_id

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

Definition at line 55 of file CRTM_MWwaterCoeff.f90.

◆ mwwaterc

type(mwwatercoeff_type), target, save, public crtm_mwwatercoeff::mwwaterc

Definition at line 64 of file CRTM_MWwaterCoeff.f90.