44 '$Id: CRTM_AntennaCorrection.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $' 115 INTEGER ,
INTENT(IN) :: n
116 INTEGER ,
INTENT(IN) :: l
127 rt%Brightness_Temperature =
sc(n)%AC%A_earth( ifov,l)*rt%Brightness_Temperature + &
128 sc(n)%AC%A_platform(ifov,l)*rt%Brightness_Temperature + &
192 INTEGER ,
INTENT(IN) :: n
193 INTEGER ,
INTENT(IN) :: l
206 c =
sc(n)%AC%A_earth(ifov,l) +
sc(n)%AC%A_platform(ifov,l)
207 rt_tl%Brightness_Temperature = c * rt_tl%Brightness_Temperature
270 INTEGER ,
INTENT(IN) :: n
271 INTEGER ,
INTENT(IN) :: l
281 c =
sc(n)%AC%A_earth(ifov,l) +
sc(n)%AC%A_platform(ifov,l)
282 rt_ad%Brightness_Temperature = c * rt_ad%Brightness_Temperature
subroutine, public crtm_compute_antcorr_tl(gI, n, l, RT_TL)
real(fp), parameter, public tspace
integer, parameter, public fp
subroutine, public crtm_compute_antcorr(gI, n, l, RT)
type(spccoeff_type), dimension(:), allocatable, save, public sc
character(*), parameter module_version_id
subroutine, public crtm_compute_antcorr_ad(gI, n, l, RT_AD)
elemental subroutine, public crtm_geometryinfo_getvalue(gInfo, Geometry, iFOV, Longitude, Latitude, Surface_Altitude, Sensor_Scan_Angle, Sensor_Zenith_Angle, Sensor_Azimuth_Angle, Source_Zenith_Angle, Source_Azimuth_Angle, Flux_Zenith_Angle, Year, Month, Day, Distance_Ratio, Sensor_Scan_Radian, Sensor_Zenith_Radian, Sensor_Azimuth_Radian, Secant_Sensor_Zenith, Cosine_Sensor_Zenith, Source_Zenith_Radian, Source_Azimuth_Radian, Secant_Source_Zenith, Flux_Zenith_Radian, Secant_Flux_Zenith, Trans_Zenith_Radian, Secant_Trans_Zenith, AU_ratio2)