module objects use hdf5 implicit none type hdf5_file_t integer(HID_T) :: id integer(HID_T) :: swarms integer(HID_T) :: times integer(HID_T) :: memtype integer(HID_T) :: dset_id integer(HID_T) :: dspace_id integer(HID_T) :: prop_list integer :: error end type hdf5_file_t type swarm integer :: idnr ! id of the swarm real :: npar ! number of bodies real :: mass ! mass of one body real :: rdis ! cylindrical radius real :: zdis ! distance from the midplane real :: stnr ! Stokes number of the particle end type swarm end module objects