1#!F-adobe-helvetica-medium-r-normal--18*
2#!N
3#!CSeaGreen #!N  #!Rintrkwd interleaving
4#!N #!EC #!T,90 #!N TAB  #!F-adobe-times-bold-r-normal--18*   field #!EF #!N TAB  #!F-adobe-times-bold-r-normal--18*
5record #!EF #!N  #!F-adobe-times-bold-r-normal--18*   [ interleaving #!EF = #!N TAB  #!F-adobe-times-bold-r-normal--18*
6vector #!EF #!N TAB  #!F-adobe-times-bold-r-normal--18*   record-vector #!EF ] #!N #!T,0 #!N
7#!I0 #!N #!N #!I0 #!N  #!F-adobe-times-bold-r-normal--18*   Function: #!EF #!I50 #!N Specifies
8to the Importer how the data in a data file are
9interleaved. #!N #!I0 #!N  #!F-adobe-times-bold-r-normal--18*   Use: #!EF #!I50 #!N Optional. By
10default, the Importer assumes that the interleaving is record-vector. #!I0 #!N
11#!N Note: The examples presented here are based on a 1-dimensional
12grid with 10 elements and two series members: #!CForestGreen #!N #!N
13 #!F-adobe-courier-bold-r-normal--18*   #!N . . . #!N grid = 10 #!N series
14= 2 #!N field = t, v #!N structure = scalar,
153-vector #!N . . . #!EF #!N #!N #!EC where  #!F-adobe-times-bold-r-normal--18*
16t #!EF is a scalar value and  #!F-adobe-times-bold-r-normal--18*   v #!EF is
17a vector with three components (  #!F-adobe-times-medium-i-normal--18*   vx, vy, #!EF and
18 #!F-adobe-times-medium-i-normal--18*   vz #!EF ). In the examples themselves,  #!F-adobe-times-bold-r-normal--18*   s #!EF
19represents a series member (0 or 1), and  #!F-adobe-times-bold-r-normal--18*   g #!EF
20represents a grid element number (0 through 9). The  #!F-adobe-times-bold-r-normal--18*   interleaving
21#!EF options are as follows: #!N #!I0 #!N #!N #!I0 #!N
22 #!F-adobe-times-bold-r-normal--18*    #!F-adobe-times-bold-r-normal--18*   field #!EF #!EF #!I50 #!N Specifies column-oriented data such
23as that generated by a spreadsheet or by data-listing software. There
24is a separate "column" for each of the two fields with
25one element of each field per "row." (For non-scalar data, as
26here, there is a column for each vector component.) The number
27of rows corresponds to the size of the grid multiplied by
28the number of series members. #!CForestGreen #!N #!N  #!F-adobe-courier-bold-r-normal--18*    #!F-adobe-times-bold-r-normal--18*   #!N
29|- Field t -|--------------- Field v --------------- #!EF #!N #!N t(s=0,g=0),
30vx(s=0,g=0), vy(s=0,g=0), vz(s=0,g=0), #!N t(s=0,g=1), vx(s=0,g=1), vy(s=0,g=1), vz(s=0,g=1), #!N . .
31. #!N t(s=0,g=9), vx(s=0,g=9), vy(s=0,g=9), vz(s=0,g=9), #!N t(s=1,g=0), vx(s=1,g=0), vy(s=1,g=0), vz(s=1,g=0),
32#!N t(s=1,g=1), vx(s=1,g=1), vy(s=1,g=1), vz(s=1,g=1), #!N . . . #!N t(s=1,g=9),
33vx(s=1,g=9), vy(s=1,g=9), vz(s=1,g=9) #!EF #!N #!N #!EC #!N #!I0 #!N  #!F-adobe-times-bold-r-normal--18*
34 #!F-adobe-times-bold-r-normal--18*   record #!EF #!EF #!I50 #!N Specifies block or record-oriented data,
35where the values of all the elements of all the fields
36corresponding to one member (e.g., a time step) are listed before
37the elements and fields of the next member. For non-scalar fields,
38all the values of each vector component (e.g., all values of
39x) are listed in a separate record rather than in tuples
40(as they are in  #!F-adobe-times-bold-r-normal--18*   record-vector #!EF data; see below). #!N
41Note: For scalar fields,  #!F-adobe-times-bold-r-normal--18*   record #!EF and  #!F-adobe-times-bold-r-normal--18*   record-vector #!EF
42are the same. #!N #!CForestGreen #!N #!N  #!F-adobe-courier-bold-r-normal--18*   #!N t(s=0,g=0), t(s=0,g=1),
43..., t(s=0,g=9), ] Field t#!N vx(s=0,g=0), vx(s=0,g=1), ..., vx(s=0,g=9),
44� | Member #!N vy(s=0,g=0), vy(s=0,g=1), ..., vy(s=0,g=9), | Field v
45| s [0] #!N vz(s=0,g=0), vz(s=0,g=1), ..., vz(s=0,g=9), � � #!N
46t(s=1,g=0), t(s=1,g=1), ..., t(s=1,g=9), ] Field t#!N vx(s=1,g=0), vx(s=1,g=1),
47..., vx(s=1,g=9), � | Member #!N vy(s=1,g=0), vy(s=1,g=1), ..., vy(s=1,g=9), |
48Field v | s [1.] #!N vz(s=1,g=0), vz(s=1,g=1), ..., vz(s=1,g=9) �
49#!EF #!N #!N #!EC #!I0 #!N #!N #!N #!N The
50remaining two options (  #!F-adobe-times-bold-r-normal--18*   record- #!EF and  #!F-adobe-times-bold-r-normal--18*   series-vector #!EF
51) apply to cases in which vector components are stored together:
52#!N #!I0 #!N #!N #!I0 #!N  #!F-adobe-times-bold-r-normal--18*    #!F-adobe-times-bold-r-normal--18*   record-vector #!EF #!EF
53#!I50 #!N Here the values of all the elements of all
54the components of all the fields corresponding to each member (e.g.,
55a time step) are listed before those corresponding to the next
56member (e.g., all the data for  #!F-adobe-times-bold-r-normal--18*   s #!EF [0] are
57listed first, followed by all the data for  #!F-adobe-times-bold-r-normal--18*   s #!EF
58[1]). #!N #!N In addition, the components of each vector are
59stored as tuples (in contrast to the way they are stored
60in  #!F-adobe-times-bold-r-normal--18*   record #!EF data). #!CForestGreen #!N #!N  #!F-adobe-courier-bold-r-normal--18*   #!N t(s=0,g=0),
61t(s=0,g=1), ..., t(s=0,g=9), ] Field t#!N vx(s=0,g=0), vy(s=0,g=0), vz(s=0,g=0),
62#!N vx(s=0,g=1), vy(s=0,g=1), vz(s=0,g=1), | Field | Member s [0]
63#!N ... | v #!N vx(s=0,g=9), vy(s=0,g=9), vz(s=0,g=9), � � #!N
64t(s=1,g=0), t(s=1,g=1), ..., t(s=1,g=9), ] Field t#!N vx(s=1,g=0), vy(s=1,g=0),
65vz(s=1,g=0), � #!N vx(s=1,g=1), vy(s=1,g=1), vz(s=1,g=1), | Field | Member s
66[1] #!N ... | v #!N vx(s=1,g=9), vy(s=1,g=9), vz(s=1,g=9) � �
67#!EF #!N #!N #!EC #!N #!I0 #!N  #!F-adobe-times-bold-r-normal--18*    #!F-adobe-times-bold-r-normal--18*   series-vector #!EF
68#!EF #!I50 #!N Here the values of all the elements of
69all the members (e.g., time steps) are listed for one field
70before those of the next field (e.g., all the data for
71field  #!F-adobe-times-bold-r-normal--18*   t #!EF are listed first, followed by all the
72data for field  #!F-adobe-times-bold-r-normal--18*   v #!EF ). #!N #!N In addition,
73the components of a vector are stored as tuples rather than
74in separate records (as they are stored in  #!F-adobe-times-bold-r-normal--18*   record #!EF
75data; see above). #!CForestGreen #!N #!N  #!F-adobe-courier-bold-r-normal--18*   #!N t(s=0,g=0), t(s=0,g=1), ...,
76t(s=0,g=9), � Field ] Member s [0] #!N t(s=1,g=0), t(s=1,g=1), ...,
77t(s=1,g=9), � t ] Member s [1] #!N vx(s=0,g=0), vy(s=0,g=0), vz(s=0,g=0),
78� � #!N vx(s=0,g=1), vy(s=0,g=1), vz(s=0,g=1), | | Member #!N ...
79| | s [0] #!N vx(s=0,g=9), vy(s=0,g=9), vz(s=0,g=9), | Field �
80#!N vx(s=1,g=0), vy(s=1,g=0), vz(s=1,g=0), | v � #!N vx(s=1,g=1), vy(s=1,g=1), vz(s=1,g=1),
81| | Member #!N ... | | s [1] #!N vx(s=1,g=9),
82vy(s=1,g=9), vz(s=1,g=9) � � #!EF #!N #!N #!EC #!I0 #!N #!N
83#!N #!N #!N  #!F-adobe-times-medium-i-normal--18*   Next Topic #!EF #!N #!N  #!Llaytkwd,dxall149 h layout  #!EL  #!N
84 #!F-adobe-times-medium-i-normal--18*   #!N
85