FV3 Bundle
|
Functions/Subroutines | |
subroutine, public | crtm_planck_radiance (n, l, Temperature, Radiance) |
subroutine, public | crtm_planck_radiance_tl (n, l, Temperature, Temperature_TL, Radiance_TL) |
subroutine, public | crtm_planck_radiance_ad (n, l, Temperature, Radiance_AD, Temperature_AD) |
subroutine, public | crtm_planck_temperature (n, l, Radiance, Temperature) |
subroutine, public | crtm_planck_temperature_tl (n, l, Radiance, Radiance_TL, Temperature_TL) |
subroutine, public | crtm_planck_temperature_ad (n, l, Radiance, Temperature_AD, Radiance_AD) |
Variables | |
character(*), parameter | module_rcs_id = '$Id: CRTM_Planck_Functions.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $' |
subroutine, public crtm_planck_functions::crtm_planck_radiance | ( | integer, intent(in) | n, |
integer, intent(in) | l, | ||
real(fp), intent(in) | Temperature, | ||
real(fp), intent(out) | Radiance | ||
) |
Definition at line 121 of file CRTM_Planck_Functions.f90.
subroutine, public crtm_planck_functions::crtm_planck_radiance_ad | ( | integer, intent(in) | n, |
integer, intent(in) | l, | ||
real(fp), intent(in) | Temperature, | ||
real(fp), intent(in) | Radiance_AD, | ||
real(fp), intent(inout) | Temperature_AD | ||
) |
Definition at line 364 of file CRTM_Planck_Functions.f90.
subroutine, public crtm_planck_functions::crtm_planck_radiance_tl | ( | integer, intent(in) | n, |
integer, intent(in) | l, | ||
real(fp), intent(in) | Temperature, | ||
real(fp), intent(in) | Temperature_TL, | ||
real(fp), intent(out) | Radiance_TL | ||
) |
Definition at line 236 of file CRTM_Planck_Functions.f90.
subroutine, public crtm_planck_functions::crtm_planck_temperature | ( | integer, intent(in) | n, |
integer, intent(in) | l, | ||
real(fp), intent(in) | Radiance, | ||
real(fp), intent(out) | Temperature | ||
) |
Definition at line 475 of file CRTM_Planck_Functions.f90.
subroutine, public crtm_planck_functions::crtm_planck_temperature_ad | ( | integer, intent(in) | n, |
integer, intent(in) | l, | ||
real(fp), intent(in) | Radiance, | ||
real(fp), intent(in) | Temperature_AD, | ||
real(fp), intent(inout) | Radiance_AD | ||
) |
Definition at line 703 of file CRTM_Planck_Functions.f90.
subroutine, public crtm_planck_functions::crtm_planck_temperature_tl | ( | integer, intent(in) | n, |
integer, intent(in) | l, | ||
real(fp), intent(in) | Radiance, | ||
real(fp), intent(in) | Radiance_TL, | ||
real(fp), intent(out) | Temperature_TL | ||
) |
Definition at line 584 of file CRTM_Planck_Functions.f90.
|
private |
Definition at line 40 of file CRTM_Planck_Functions.f90.