uc160 - general constants¶
- type uc160¶
Synopsis¶
INCLUDE 'unilib.h'
COMMON /UC160/ pi, deg, re, gmagmo, eclipt, geoid, uma
REAL*8 pi, deg, re
REAL*8 gmagmo
REAL*8 eclipt, geoid(3), uma(30)
Arguments¶
- pi
3.141592…
- deg
Conversion factor from degrees to radians
- re
Earth’s radius in km
- gmagmo
McIlwain’s dipole moment in GRE3
- eclipt
Ecliptic inclination
- geoid
Geoid major axis in km and excentricities
- uma
Atomic mass of the atmospheric constituents (see note of subroutine
ua630()
)
Description¶
Dependencies¶
Used by¶
- ul240 - evaluate the Hilton’s function
re and gmagmo
- ul242 - inverse the Hilton function
re and gmagmo
- ul245 - equatorial pitch angle
deg and gmagmo
- ud330 - evaluate the third invariant
pi, re and gmagmo
- uf423 - Runge Kutta step
deg and re
- um522 - position of the Sun
pi, eclipt and deg
- ua633 - IRI-90 ionosphere
re, deg, pi and uma
- ut986 - pass general variables to IDL
re and gmagmo
- ut991 - print the magnetic field line
re and gmagmo
- ut992 - print the magnetic drift shell
re and gmagmo
Modified by¶
- ut990 - initialize the UNILIB library
pi, deg, re, gmagmo, eclipt, geoid and uma
See also¶
None
Examples¶
None
UNILIB/tags/v3.02