This section describes the structure of the HDF5 output file. HDF5 files are structured hierarchically in groups, datasets and attributes.
This group has the following attributes:
The datasets are:
This group consists of one or more dataspaces which list the compartments in the model:
This group lists all parameters if any, as attributes. For example:
Note
If you set up parameter sweeping experiments, each parameter set will correspond to exactly one HDF5 output file. That means that the parameter values are always scalars and do not contain any information about the loop range.
This group lists all runs, starting from run “0”.
Note
The runs are sorted lexically, i.e. run number “10” will be listed before run number “2”.
Each run contains a number of output dumps, which are again sorted lexically.
If the model contains any individuals, they are listed in this group. The individuals are stored as 64 bit unsigned integers representing the individual ID and the cell positon (see Simulations involving Individuals).