European Space Agency

European Space Agency

Royal Belgian Institute for Aeronomy

Royal Belgian Institute for Aeronomy

../_images/whiteSpace.png

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

The common block uc160 is used to store physical constants. The common block is initialized by the subroutine ut990().

Dependencies

Used by

Modified by

See also

None

Examples

None


UNILIB/tags/v3.02