FV3 Bundle
crtm_sfcoptics_define Module Reference

Data Types

type  crtm_sfcoptics_type
 
interface  operator(==)
 

Functions/Subroutines

elemental logical function, public crtm_sfcoptics_associated (SfcOptics)
 
elemental subroutine, public crtm_sfcoptics_destroy (SfcOptics)
 
elemental subroutine, public crtm_sfcoptics_create (SfcOptics, n_Angles, n_Stokes)
 
subroutine, public crtm_sfcoptics_inspect (SfcOptics)
 
subroutine, public crtm_sfcoptics_defineversion (Id)
 
elemental logical function, public crtm_sfcoptics_compare (x, y, n_SigFig)
 
elemental logical function crtm_sfcoptics_equal (x, y)
 

Variables

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

Function/Subroutine Documentation

◆ crtm_sfcoptics_associated()

elemental logical function, public crtm_sfcoptics_define::crtm_sfcoptics_associated ( type(crtm_sfcoptics_type), intent(in)  SfcOptics)

Definition at line 188 of file CRTM_SfcOptics_Define.f90.

Here is the caller graph for this function:

◆ crtm_sfcoptics_compare()

elemental logical function, public crtm_sfcoptics_define::crtm_sfcoptics_compare ( type(crtm_sfcoptics_type), intent(in)  x,
type(crtm_sfcoptics_type), intent(in)  y,
integer, intent(in), optional  n_SigFig 
)

Definition at line 412 of file CRTM_SfcOptics_Define.f90.

Here is the call graph for this function:

◆ crtm_sfcoptics_create()

elemental subroutine, public crtm_sfcoptics_define::crtm_sfcoptics_create ( type(crtm_sfcoptics_type), intent(out)  SfcOptics,
integer, intent(in)  n_Angles,
integer, intent(in)  n_Stokes 
)

Definition at line 256 of file CRTM_SfcOptics_Define.f90.

Here is the caller graph for this function:

◆ crtm_sfcoptics_defineversion()

subroutine, public crtm_sfcoptics_define::crtm_sfcoptics_defineversion ( character(*), intent(out)  Id)

Definition at line 367 of file CRTM_SfcOptics_Define.f90.

◆ crtm_sfcoptics_destroy()

elemental subroutine, public crtm_sfcoptics_define::crtm_sfcoptics_destroy ( type(crtm_sfcoptics_type), intent(out)  SfcOptics)

Definition at line 217 of file CRTM_SfcOptics_Define.f90.

Here is the caller graph for this function:

◆ crtm_sfcoptics_equal()

elemental logical function crtm_sfcoptics_define::crtm_sfcoptics_equal ( type(crtm_sfcoptics_type), intent(in)  x,
type(crtm_sfcoptics_type), intent(in)  y 
)
private

Definition at line 500 of file CRTM_SfcOptics_Define.f90.

Here is the call graph for this function:

◆ crtm_sfcoptics_inspect()

subroutine, public crtm_sfcoptics_define::crtm_sfcoptics_inspect ( type(crtm_sfcoptics_type), intent(in)  SfcOptics)

Definition at line 315 of file CRTM_SfcOptics_Define.f90.

Here is the call graph for this function:

Variable Documentation

◆ module_version_id

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

Definition at line 60 of file CRTM_SfcOptics_Define.f90.