uc130 - magnetic field line segments¶
- type uc130¶
Synopsis¶
INCLUDE 'unilib.h'
COMMON /UC130/ nbrsg, kursg, mseg
INTEGER*4 nbrsg, kursg
TYPE(zseg) mseg(nx130)
Arguments¶
- nbrsg
Number of elementary segments already computed
- kursg
Indice of the current elementary segment
- mseg
Set of elementary field line segments (
zseg
)
Description¶
The common block
uc130
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
uc130
includes the whole set of elementary segments of the magnetic drift shell: each magnetic field line segment is described by a set of elementary segments.As sample, the first magnetic field segment of the drift shell is stored in the argument
mseg
from indexmfl(k1st)%ind%jbeg
tomfl(k1st)%ind%jend
. The geographic position of the southern mirror point of this field line segment is stored inmseg(mfl(k1st)%ind%jmirps)%beg%coord
. Note that the common blockuc170
has a similar structure (argumentmele
).
Dependencies¶
Used by¶
Modified by¶
- ud319 - transfer a field line segment from common block uc170 to uc130
nbrsg, kursg and mseg
- ut990 - initialize the UNILIB library
nbrsg and kursg
See also¶
Examples¶
None
UNILIB/tags/v3.02