dm_rts_correction_distance Function

public pure elemental function dm_rts_correction_distance(slope_dist, ppm, prism) result(corrected)

Applied atmospheric correction [ppm] and prism constant [mmm] to uncorrected slope distance [m].

Arguments

Type IntentOptional Attributes Name
real(kind=r8), intent(in) :: slope_dist

Uncorrected slope distance [m].

real(kind=r8), intent(in) :: ppm

Atmospheric scale correction [ppm, mm/km].

real(kind=r8), intent(in) :: prism

Additive constant of the reflector [mm].

Return Value real(kind=r8)