prop-618
— ITU propagation models for Earth-space telecommunications systemsprop-618
prop-618
(version 16, updated 2021 August 4)
(c) lloda 2019–2021
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
prop-618
is a translation into code of [ITU-618]
and other references given there and in this ITU table. It is written in Fortran and offers bindings to C, Python, and Guile.
The overall attenuation is
Each component is ‘attenuation exceeded for \(p\) of an average year’
Next: Rain, Up: Attenuation [Index]
The computation in FIXME requires pressure, temperature and humidity data for each layer of the atmosphere. In the absence of specific data, location-dependent reference data is provided in FIXMEand a generic mean global atmosphere is provided in FIXME
Previous: Atmospheric gases, Up: Attenuation [Index]
A procedure to compute attenuation due to rain is given in FIXME. This uses the rain height map from FIXME, the average annual rainfall rate map from FIXME, and the specific attenuation coefficients from FIXME.
Next: Module prop
, Up: Reference [Index]
atmospheres
real(C_DOUBLE), intent(in) :: h ! geometric height (km) real(C_DOUBLE), intent(out) :: P ! dry air partial pressure (hPa) real(C_DOUBLE), intent(out) :: rho ! water vapor density (g/m³) real(C_DOUBLE), intent(out) :: temp ! temperature (K) integer(C_INT32_T), intent(out):: error ! error - 0 means none
Previous: Module atmospheres
, Up: Reference [Index]
prop
[ITU-618] | ITU-R P.618-13: Propagation data and prediction methods required for the design of Earth-space telecommunication systems. https://www.itu.int/rec/R-REC-P.618/en, April 2019. |