next up previous
Next: SLA_REFRO - Refraction
Up: SUBPROGRAM SPECIFICATIONS
Previous: SLA_REFCO - Refraction Constants

SLA_REFCOQ - Refraction Constants (fast)   

ACTION:
Determine the constants a and b in the atmospheric refraction model $\Delta \zeta = a \tan \zeta + b \tan^{3} \zeta$, where $\zeta$ is the observed zenith distance (i.e. affected by refraction) and $\Delta \zeta$ is what to add to $\zeta$ to give the topocentric (i.e. in vacuo) zenith distance. (This is a fast alternative to the sla_REFCO routine - see notes.)

CALL:
CALL sla_REFCOQ (TDK, PMB, RH, WL, REFA, REFB)

GIVEN:

TDK D ambient temperature at the observer (degrees K)
PMB D pressure at the observer (mB)
RH D relative humidity at the observer (range 0-1)
WL D effective wavelength of the source ($\mu{\rm m}$)

RETURNED:

REFA D $\tan \zeta$ coefficient (radians)
REFB D $\tan^{3} \zeta$ coefficient (radians)

NOTES:
1.
The radio refraction is chosen by specifying WL >100 $\mu{\rm m}$.
2.
The model is an approximation, for moderate zenith distances, to the predictions of the sla_REFRO routine. The approximation is maintained across a range of conditions, and applies to both optical/IR and radio.
3.
The algorithm is a fast alternative to the sla_REFCO routine. The latter calls the sla_REFRO routine itself: this involves integrations through a model atmosphere, and is costly in processor time. However, the model which is produced is precisely correct for two zenith distances ($45^\circ$ and $\sim\!76^\circ$) and at other zenith distances is limited in accuracy only by the $\Delta \zeta = a \tan \zeta + b \tan^{3} \zeta$ formulation itself. The present routine is not as accurate, though it satisfies most practical requirements.
4.
The model omits the effects of (i) height above sea level (apart from the reduced pressure itself), (ii) latitude (i.e. the flattening of the Earth) and (iii) variations in tropospheric lapse rate.
5.
The model has been tested using the following range of conditions:
$\cdot$
lapse rates 0.0055, 0.0065, 0.0075 degrees K per metre
$\cdot$
latitudes $0^{\circ}$, $25^\circ$, $50^\circ$, $75^\circ$
$\cdot$
heights 0, 2500, 5000 metres above sea level
$\cdot$
pressures mean for height -10% to +5% in steps of 5%
$\cdot$
temperatures $-10^\circ$ to $+20^\circ$ with respect to $280^\circ$K at sea level
$\cdot$
relative humidity 0, 0.5, 1
$\cdot$
wavelength 0.4, 0.6, ... $2\mu{\rm m}$, + radio
$\cdot$
zenith distances $15^\circ$, $45^\circ$, $75^\circ$
For the above conditions, the comparison with sla_REFRO was as follows:




          
  worst RMS
optical/IR 62 8
radio 319 49
  mas mas





For this particular set of conditions:

$\cdot$
lapse rate $6.5^\circ K km^{-1}$
$\cdot$
latitude $50^\circ$
$\cdot$
sea level
$\cdot$
pressure 1005mB
$\cdot$
temperature $7^\circ$C
$\cdot$
humidity 80%
$\cdot$
wavelength 5740A
the results were as follows:




          
$\zeta$ sla_REFRO sla_REFCOQ Saastamoinen
10 10.27 10.27 10.27
20 21.19 21.20 21.19
30 33.61 33.61 33.60
40 48.82 48.83 48.81
45 58.16 58.18 58.16
50 69.28 69.30 69.27
55 82.97 82.99 82.95
60 100.51 100.54 100.50
65 124.23 124.26 124.20
70 158.63 158.68 158.61
72 177.32 177.37 177.31
74 200.35 200.38 200.32
76 229.45 229.43 229.42
78 267.44 267.29 267.41
80 319.13 318.55 319.10
deg arcsec arcsec arcsec





The values for Saastamoinen's formula (which includes terms up to $\tan^5$) are taken from Hohenkerk and Sinclair (1985).

The results from the much slower but more accurate sla_REFCO routine have not been included in the tabulation as they are identical to those in the sla_REFRO column to the $0\hspace{-0.05em}^{'\hspace{-0.1em}'}\hspace{-0.4em}.01$

resolution used.

6.
Outlandish input parameters are silently limited to mathematically safe values. Zero pressure is permissible, and causes zeroes to be returned.
7.
The algorithm draws on several sources, as follows:
  • The formula for the saturation vapour pressure of water as a function of temperature and temperature is taken from expressions A4.5-A4.7 of Gill (1982).
  • The formula for the water vapour pressure, given the saturation pressure and the relative humidity is from Crane (1976), expression 2.5.5.
  • The refractivity of air is a function of temperature, total pressure, water-vapour pressure and, in the case of optical/IR but not radio, wavelength. The formulae for the two cases are developed from the Essen and Froome expressions adopted in Resolution 1 of the 12th International Geodesy Association General Assembly (1963).
The above three items are as used in the sla_REFRO routine.
  • The formula for $\beta~(=H_0/r_0)$ is an adaption of expression 9 from Stone (1996). The adaptations, arrived at empirically, consist of (i) a small adjustment to the coefficient and (ii) a humidity term for the radio case only.
  • The formulae for the refraction constants as a function of n-1 and $\beta$ are from Green (1987), expression 4.31.

REFERENCES:
1.
Crane, R.K., Meeks, M.L. (ed), ``Refraction Effects in the Neutral Atmosphere'', Methods of Experimental Physics: Astrophysics 12B, Academic Press, 1976.
2.
Gill, Adrian E., Atmosphere-Ocean Dynamics, Academic Press, 1982.
3.
Hohenkerk, C.Y., & Sinclair, A.T., NAO Technical Note No. 63, 1985.
4.
International Geodesy Association General Assembly, Bulletin Géodésique 70 p390, 1963.
5.
Stone, Ronald C., P.A.S.P. 108 1051-1058, 1996.
6.
Green, R.M., Spherical Astronomy, Cambridge University Press, 1987.


next up previous
Next: SLA_REFRO - Refraction
Up: SUBPROGRAM SPECIFICATIONS
Previous: SLA_REFCO - Refraction Constants

SLALIB --- Positional Astronomy Library
Starlink User Note 67
P. T. Wallace
12 October 1999
E-mail:ptw@star.rl.ac.uk