dm_rts_correction_sea_level Function

public pure elemental function dm_rts_correction_sea_level(height) result(ppm)

Returns sea level correction value [ppm] for an EDM of the given height above sea level [m]. The value of the result is always negative. Multiply by 10e-6 before applying the correction value to a slope distance [m].

Arguments

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

Height of EDM above sea level [m].

Return Value real(kind=r8)