Module for kinds and derived types; sets working precision.
Derived type for dataframe.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer(kind=i4), | public, | allocatable | :: | col_id(:) |
ID/key/index for columns |
||
| character(len=64), | public, | allocatable | :: | col_nm(:) |
names/labels for columns |
||
| real(kind=wp), | public, | allocatable | :: | data(:,:) |
data |
||
| integer(kind=i4), | public | :: | id |
ID/index for data frame |
|||
| character(len=64), | public, | allocatable | :: | nm |
dataframe name |
||
| integer(kind=i4), | public, | allocatable | :: | row_id(:) |
ID/key/index for rows |
||
| character(len=64), | public, | allocatable | :: | row_nm(:) |
names/labels for rows |