European Space Agency

European Space Agency

Royal Belgian Institute for Aeronomy

Royal Belgian Institute for Aeronomy

../_images/whiteSpace.png

uc110 - magnetic drift shell

type  uc110

Synopsis

INCLUDE 'unilib.h'

COMMON /UC110/ mlbl, k1st, klmp

INTEGER*4   k1st, klmp
TYPE(zlbl)  mlbl

Arguments

mlbl

Labels of the drift shell (zlbl)

k1st

Indice of the first field line segment of the drift shell

klmp

Indice of the field line segment with the lowest mirror point

Description

The common block UC110 is part of a set of three common blocks:

This set of common blocks is used to store a magnetic drift shell which is defined by a set of magnetic field line segments. The common block uc110 is used to store the global parameters of the drift shell. Among other things, the arguments mlbl%fbmp and mlbl%flmi correspond to the coordinates (Bm, Lm) which define the drift shell. The arguments k1st and klmp correspond to indices relative to the argument mfl of the common block uc120. The argument klmp is used to point on the field line segment of the shell which reaches the lowest altitude. Note that the common block uc170 has a similar structure (argument mlab).

Dependencies

Used by

Modified by

See also

Examples

None


UNILIB/tags/v3.02