FV3 Bundle
|
Data Types | |
type | einterp_type |
type | ivar_type |
Functions/Subroutines | |
integer function, public | crtm_compute_irssem (IRwaterCoeff, Wind_Speed, Frequency, Angle, iVar, Emissivity) |
integer function, public | crtm_compute_irssem_tl (IRwaterCoeff, Wind_Speed_TL, iVar, Emissivity_TL) |
integer function, public | crtm_compute_irssem_ad (IRwaterCoeff, Emissivity_AD, iVar, Wind_Speed_AD) |
elemental logical function | einterp_associated (ei) |
elemental subroutine | einterp_create (ei, n_Pts, n_Angles) |
Variables | |
character(*), parameter | module_version_id = '$Id: CRTM_IRSSEM.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $' |
integer, parameter | ml = 256 |
integer function, public crtm_irssem::crtm_compute_irssem | ( | type(irwatercoeff_type), intent(in) | IRwaterCoeff, |
real(fp), intent(in) | Wind_Speed, | ||
real(fp), intent(in) | Frequency, | ||
real(fp), dimension(:), intent(in) | Angle, | ||
type(ivar_type), intent(out) | iVar, | ||
real(fp), dimension(:), intent(out) | Emissivity | ||
) |
Definition at line 195 of file CRTM_IRSSEM.f90.
integer function, public crtm_irssem::crtm_compute_irssem_ad | ( | type(irwatercoeff_type), intent(in) | IRwaterCoeff, |
real(fp), dimension(:), intent(inout) | Emissivity_AD, | ||
type(ivar_type), intent(in) | iVar, | ||
real(fp), intent(inout) | Wind_Speed_AD | ||
) |
Definition at line 501 of file CRTM_IRSSEM.f90.
integer function, public crtm_irssem::crtm_compute_irssem_tl | ( | type(irwatercoeff_type), intent(in) | IRwaterCoeff, |
real(fp), intent(in) | Wind_Speed_TL, | ||
type(ivar_type), intent(in) | iVar, | ||
real(fp), dimension(:), intent(out) | Emissivity_TL | ||
) |
Definition at line 360 of file CRTM_IRSSEM.f90.
|
private |
|
private |
|
private |
Definition at line 56 of file CRTM_IRSSEM.f90.
|
private |
Definition at line 53 of file CRTM_IRSSEM.f90.