FV3 Bundle
|
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 |
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.
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.
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.
subroutine, public crtm_sfcoptics::crtm_compute_surfacet | ( | type(crtm_surface_type), intent(in) | Surface, |
type(crtm_sfcoptics_type), intent(inout) | SfcOptics | ||
) |
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 | ||
) |
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 | ||
) |
|
private |
Definition at line 124 of file CRTM_SfcOptics.f90.
|
private |
Definition at line 121 of file CRTM_SfcOptics.f90.