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 argumentsmlbl%fbmp
andmlbl%flmi
correspond to the coordinates (Bm, Lm) which define the drift shell. The argumentsk1st
andklmp
correspond to indices relative to the argumentmfl
of the common blockuc120
. The argumentklmp
is used to point on the field line segment of the shell which reaches the lowest altitude. Note that the common blockuc170
has a similar structure (argumentmlab
).
Dependencies¶
Used by¶
- ud320 - evaluate a double time integral over a drift shell
k1st, mlbl%fbmp and mlbl%lbmp
- ut992 - print the magnetic drift shell
k1st, mlbl%linv, mlbl%finv, mlbl%lbmp, mlbl%fbmp, mlbl%lkauf, mlbl%fkauf, mlbl%llmi, mlbl%flmi, mlbl%lalp0 and mlbl%falp0
- ut993 - Store a magnetic field drift shell
k1st, mlbl%lbmp, mlbl%llmi, mlbl%fbmp and mlbl%flmi
Modified by¶
- ud319 - transfer a field line segment from common block uc170 to uc130
mlbl, k1st and klmp
- ud330 - evaluate the third invariant
mlbl%lphi and mlbl%fphi
- ut990 - initialize the UNILIB library
k1st and klmp
See also¶
Examples¶
None
UNILIB/tags/v3.02