FV3 Bundle
crtm_sfcoptics Module Reference

Data Types

type  ivar_type
 

Functions/Subroutines

subroutine, public crtm_compute_surfacet (Surface, SfcOptics)
 
subroutine, public crtm_compute_surfacet_tl (Surface, Surface_TL, SfcOptics_TL)
 
subroutine, public crtm_compute_surfacet_ad (Surface, SfcOptics_AD, Surface_AD)
 
integer function, public crtm_compute_sfcoptics (Surface, GeometryInfo, SensorIndex, ChannelIndex, SfcOptics, iVar)
 
integer function, public crtm_compute_sfcoptics_tl (Surface, SfcOptics, Surface_TL, GeometryInfo, SensorIndex, ChannelIndex, SfcOptics_TL, iVar)
 
integer function, public crtm_compute_sfcoptics_ad (Surface, SfcOptics, SfcOptics_AD, GeometryInfo, SensorIndex, ChannelIndex, Surface_AD, iVar)
 

Variables

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

Function/Subroutine Documentation

◆ crtm_compute_sfcoptics()

integer function, public crtm_sfcoptics::crtm_compute_sfcoptics ( type(crtm_surface_type), intent(in)  Surface,
type(crtm_geometryinfo_type), intent(in)  GeometryInfo,
integer, intent(in)  SensorIndex,
integer, intent(in)  ChannelIndex,
type(crtm_sfcoptics_type), intent(inout)  SfcOptics,
type(ivar_type), intent(out)  iVar 
)

Definition at line 450 of file CRTM_SfcOptics.f90.

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

◆ crtm_compute_sfcoptics_ad()

integer function, public crtm_sfcoptics::crtm_compute_sfcoptics_ad ( type(crtm_surface_type), intent(in)  Surface,
type(crtm_sfcoptics_type), intent(in)  SfcOptics,
type(crtm_sfcoptics_type), intent(inout)  SfcOptics_AD,
type(crtm_geometryinfo_type), intent(in)  GeometryInfo,
integer, intent(in)  SensorIndex,
integer, intent(in)  ChannelIndex,
type(crtm_surface_type), intent(inout)  Surface_AD,
type(ivar_type), intent(in)  iVar 
)

Definition at line 1756 of file CRTM_SfcOptics.f90.

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

◆ crtm_compute_sfcoptics_tl()

integer function, public crtm_sfcoptics::crtm_compute_sfcoptics_tl ( type(crtm_surface_type), intent(in)  Surface,
type(crtm_sfcoptics_type), intent(in)  SfcOptics,
type(crtm_surface_type), intent(in)  Surface_TL,
type(crtm_geometryinfo_type), intent(in)  GeometryInfo,
integer, intent(in)  SensorIndex,
integer, intent(in)  ChannelIndex,
type(crtm_sfcoptics_type), intent(inout)  SfcOptics_TL,
type(ivar_type), intent(in)  iVar 
)

Definition at line 1179 of file CRTM_SfcOptics.f90.

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

◆ crtm_compute_surfacet()

subroutine, public crtm_sfcoptics::crtm_compute_surfacet ( type(crtm_surface_type), intent(in)  Surface,
type(crtm_sfcoptics_type), intent(inout)  SfcOptics 
)

Definition at line 194 of file CRTM_SfcOptics.f90.

Here is the caller graph for this function:

◆ crtm_compute_surfacet_ad()

subroutine, public crtm_sfcoptics::crtm_compute_surfacet_ad ( type(crtm_surface_type), intent(in)  Surface,
type(crtm_sfcoptics_type), intent(inout)  SfcOptics_AD,
type(crtm_surface_type), intent(inout)  Surface_AD 
)

Definition at line 331 of file CRTM_SfcOptics.f90.

Here is the caller graph for this function:

◆ crtm_compute_surfacet_tl()

subroutine, public crtm_sfcoptics::crtm_compute_surfacet_tl ( type(crtm_surface_type), intent(in)  Surface,
type(crtm_surface_type), intent(in)  Surface_TL,
type(crtm_sfcoptics_type), intent(inout)  SfcOptics_TL 
)

Definition at line 257 of file CRTM_SfcOptics.f90.

Here is the caller graph for this function:

Variable Documentation

◆ ml

integer, parameter crtm_sfcoptics::ml = 256
private

Definition at line 124 of file CRTM_SfcOptics.f90.

◆ module_version_id

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

Definition at line 121 of file CRTM_SfcOptics.f90.